html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.gif);
}

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:65px;
}

#logo {
	width:258px;
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS", "Arial";
	font-size:30px;
	color:#F76B0C;
	font-weight:bold;
	text-decoration:none;
	padding-left:0px;
	padding-top:25px;
}

#logo h1 a{
	font-family:"Trebuchet MS", "Arial";
	font-size:30px;
	color:#F76B0C;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
	padding-top:25px;
}

#links ul {
	margin:0px; 
	padding-top:30px;
}

#links li{
	float:right;
	list-style-type:none;
	width:95px;
	height:39px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:0px;
}

#links a{
	font-family:"Trebuchet MS", "Arial";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS", "Arial";
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#links #selected {
	color: #555555;
}

#mainimg {
	float:left;
	width:778px;
	background-color:#9BBE00;
	height:27px;
	padding-top:0px;}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h3{
	font-family:"Trebuchet MS", "Arial";
	font-size:18px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS", "Arial";
	font-size:13px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	margin-bottom: 10px;

}


#leftbar ul{
	list-style-type: disc;
	text-align: left;
        margin:0 5px 20px 52px;
        padding: 0px; 

}

#leftbar li{
	text-align: left;
	font-family:"Trebuchet MS", "Arial";
	font-size:13px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
        padding: 0px
}

#leftbar a {
	font-family:"Trebuchet MS", "Arial";
	color:#555555;
	text-decoration:underline;
}

#leftbar a:hover {
	font-family:"Trebuchet MS", "Arial";
	color:#000;
	text-decoration:underline;
}

#rightbar {
	float:left;
	width:237px;
        margin:0;
}

#rightbar h2{
	font-family:"Trebuchet MS", "Arial";
	font-size:18px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
        margin-left: 10px;
	padding-left:0px;
	padding-bottom:0px;
}

#rightbar p{
	font-family:"Trebuchet MS", "Arial";
	font-size:14px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}

#rightbar ul{
	list-style-type: disc;
	text-align: left;
        margin:0 5px 20px 25px;
        padding: 0px; 

}

#rightbar li{
	text-align: left;

	font-family:"Trebuchet MS", "Arial";
	font-size:13px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
        padding: 0px
}

#rightbar ul li a, #rightbar ul li a:active, #rightbar ul li a:visited {
	color:#555555;
	text-decoration: none;
}

#rightbar ul li a:hover {
	text-decoration: underline;
}


#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS", "Arial";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email p{
	font-family:"Trebuchet MS", "Arial";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS", "Arial";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS", "Arial";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS", "Arial";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}