@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container #header {
	background-image: url(header3.jpg);
	height: 200px;
}
#container #spacerbar1 {
	background-color: #666666;
	height: 5px;
}
#container #navigation {
	height: 40px;
	background-color: #3399FF;
}
#container #spacebar2 {
	background-color: #666666;
	height: 5px;
}
#container #banner {
	background-image: url(aboutbanner.jpg);
	height: 239px;
	background-repeat: no-repeat;
}
#container #maincontent {
	height: 300px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #040086;
}
#container #maincontent #results .style1 {
	margin-left: 20px;
	margin-right: 20px;
}

#container #footer {
	background-color: #FFFFFF;
	height: 20px;
}
#container #pagetitle {
	height: 50px;
	background-image: url(welcome.jpg);
	background-repeat: no-repeat;
}
#container #maincontent #results .style1 strong {
	margin-left: 20px;
}
#container #maincontent #results .style1 strong {
	margin-left: 20px;
}
#container #maincontent #results .style4 {
	margin-left: 20px;
	margin-right: 20px;
}
#container #maincontent #results .style7 {
	margin-left: 20px;
}

