/************************/
/*  CSS Imports         */
/************************/

@import url('menu.css'); 
@import url('body.css'); 
@import url('footer.css'); 



/************************/
/*  HTML Selectors      */
/************************/

body
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-image: url('../images/body_bg.gif');
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}

h1, h2, h3
	{
	font-family: 'trebuchet ms', georgia, 	serif;
	font-size: 17pt;
	font-weight: bold;
	color: #EB6531;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 6px solid #B4BAC0;
	}

h2
	{
	margin-top: 30px;
	color: #007AC4;
	font-size: 14pt;
	border: none;
	}
	
h3
	{
	margin-top: 10px;
	color: #007AC4;
	font-size: 12pt;
	border: none;
	}

li {
	margin-bottom: 8px;
	}


/************************/
/*  Layout Items        */
/************************/

#header, #topMenu, #content, #footer
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: auto;
	overflow: auto;
	text-align: left;
	}

#topSpacer
	{
	position: relative;
	background: url('../images/topmenu_spacer.png'); 
	height: 8px; 
	margin: 0px;
	}

#topMenu
	{
	background: url('../images/topmenu_bg.png') no-repeat left top;
	height: 47px;
	overflow: visible;
	}

#topGraphicLeft, #topGraphicRight
	{
	position: relative;
	width: 306px;
	height: 128px;
	float: left;
/*	background: url('../images/topgraphic_left01.png') no-repeat left top; */
	background: url('../images/topgraphic_left02.png') no-repeat left top;
	}
	
#topGraphicRight
	{
	width: 474px;
	background: url('../images/topgraphic_right.png') no-repeat left top;
	}

#content
	{
	background: url('../images/page_bg.png') repeat-y top center;
	}

#contentBody
	{
	position: relative;
	float: right;
	width: 500px;
	height: auto;
	margin-right: 15px;
	padding: 15px 15px 15px 10px;
	}
	
#sidemenu
	{
	position: relative;
	float: left;
	width: 235px;
	height: auto;
	overflow: visible;
	color: #fff;
	padding-bottom: 10px;
	}

#footer
	{
	color: #fff;
	background: #036 url('../images/footer_bg.png') repeat-y top center;
	height: auto;
	min-height: 80px;
	overflow: hidden;
	}



/************************/
/*  Classes             */
/************************/

a.tLink
	{
	color: #004D9F;
	text-decoration: underline;
	}
	
a.liteLink
	{
	color: #fff;
	text-decoration: underline;
	}
	 
a:hover.tLink, a:hover.liteLink
	{
	color: #EB6531;
	text-decoration: none;
	}

a:active.liteLink
	{
	color: #B4BAC0;
	}
	 
a.oLink
	{
	color: #EB6531;
	text-decoration: underline;
	}

a:hover:oLink
	{
	color: #004D9F;
	text-decoration: none;
	}

a:active.tLink, a:active.oLink
	{
	color: #A60486;
	}

.entry01, .entry02
	{
	font-size: 0.8em;
	}

.entry02
	{
	background-color: #e2e2e2;
	}

.addyBox
	{
	position: relative;
	margin: 10px;
	padding: 8px;
	width: 40%;
	height: auto;
	float: left;
	}

.clear
	{
	clear: both;
	}
