/* CSS Document */

body {
	margin: 0px;
	background: url(img/bg.gif);
}
.wrapper {
	margin: 20px auto 0px auto;
	width: 844px;
	background-color: #fff;
	padding: 25px 30px 20px 36px;
}
.banner {
	background: #51A5E2;
	width: 845px;
	text-align: right;
	padding: 0px;
	font: 0px Arial;
}
.banner .divider {
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
.bannerInterior {
	background: #51A5E2;
	width: 845px;
	text-align: right;
	padding: 0px;
	font: 0px/0px Arial, Helvetica, sans-serif;
}
.bannerInterior .divider {
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
.homeimg {
	margin: 0px;
}

.footer {
	margin: 10px auto;
	width: 910px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:  #fff;
	clear: all;
}
.headlines {
	/*background: #fff url(img/bg_headers.gif) left 3px repeat-x;*/
	font: 12px/16px trebuchet ms, tahoma;
	color: #666;
	margin-right: 6px;
}
.headlines .left {
	float: left;
	width: 230px;
	background: url(img/dotline.gif) top left repeat-y;
	padding: 15px 30px 20px 20px;
	margin-left: 10px;
}
.headlines .right {
	float: right;
	width: 180px;
	background: url(img/dotline.gif) top left repeat-y;
	padding: 15px 30px 20px 20px;
}

.headlines .middle {
	margin: 0px 230px 0px 280px;
	width: 845;
	background: url(img/dotline.gif) top left repeat-y;
	padding: 15px 20px 20px 20px;
}
.headlines h1 {
	font: bold 14px trebuchet ms, tahoma;
	color: #000;
	margin: 0px 0px 15px 0px;
}
.headlines .readmore {
	background: url(img/arrow.gif) 0px 9px no-repeat;
	padding: 6px 0px 0px 8px;
}
a {
	color: #4471B1;
	text-decoration: none;
}
a:hover {
	color: #51A5E2;
	text-decoration: none;
}
.maincontent {
	font: 12px/22px trebuchet ms, tahoma;
	padding: 20px 260px 50px 30px;
	margin-right: 6px;
	min-height: 200px;
	background: #fff url(img/bg_side.gif) top right repeat-y;
}
.mainheader {
	background: #fff url(img/bg_mainhdr.jpg) repeat-x;
	font: 28px/18px 'trebuchet ms', arial;
	text-transform: lowercase;
	color: #fff;
	margin-right: 6px;
	vertical-align: bottom;
	padding: 40px 0px 22px 30px;
}
.maincontent2 {
	font: 12px/22px trebuchet ms, tahoma;
	padding: 20px 30px 50px 30px;
	margin-right: 6px;
	min-height: 200px;
	background: #fff;
}
.rightlink {
	background-color: #fff;
	padding: 10px;
	float: right;
	margin: 10px 6px 10px 0px;
	width: 180px;
	border-top: 1px solid #51A5E2;
	border-bottom: 1px solid #51A5E2;
}
.readmore {
	background: url(img/arrow.gif) 0px 10px no-repeat;
	padding: 6px 0px 0px 8px;
	font: 12px/16px trebuchet ms, tahoma;
}
h1 {	
	font: 18px/22px trebuchet ms, tahoma;
	color: #51A5E2;
	margin: 0px; 
}

h3 {	 
	font: bold 14px/22px trebuchet ms, tahoma;
	color: #51A5E2;
	margin: 0px; 
}
.url a {
	text-decoration: none;
	color:#666666;
}
.url a:hover {
	text-decoration: none;
	color:#4471B1;
}
