body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
    margin:0; 
    padding:0; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

body {
	background-color: #182937;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div#headerimage {
	width: 867px;
	background-color: #FFFFFF;
	background-image: url(images/bg_header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
div#header {
	height: 120px;
	position: relative;
	width: 867px;
}
img#logo {
	position: relative;
	top: 28px;
	left: 42px;
}
span#headerlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	position: relative;
	top: 8px;
	left: 90px;
}
span#headerlinks a:link, span#headerlinks a:visited, span#headerlinks a:active {
	text-decoration: none;
	color: #5a7cb2;
}
span#headerlinks a:hover, a.activelink {
	color: #e63f1e !important;
}
div#footerimage {
	background-image: url(images/bg_footer.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	padding-bottom: 90px;
}
img#homerenderings {
	margin: 24px 39px;
}
div#footerbar {
	width: 867px;
	height: 45px;
	background-color: #40769a;
	background-image: url(images/bg_footerbar.gif);
	background-position:top center;
	background-repeat: repeat-x;
	margin: 0 auto;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
div#footerbar a:link, div#footerbar a:visited, div#footerbar a:active {
	color: #ffffff;
	text-decoration: none;
}
div#footerbar a:hover {
	color: #daf0ff;
	text-decoration: underline;
}
span#footerlinks {
	position: absolute;
	left: 35px;
	top: 17px;
}
span#copyright {
	position: absolute;
	right: 35px;
	top: 17px;
	color: #b9cedc;
	font-size: 11px;
}
div#text {
	margin: 0 100px;
}
div#text h1 {
	font-size: 24px;
	color: #e63f1e;
	margin: 0 0 20px 0;
}
div#text p {
	margin: 15px 0px;
	line-height: 1.3em;
	font-size: 15px;
	color: #222;
}
div#text h2 {
	margin-top: 35px;
}

div#text ul {
	margin: 20px 0 0 20px;
}