/* CSS Document */
body {
	background-color: #0A7B20;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/interface/main_bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
#globalNav{
	color: #ffffff;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}
#globalNav a {
	padding: 0px 20px 0px 20px; 
}
#globalNav a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}
#globalNav a:hover {
	color: #F6CA43;
}
#noLink{
	padding: 0px 20px 0px 20px;
	color: #003300;
}
#contentBoxTile{
	background-image: url(images/interface/content_bg_tile.gif);
	position: relative;
	width: 765px;
	
}
#contentBox{
	background-image: url(images/interface/content_bg.gif);
	background-repeat: repeat-x;	
}

#content{
	padding: 40px 10px 0;
	font-size: 12px;
	text-align: left;
	width: 640px;
	line-height: 24px;
}
#content a:hover {
	color: #DC930A;
}
h1{
	font-size: 120%;
	font-weight: bold;
	position: relative;
	text-align: left;

}
#notes{
	font-size: 80%;
	line-height: 16px;
}
#contentBoxEnd{
	position: relative;
	display: block;
	top: 8px;
}
#emailName{
	background-color: #0A7B20;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}
#emailLink{
	background-color: #0A7B20;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
}
#emailLink a:link{
	color: #ffffff;
}
#emailLink a:hover {
	color: #F6CA43;
}
#townName{
	background-color: #0A7B20;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
#townLink{
	background-color: #0A7B20;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
#townLink a:link{
	color: #ffffff;
}
#townLink a:hover {
	color: #F6CA43;
}
#tableLink{
	background-color: #0A7B20;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
#tableLink a:link{
	color: #ffffff;
}
#tableLink a:hover {
	color: #F6CA43;
}
#tableRate{
	white-space: nowrap;
	text-align: center;
}
#fraction{
	font-size: 9px;
}
#footerTxt{
	position: relative;
	top: 10px;
	left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 9px;
}
