html, body {
	background: #AAA url(../images/backgrounds/bg_page_logo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

a {
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px;
}

a:hover {
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	background: #FFF;
	margin: 0px auto;
	width: 778px;
}

#content {
	background: url(../images/backgrounds/bg_header_top.gif) repeat-x top;
	margin:0px auto;
	width:778px;
}

#header {
	height: 89px;
}

#logo {
	float:left;
	width:258px;
}

#logo h1{
	color:#F76B0C;
	font-size:26px;
	font-weight:normal;
	padding-top:10px;
	text-align: center;
	text-decoration:none;
}

#logo h4 {
	color:#808080;
	font-size:11px;
	font-weight:normal;
	text-align: center;
	text-decoration:none;
}

#links ul {
	margin: 0px; 
	padding-top: 60px;
}

#links li{
	background: #CDA66B;
	border-left: 1px solid #FFF;
	float:left;
	height: 25px;
	list-style-type:none;
	padding-top:4px;
	text-align:center;
	width:129px;
}

#links a{
	color: #FFF;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 23px;
	text-decoration: none;
}

#links a:hover{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#mainimg {
	background: url(../images/backgrounds/bg_main_img.jpg) no-repeat;
	height:30px;
	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 {
	background: url(../images/backgrounds/bg_header_top.gif) repeat-x top;
	clear: both;
	min-height: 300px;
	padding: 10px 0px;
}

#leftbar {
	border-right:1px solid #BCBDBC;
	float:left;
	padding: 0px 10px;
	width:519px;
}

#leftbar h2 {
	color:#EE8907;
	font-size:26px;
	padding-bottom:5px;
	padding-left:0px;
	text-align: left;
}

#leftbar h2.page-title {
	display: none;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-size:26px;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	padding:0px 25px;
}

.orangetext {
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#contact-info {
	color: #FFF;
	font-size: 11px;
	background-color: #293163;
	height: 27px;
	padding-top: 5px;
	text-align:center;
}

#contact-info a{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#contact-info span {
padding:0 20px;
}

#contact-info a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	
}

#footer {
	background-color: #293163;
	height:27px;
	padding-top:5px;
}

#footer p{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#footer a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#footer a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.img-caption {
	color: #999;
	font-size: 10px;
	text-align: center;
}
.img-credits {
	color: #999;
	font-size: 9px;
	text-align: center;
}

.clear-0 { clear: both; height: 0px; }
.clear-1 { clear: both; height: 1px; }
.clear-3 { clear: both; height: 3px; }
.clear-5 { clear: both; height: 5px; }
.clear-10 { clear: both; height: 10px; }
.clear-15 { clear: both; height: 15px; }
.clear-20 { clear: both; height: 20px; }