body {
	background-color: #CCCCCC;
}
#top {
	position: absolute;
	top: 20;
	left: 50;
	width: 800;
	height: 54;
	margin: 0;
}
#navback {
	position: absolute;
	top: 74;
	left: 50;
	width: 800;
	height: 44;
	margin: 0;
	background-image: url(images/navback.gif);
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	top: 74;
	left: 50;
	width: 800;
	background-color: #A9BFAA;
	border: 1px solid green;
}
#pagetop {
	position: absolute;
	top: 195;
	left: 50;
	width: 514;
	height: 208;
	background-image: url('images/textback.jpg');
	background-repeat: no-repeat
}
#toptext {
	position: absolute;
	top: 207;
	left: 260;
	width: 300;
	height: 180;
	background-color: transparent;
}
#ads {
	position: absolute;
	top: 195;
	left: 564;
	width: 285;
	height: 250;
	background-color: #f7f3f1;
	border-right: 1px solid #003300;
}
#adslong {
	position: absolute;
	top: 195;
	left: 566;
	width: 284;
	background-color: #f7f3f1;
	border-right: 1px solid #003300;
}
#googleback {
	position: absolute;
	top: 368;
	left: 564;
	width: 285;
	height: 260;
	background-color: #f7f3f1;
	border-right: 1px solid #003300;
}
#google {
	position: absolute;
	top: 370;
	left: 574;
	width: 250;
	z-index: 6000;
}
/*Google Banner goes just under navigation*/
#googlebanner {
	position: absolute;
	top: 105;
	left: 50;
	width: 800;
	height: 90;
	text-align: center;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	background-color: #f7f3f1;
	z-index: 6000;
}
#pagebody {
	position: absolute;
	top: 404;
	left: 50;
	width: 514;
	padding-top: 5px;
	background-color: #f7f3f1;
	border-left: 1px solid #003300;
	border-bottom: 1px solid #003300;
}
#bottomrt {
	position: absolute;
	top: 718;
	left: 565;
	width: 285;
	background-color: #e6ece6;
	border: 1px solid #003300;
}
#bottomrt ul {
	margin-left: 10px;
	list-style: none;
}
#map {
	position: absolute;
	top: 252;
	left: 50;
	width: 800;
	background-color: #f7f3f1;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	text-align: center;
}
#mapinfo {
	position: absolute;
	top: 195;
	left: 50;
	width: 800;
	height: 40;
	padding: 22px 0 0 0;
	border: 1px solid #003300;
	background-color: #f7f3f1;
}
#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
}
#nav li a {
  /*for all links in the list*/
  color: #fbf9f1;
  display: block;
  height: 12px;
  width: 90px;
  text-decoration: none;
  margin-left: 2px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
#nav li.on ul {
	display: block;
}
#nav li.on a {
	background-color: #00440F;
	color: #f2d974;
}
#nav li.on ul a, #nav li.off ul a {
  border: 0;
  color: #ffffff;
  width: auto;
  background-color: a54219;
}
#nav li.off a:hover, #nav li:hover a, #nav li.over a {
  color: #019e26;
}
ul {
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
li {
	margin-left: 15px;
}
h1 {
	font-family: Garamond, Times, serif;
	font-size: 16pt;
	color: #006600;
	padding-left: 3px;
	margin: 0px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #006600;
	margin: 0;
	padding-left: 3px;
}
h3 {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	margin: 0;
	padding-left: 3px;
}
p {
	font-family: arial;
	font-size: 10pt;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}
.adpad {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.coltext {
	color: #003300;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 2px;
}
.emphasis {
	font-style: italic; 
	font-weight: bold;
}
.indent {
	margin-left: 7px;
}
.leftimg { float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.right { 
	float: right;
	margin-right: 2px;
	margin-left: 3px;
}
.sidebar {
	list-style: none;
	display: block;
	margin-bottom: 7;
	color: #003300;
}
.sidebar a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
.sidebar a:hover, .sidebar li.over a {
	color: 019e26;
	font-weight: bold;
}
.title {
	color: #f7f3f1;
}
.red {
	color: #CC3300;
}
.blue {
	color: #003399;
}