body {
	text-align: center;
	background-color: #A0B4BD;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}

p {
	margin: 0px;
}
#toplogo {
	float: left;
	height: 67px;
	width: 800px;
}
#main-header {
	float: left;
	width: 800px;
	background-image: url(../images/mainheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	background-color: #66849C;
}
#main-header a:link {
	color: #FFFFFF;
}
#main-header a:visited {
	color: #FFFFFF;
}
#main-header a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#main-header a:active {
	color: #FFFFFF;
}



#spacer {
	float: left;
	height: 20px;
	width: 800px;
	background-color: #9FB6BE;
	margin-top: 1px;
}
#main-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 2px;
	padding-bottom: 15px;
}
#bottom {
	text-align: center;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A0B4BD;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#bottom a:link {
	color: #666666;
}
#bottom a:visited {
	color: #666666;
}
#bottom a:active {
	color: #666666;
}
#bottom a:hover {
	color: #0000FF;
}
#footer {
	width: 800px;
	background-image: url(../images/footer-bg.jpg);
	background-position: center bottom;
	text-align: center;
	padding-top: 15px;
	clear: both;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #557793;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1,h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #143374;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	margin-right: 0px;
	margin-left: 0px;
}
ul {
	color: #FFFFFF;
	margin-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
li {
	margin-bottom: 15px;
}
.white-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #9FB6BE;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.white-titleptag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #9FB6BE;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
