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:96px;
}

#logo {
	width:258px;
	float:left;
}

#logo h1{
	font-size:32px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}

#logo h4 {
	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-size:0.8em;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-size:0.8em;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#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;
}

#leftbar {
	font-size:13px;
	float:left;
	width:600px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-size:24px;
	color:#EE8907;
	font-weight:600;
	text-decoration:none;
	padding-left:10px;
	padding-bottom:5px;
}

#leftbar p{
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	color:#EE8907;
	text-decoration:none;
}

#leftbar a:hover {
	background: yellow;
	color: blue;
	text-decoration:none;
}

#leftbar table {
	margin-top:10px;
	border-color:#CCCCCC;
	border-collapse: collapse; 
	width:98%;
} 

#leftbar table th {
	background-color:#CCC;
	color:#000;
	text-align:left;
	font-weight:600;
	font-size:18px;	
	padding-top:5px;
	padding-bottom:5px;	
} 

#leftbar table td {
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
} 

#rightbar {
	float:left;
	width:176px;
}

#rightbar h2{
	font-size:24px;
	color:#797B7A;
	font-weight:bolder;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
	margin-bottom:0;
}

#rightbar ul{
	margin-top:0;
}

#rightbar a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  display: block;
  background: #6A91C8;
  color: white;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  height: auto !important;
  height: 1%; /*For IE*/
}

#rightbar li {
  margin-left:-2em;
  list-style: none;  
}

#rightbar a:hover {
  background: #EEE;
  color: blue;
}

#rightbar p{
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

.orangetext {
	font-size:12px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	font-size:11px;
	float:left;
	width:800px;
	color:#fff;
	background-color:#9BBE00;
	letter-spacing:1px;
	height:27px;
	padding-top:10px;
	padding-left:10px;
	text-align: center;
}

#email a{
	font-weight:normal;
	text-decoration:underline;
}

#email a:hover{
	font-weight:normal;
	text-decoration:none;
	
}

#validtext {
	float:left;
	width:800px;
	background-color:#9BBE00;
	letter-spacing:1px;	
	height:27px;
	padding-top:10px;
	padding-left:10px;
}

#validtext p{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.emp {
	color:red;
	font-weight:bold;
	text-align:center;
}#wrapper #content #bottom #validtext p {
	text-align: center;
}
