/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #39658A;

	background: #FFF;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {  
		font-size: 16px; 
		font-style: normal; 
		color: #39658A;
		line-height: 18px; 
		font-weight: bold; 
		text-decoration: none; 
}
		
		
h2 {  
		margin: 0px 5px 10px 0px;

		font-size: 16px; 
		font-style: normal; 
		color: #39658A;
		line-height: 18px; 
		font-weight: bold; 
}
		
		
h3 {  
		margin: 0px;

		font-size: 14px; 
		font-style: normal; 
		color: #FFF;
		line-height: 14px; 
		font-weight: bold; 
		text-decoration: none; 
}
		
		
h4 {  
		margin: 0px 5px 10px 0px;

		font-size: 14px; 
		font-style: normal; 
		color: #39658A;
		line-height: 18px; 
		font-weight: bold; 
		text-decoration: none; 
}
		
h5 {  
		margin: 0px 5px 10px 0px;

		font-size: 13px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: bold; 
		color: #39658A;
		text-decoration: none; 
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

#clear { clear:both; height:1px; overflow:hidden;}
/*****************/
/* Layout Styles */
/*****************/

#container {
	width: 824px;
	margin: 0 auto;
	position: relative;	
	z-index: 2;
}

	#header {
		padding: 0 0 5px 0;

		color: #FFF;
		font-weight: bold;
		text-align: right;
		
		background: #39658A;
	}
		#header p {
			margin: 5px 0;
		}	
		
	#home_body{ background: #FFF url('../images/bg_hpage.gif') repeat-y;}
	#page_body{	background: #FFF url('../images/bg_page.gif') repeat-y;}
	
			
	#menu {
		width: 170px;
		float: left;
	}
	
	#content {
		width: 653px;
		float: left;
	}
		#content_main {
			width: 454px;
			_width: 452px;
			margin: 0 5px 0 0;
			padding: 15px 5px 5px 5px;
			float: left;
			border-left: 2px solid #FFF;		
		}
		#content_side {
			width: 179px;
			padding: 1px 1px 1px 2px;
			float: left;
		}
			#blue_box {
				width: 179px;
				padding: ;
				color: #FFF;
				background: #39658A;	
			}
			#blue_box p {
				margin: 0 5px;
				padding: 10px 0;
				border-bottom: 1px solid #FFF;
			}
	
	#footer {
		margin: 5px 0 0 0;
		text-align: right;
	}
		#footer a {
			font-size: 9px;
			color: #666;
		}
		#sponsors {
			float: right;
			border-bottom: 3px dotted #39658A;
		}

	#bg_img {
		position:absolute;
		bottom: -44px;
		left: -110px;
		z-index: -1;
	}