html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #666;
}
body * {
	font-family:"tahoma";
	}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:120px;
}

#logo {
	width:258px;
	float:left;
	margin-top:30px;
	text-decoration:none;
}

#logo h1{
	display:none;
}

#logo h4 {
	display:none;
}
#links {text-align:right;}
#links ul {
	margin:0px; 
	padding-top:79px;
}

#links li{
	float:left;
	list-style-type:none;

}

#links a{
	display: block;
	width:85px;
	height:30px;
	text-align:center;
	border-left:1px solid #FFF;
	padding-top:12px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
}

#links a:hover{
	color:#ccc;
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
	line-height:1.4em;
}

#leftbar {
	float:left;
	width:460px;
	border-right:1px solid #BCBDBC;
	font-size: 1em;
	padding:0px 40px;
	min-height:500px;
	height:auto !important; 
	height:500px; 
	padding-bottom:40px;
}

#leftbar h1{
	font-size:26px;
	color:#0065B3;
	font-weight:normal;
	text-decoration:none;
	margin: 20px 0px;
	line-height:1.2em;
	
}
#leftbar h2{
	font-size:22px;
	color:#0065B3;
	font-weight:normal;
	text-decoration:none;
	margin: 20px 0px;
	line-height:1.2em;
	
}
#leftbar h3{
	margin: 20px 0px 5px 0px;
	
}

#leftbar p{
	color:#333;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:20px;
}

#leftbar a {
	color:#F87F03;
	font-weight:bold;
	text-decoration:none;
}

#leftbar a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#rightbar {
	float:left;
	width:205px;
	padding-left: 20px;
}

#rightbar h2{
	font-size:26px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:15px;
}

#rightbar p{
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#rightbar ul {
margin-left:0px;
margin-top: 0px;
margin: 0;padding: 0;
}

#rightbar li{
	list-style-type:none;
	margin-bottom:10px;
	margin-left:0px;
	margin: 0;padding: 0;
}


#rightbar a {
	display: block;
	text-align:center;
	height: 30px;
	border:1px solid #FFF;
	padding:8px 0px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	width: 205px;
	}
#rightbar a:hover{
	color:#ccc;
}	
.orangetext {
	font-size:12px;
	color:#0065B3;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height: 30px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	margin-bottom:5px;
	padding: 13px 13px 0px 13px; 
	font-size:12px;
	color: #fff;
	}

#bottom a {
	text-decoration:none;
	color: #fff;
	}

#footmenu {
	float:right;
	text-align:right;
}	

@media print {
	#rightbar {display:none;}
	#bottom {display:none;}
	#mainimg {display:none;}
	#links {display:none;}
	#leftbar {width:100%;padding:0px;margin:0px;}
	#wrapper {width:100%;}
	#content {width:100%;}

	}
