@charset "utf-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #5b5b5b;
}
a {
	color: #5b5b5b;
}
a:hover {
	color: #005e99;
}
#container {
	width: 958px;  
	margin: 0 auto;
	text-align: left; 
}
#hometext {
	margin: 20px 15px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
#mainContent {
}
#header {
	height: 39px;
	background-image: url(../images/bg-header.jpg);
	font: 43px "Times New Roman", Times, serif;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation {
	padding-bottom: 8px;
	border-bottom: 1px solid #0065a4;
}
#callout {
	margin: 2px 0 23px 0;
}
#feature1 {
	width: 443px;
	height: 150px;
	float: left;
	background-image: url(../images/bg-feature.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 7px 10px 0 15px;
}
#feature1 .title {
	font: 24px "Times New Roman", Times, serif;
}
#feature2 {
	width: 443px;
	height: 150px;
	float: right;
	background-image: url(../images/bg-feature.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 7px 10px 0 15px;
}
#feature2 .title {
	font: 24px "Times New Roman", Times, serif;
}
#feature3 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 443px;
	height: 150px;
	float: left;
	background-image: url(../images/bg-feature.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 7px 10px 0 15px;
}
#feature3 .title {
	font: 24px "Times New Roman", Times, serif;
}
#feature4 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 443px;
	height: 150px;
	float: right;
	background-image: url(../images/bg-feature.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 7px 10px 0 15px;
}
#feature4 .title {
	font: 24px "Times New Roman", Times, serif;
}
#mainContent { 
	margin: 0 250px 0 0; 
	line-height: 18px;
}  
#mainContent .title {
	font: 24px "Times New Roman", Times, serif;
}
#sidebar1 {
	float: right; 
	width: 220px; 
	line-height: 18px;
}
#sidebar1 .title {
	font: 24px "Times New Roman", Times, serif;
}
#sidebar1 a {
	width: 215px;
	padding: 5px 0 5px 5px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}
#footer {
	font-size: 10px;
	margin: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dottedline {
	border-top: 1px #999999 dotted;
	margin: 5px 0 5px 0;
}