/* CSS Document */

body {
	padding:0px;
	margin:0px;
}
.page {
	width: 900px;
}
.topbanner {
	width: 840px;
} 
.header {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #F78E1E;
	text-indent: 5px;
}
.subheader {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-style: normal;
	color: #689D37;
	text-align: center;
	text-indent: 5px;
}
.subheaderLeft {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-style: normal;
	color: #689D37;
	text-align: left;
	text-indent: 2px;
}
.Logo {
	background-image: url(../sub_nav.png);
	height: 30px;
	width: 200px;
}
.body-content	{
	font-family: "Gill Sans MT", Arial, Verdana;
	font-size: 15px;
	font-style: normal;
	line-height: normal;

}
.footer {
	background-repeat: no-repeat;
	background-position: left top;
}
.bottombanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #9DCE72;
}
a:link { color:#0033CC}
a:visited {
	color:#003366;
}
a:hover { color:#D67407} 