body  {
	padding: 0;
	text-align: center;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #636466;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.okbuilders #container {
	width: 950px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.okbuilders #header {
	background-color: #FFFFFF;
} 
.okbuilders #navbar {
	background-color: #004963;
	height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding-top: 0px;
} 
.okbuilders #subheader {
	background-color: #FFFFFF;
} 
.okbuilders #sidebar1 {
	float: right;
	width: 270px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.okbuilders #mainContent {
	margin: 0 300px 0 0;
	padding: 15px 15px 10px 35px;
	line-height: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #065981;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033750;
}
a:hover {
	text-decoration: none;
	color: #A08900;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}
h1 {
	font-size: 25px;
	color: #005984;
}
h2 {
	font-size: 18px;
	color: #005984;
}
h3 {
	font-size: 14px;
	color: #D76D39;
}
.text_header {
	font-size: 14px;
	font-weight: bold;
	color: #D76D39;
}
.text_blue {
	font-size: 13px;
	font-weight: bold;
	color: #005984;
}
.text_small {
	font-size: 10px;
	color: #FFFFFF;
}
.text_sm {
	font-size: 9px;
}
.text_para1 {
	font-size: 13px;
	font-weight: bold;
}
