@charset "utf-8";
/* CSS Document */

*	{
	margin:0px;
	padding:0px;
	}

body, div, p, th, td, li, dd, dl, dt {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:16px;
	}

body, html {
    margin: 0px;
    height: 100%; /* body is as big as it needs to be, so extend it to visible area */
	}

#wrapper	{
	width:960px;
	margin:0px auto;
	background:url(../images/bg.jpg) bottom;
	}
	
#leftNav	{
	width:180px;
	float:left;
	padding:10px;
	}

	#leftNav p	{
		margin:20px 0px 20px 0px;
		}

	#leftNav a	{
		font-size:11px;
		color:#fff;
		text-decoration:none;	
		display:block;	
		}
	
	#leftNav a:hover	{
		color:#f79234;
		}
		
	#leftNav li	{
		border-bottom:1px solid #80a5c6;			
		padding:5px 0px 5px 0px;
		list-style:none;
		}			
		
		#leftNav li.top	{
			border-top:1px solid #80a5c6;
			}
			
			#leftNav li.top_active	{
				border-top:1px solid #80a5c6;
				border-bottom:1px solid #f79234;
				}
			
			#leftNav li.top_active a	{
				font-weight:bold;
				color:#f79234;
				}
		
		#leftNav li.bottom	{
			border-bottom:none;
			}
		
		#leftNav li.active	{
			border-bottom:1px solid #f79234;
			}
		
		#leftNav li.active a	{
			font-weight:bold;
			color:#f79234;
			}
			

	#logo	{
		margin:20px 0px 60px 15px
		}

#contentWrapper	{
	width:560px;
	float:left;
	}
	
	#banner	{
		width:100%;
		height:420px;
		}
	
	#content	{
		padding:10px 25px 25px 25px;
		color:#004b8c;
		}
		
		#content h2	{
			font-size:12px;
			margin:10px 0px 10px 0px;
			}
		
		#content p	{
			margin:10px 0px 10px 0px;
			}
		
		#content ul	{
			margin-top:-10px;
			}
			
			#content ul li	{
				margin-left:20px;
				}
	
#rightNav	{
	width:180px;
	float:left;
	padding:30px 10px 10px 10px;
	}
	
	#rightNav li	{
		color:#fff;
		margin-left:20px;
		list-style-type:square;
		padding:5px 0px 5px 0px;
		}
		
		#rightNav li.top	{
			font-weight:bold;
			border-bottom:1px solid #80a5c6;
			list-style:none;
			margin-left:0px;
			}
		
		#rightNav li a	{
			color:#fff;
			text-decoration:none;
			font-size:11px;
			display:block;
			}
			
			#rightNav li a:hover	{
				color:#f79234;
				}


#footer	{
	clear:both;
	}