#container {
	width: 741px;
	margin-right: auto;
	margin-left: auto;
}
#navtop {
	padding: 5px;
	height: 15px;
	width: 731px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
}
#navtop a:link{
color: #FFFFFF;
}
#navtop a:visited{
color: #FFFFFF;
}
#navtop a:active{
color: #FFFFFF;
}
#navtop a:hover {
	text-decoration: none;
	color: #95DAC8;
}

#banner {
	height: 100px;
	width: 741px;
}
a:link {
	color: #277767;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #236A5C;
}
a:hover {
	text-decoration: none;
	color: #95DAC8;
}
a:active {
	text-decoration: none;
	color: #297E6D;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000066;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
#maintext {
	width: 701px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	height: 15px;
	width: 731px;
	background-image: url(images/footerbg.gif);
}
#footer a:link{
color: #FFFFFF;
}
#footer a:visited{
color: #FFFFFF;
}
#footer a:active{
color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #95DAC8;
}
body {
	background-color: #8DD3C9;
}


