html {
	height: 100%;
	overflow: auto;
}
body {
	background-image: url(bg-repeater.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	background-color: #FFFFFF;
}
p.nomargin{
	margin: 0px;
}
#parent{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #FFFFFF;
	padding-top: 60px;
	height: 100%;
}
#mainnav{
	width: 194px;
	margin-left: 45px;
	display: block;
	float: left;
}
#news{
	width: 194px;
	margin-left: 45px;
	margin-top: 30px;
	display: block;
	float: left;
}
#maincontent{
	width: 670px;
	text-align: justify;
	padding-right: 50px;
	margin-left: 0px;
	float: right;
	min-height: 450px;
}
#headform{
	width: 680px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 22px;
	margin-top: 60px;
	float: right;
	/*border: solid 1px #000000;*/
}
h2{
	background-image: url(bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #0F2A4C;
}
h3{
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #0F2A4C;
}
a{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7C715F;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#link-nounderline{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7C715F;
	text-decoration: none;
}
#link-nounderline:hover{
	text-decoration: underline;
}
#newsitem{
	font-family: Arial;
	font-size: 11px;
	color: #416E88;
	display: block;
}
#footer{
	border: none;
	border-top: solid 1px #416E88;
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	color: #416E88;
	float: left;
}
#text-mainnav{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #7C7160;
	text-decoration: none;
	padding-left: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	letter-spacing: 1px;
}
#text-mainnav:hover{
	background-image: url(bullet-blue.gif);
	color: #0F2A4C;
	text-decoration: none;
}
#text-mainnav-indent{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #7C7160;
	text-decoration: none;
	padding-left: 39px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	letter-spacing: 1px;
}
#text-mainnav-indent:hover{
	background-image: url(bullet-blue.gif);
	color: #0F2A4C;
	text-decoration: none;
	font-size: 12px;
}
#link-headform{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
#link-footer{
	font-family: Arial;
	font-size: 10px;
	color: #416E88;
	text-decoration: none;
}
.break{
	background-image: url(dash.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
}
.form-textfield{
	border: solid 1px #7C715F;
	font-size: 11px;
	color: #0F2B4D;
}
.form-button{
	border: solid 1px #0F2B4D;
	font-size: 11px;
	background-color: #0F2B4D;
	color: #FFFFFF;
}
.form-button-fixedwidth1{
	border: solid 1px #0F2B4D;
	font-size: 11px;
	background-color: #0F2B4D;
	color: #FFFFFF;
	width: 150px;
}
label{
	width: 250px;
	float: left;
}
label.formlabel{
	width: 150px;
	float: left;
}
#costrucrow{
	clear: both;
	width: 100%;
}
#costrucbox{
	float: left;
	border: solid 1px #E5E5E5;
	padding: 4px;
	margin: 4px;
	width: auto;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}