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:172px;
	float:left;
	height:20px;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:20px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	padding-top:67px;

}

#links li{
	float:right;
	list-style-type:none;
	width:100px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}


#links a{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#797B7A;
	font-weight:bold;
}

#links a.in{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#797B7A;
	font-weight:bold;
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h3 a{
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}

#mainimg h3 a:hover{
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:180px;

	padding-right:15px;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom: 1px solid #EE8907;
	border-top: 1px solid #EE8907;
	text-align: center;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

#leftbar ul{
    font-size:13px;
	margin-left: 0;
    padding-left: 0px;
    list-style-type: none;
    font-family:"Trebuchet MS";
	}

#leftbar a {
    display: block;
    padding: 3px;
    width: 165px;
    background-color: #D0E184;
    color: #666;
	border-left: 10px solid #EE8907;
    border-bottom: 1px solid #F0E9DD;
}

#leftbar a:hover {
    border-left: 10px solid #9BBE00;
    background-color: #EE8907;
    color: #fff;
}


#rightbar {
	float:left;
	width:560px;
	padding-left:15px;
	border-left:1px solid #BCBDBC;
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	padding-left:10px;
	border-bottom: 1px solid #BCBDBC;
    border-top: 1px solid #BCBDBC;
}

#rightbar h3{
    font-family:"Trebuchet MS";
	font-size:15px;
	color:#797B7A;
	padding-left:10px;
	}



#rightbar p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:5px 5px;
}

#rightbar div{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;

}

#rightbar ul{
list-style-type: square;
}

#rightbar a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight: bold;
}

#rightbar a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight: bold;
	text-decoration: none;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#foot {
	clear:both;
	height:32px;
	padding-top:10px;
}

#foot a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:underline;
}

#foot a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:20px;
	padding-top:0px;
	padding-bottom:5px;
	background-color:#9BBE00;
	margin-bottom:10px;
}

#email {
	float:left;
	width:300px;
	background-color:#9BBE00;
	height:20px;
	padding-top:5px;
	padding-left:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 6px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 6px;
	
}

#validtext {
	float:right;
	width:460px;
	background-color:#9BBE00;
	height:20px;
	padding-top:5px;
	padding-right:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#img {
	float:left;
	border: 1px dashed #797B7A;
	left: auto;
	text-transform: capitalize;
	margin-top: 8px;
	margin-right: 6.5px;
	margin-bottom: 2px;
	margin-left: 6.5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#picture {
	float:right;
	border: 1px dashed #797B7A;
	left: auto;
	text-transform: capitalize;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pages { 
 clear:both;
 text-align:center; 
 height:30px;
 line-height:30px;
 }