html, body {
	margin: 0px;
	padding:0px;
	background-image:url(/images/bg.gif);
}
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}
table {
	font-family:"Tahoma";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 12px;
}

#wrapper {
	width:980px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:958px;
	margin:0px auto;
	background-image:url(/images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}
#logo {
	width:258px;
	float:left;
	margin-top: 12px;
	/*background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top;*/
}
/*
#logo h1{
	font-family:"Tahoma";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}
#logo h4 {
	font-family:"Tahoma";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}
*/
#links ul {
	margin:0px; 
	padding-top:67px;
}
#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}
#links a{
	font-family:"Tahoma";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#links a:hover{
	text-decoration:underline;
}

#mainimg {
	background-image:url(/images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}
#mainimg h1 {
	font-family:"Tahoma";
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}
#mainimg p {
	font-family:"Tahoma";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:719px;
	border-right:1px solid #BCBDBC;
}
#leftbar h2{
	font-family:"Tahoma";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:18px;
	padding-bottom:5px;
}
#leftbar h3{
	font-family:"Tahoma";
	font-size:18px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:5px;
}
#leftbar p{
	font-family:"Tahoma";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 12px;
}
#leftbar a {
	font-family:"Tahoma";
	font-size:12px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 18px 18px 0px;
}
#leftbar a:hover {
	color:#000;
}
#leftbar ul {
	margin:0px; 
	padding-left:60px;
	padding-bottom:12px;
	font-family:"Tahoma";
	color:#797B7A;
}
#leftbar li{
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}
#leftbar .list-item {
	margin-top: 8px;
	clear:both;
}
#leftbar .list-item-img {
	float: left;
	padding-left:18px;
}

#rightbar {
	float:left;
	width:237px;
}
/*
#rightbar h2{
	font-family:"Tahoma";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}
*/
#rightbar p{
	font-family:"Tahoma";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px 12px;
}
/*
#rightbar li{
	font-family:"Tahoma";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}
*/
.orangetext {
	font-family:"Tahoma";
	font-size:12px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:10px;
	background-color:#9BBE00;
}
#email {
	float:left;
	width:680px;
	/*background-color:#9BBE00;*/
	height:27px;
	padding-top:5px;
}
#email a{
	font-family:"Tahoma";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}
#email a:hover{
	font-family:"Tahoma";
	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:"Tahoma";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}
#validtext a{
	font-family:"Tahoma";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
#validtext a:hover{
	font-family:"Tahoma";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}