﻿@charset "utf-8";
/* CSS Document */
body{
	background-color: ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a{
	color:#aa00aa;
}
a:link{
	color:#993300;
}
a:visited{
	color:#aa4411;
}
a:hover{
	color:#bb5522;
	text-decoration:underline;
}

#header{ background-image:url(images/bg.gif); width: 761px; margin:0 auto; height:125px; }
#header img.logo{
	float:left;
	padding: 30px 0px 0px 60px;
}
#bluestrip{
	background-color:#ff9900;
	width:720px;
	height:8px;
	margin:0 auto
}

#container{ background-image:url(images/bg.gif); width: 761px; margin:0 auto; }

#rhs{
	float:right;
	width:470px;
	padding:0px 50px 20px 0px;
	color:#000000
}
#rhs h1{
	font-size: 16px;
	line-height:16px;
	color:#aa4411;
	border-bottom:1px solid #99add6;
	padding:10px 0px 10px 0px;
	margin:0px 0px 5px 0px;
}
#rhs h2{ font-size: 14px; line-height:16px; color:#333333; padding:0; margin:16px 0px 0px 0px; }
#rhs h3{ font-size: 12px; line-height:16px; color:#777777; padding:0; margin:13px 0px 0px 0px; }
#rhs h3 a{ text-decoration:none; color:#003399; }
#rhs h3 a:hover{ text-decoration:underline; }
#rhs p{ padding:0; margin:13px 0px 0px 0px; }
#rhs p.lesstop{ padding:0; margin:4px 0px 0px 0px; }

#lhs{ float:left; width:130px; padding:0px 0px 20px 40px; }
#lhs ul{ padding:0; margin:0;}
#lhs li{ list-style-type:none; list-style:none; padding:10px 0px 10px 10px; margin:0; border-bottom:1px solid #d7d7d7; width:160px; }
#lhs li.noborder{ list-style-type:none; list-style:none; padding:10px 0px 10px 10px; margin:0; border-bottom:0px solid #bbbbbb; width:160px; }
#lhs li.subnav{ font-weight:normal; list-style-type:none; list-style:none; padding:0px 0px 10px 10px; margin:0; border-bottom:0px solid #d7d7d7; width:160px; }
#lhs li.subnav_bottom{ font-weight:normal; list-style-type:none; list-style:none; padding:0px 0px 10px 10px; margin:0; border-bottom:1px solid #d7d7d7; width:160px; }
#lhs li.subnav a{ font-weight:normal }
#lhs li.subnav a:hover{text-decoration:underline; font-weight:normal; }
#lhs li.subnav_bottom a{ font-weight:normal }
#lhs li.subnav_bottom a:hover{text-decoration:underline;  font-weight:normal;}
#lhs a{ text-decoration:none; font-weight:bold; }
#lhs a:hover{text-decoration:underline; }
div.clearer{ font-size:1px; line-height:1px; clear:both; width:700px; }

#footer{
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#993300;
	width:741px;
	height:8px;
	margin:0 auto
}
#footer p{ float:right; padding:0; margin:115px 17px 0px 0px; color:#ffffff; }



 
