@charset "UTF-8";
/* CSS Document */

body {
	background: #181818;
	text-align: left;
    margin: 0;
	padding: 0;
	font-family:"Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
	#title_image {
	background: url("images/title_image.gif");
	background-repeat:no-repeat;
	height:984px;
	height:152px;
	}
	
	
#nav {
width: 995px;
height: 46px;
background: url("images/nav_bg.png");
background-repeat:no-repeat;
}

	#nav li{
	display:inline-block;
	font-size:150%;
	padding: 12px 18px 0 18px;
	color:#FFFFFF;
	}

	#nav a:link, a:active, a:visited {
	font-family:"Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 100%;
	display: inline;
	text-decoration:none;
	}
	
	#nav a:hover {
	border-bottom: 2px solid #FFFFFF;
	}
	
	
#main_container {
width:969px;
}

	#sidebar {
	width:239px;
	padding:10px 0 0 22px;
	float:left;
	margin-top:6px;
	}
		
		#sidebar h1 {
		background: url("images/sidebar_h1_bg.png");
		font-size:120%;
		color:#FFFFFF;
		padding:13px 3px 11px 3px;
		}
		
		#sidebar_top {
		margin-top:2px;
		}
		
			#sidebar_top ul {
			list-style-type:none;
			padding:0 2px 0 2px;
			}
		
			#sidebar_top li {
			background-color:#363636;
			padding: 8px 5px 8px 15px;
			}
			
			#sidebar_top li.alt {
			background-color:#515151;
			padding: 8px 5px 8px 5px 15px;
			}
			
			#sidebar a:hover {
			border-bottom: 1px solid #FFFFFF;
			}
		
		#sidebar_bottom {
		background-color: #FFFFFF;
		color:#000000;
		font-family:"Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
		}
			
			#sidebar_bottom p {
			background-color: #FFFFFF;
			color: #000000;
			padding: 8px;
			}
	
	
	#right {
	width:650px;
	padding: 15px 10px 15px 15px;
	float: left;
	}
		
		#right h1 {
		background-color:#363636;
		color:#FFFFFF;
		text-transform:uppercase;
		font-size: 140%;
		padding: 10px 15px 10px 25px;
		margin-left:15px;
		margin-right:15px;
		margin-top:0px;
		}
		
		#right h2 {
		padding: 0 20px 0 25px;
		size: 120%;
		}
		
		#right p {
		padding: 0 20px 0 45px;
		size: 100%;
		}
		
		#right_top {
		width:711px;
		float:inherit;
		background-color: #FFFFFF;
		}
		
		#right_bottom {
		width:711px;
		float: inherit;
		margin-top:20px;
		background-color: #FFFFFF;
		}


	
	#footer {
	width: 925px;
	padding:13px 22px 13px 22px;
	background-color: #363636;
	float:left;
	color: #FFFFFF;
	text-align:center;
	margin-left:22px;
	}
	