html, body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-color: #cfffc6;
	padding: 0;
	margin: 0;
}
#topnav {
	background-color: #9acea3;
	margin: 0px;
	padding: 0px;
	width: 750px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFF;
	padding: 5px;
	margin: 0;
	clear: both;
	min-height: 300px;
	text-align: left;
	float: left;
}
#footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
	background-color: #0e6b66;
	font-size: 11pt;
	color: #CCC;
}




#container {
	background-color: b8ffb8;
	width: 750px;
	margin: auto;
	padding: 0;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 750px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav	{
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#nav li	{
	display: inline;
	padding: 0;
	margin: 0;
}


#nav a:link,
#nav a:visited	{
	color: #000;
	text-decoration: none;
	width: 345px;
	float: left;
	display: block;
	height: 25px;
	background-color: #9acea3;
}

#nav a:hover	{
	color: #fff;
	background-color: #6c9073;
}

#nav a.selected	{
	background-color: #6c9073;
}

#nav a.home	{
	width: 60px;
	float: left;
}

#leftnav {
	width: 170px;
	float: left;
	margin-top: -5px;
	margin-left: -5px;
	padding: 5px;
}
#maincontent {
	float: right;
	width: 570px;
	margin-top: -5px;
	margin-right: -5px;
	padding-top: 10px;
}
#maincontenthome{
	float: left;
	width: 660px;
	margin-top: -5px;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 20px;
}


ul#nav-list {
  margin : 5px;
  list-style-type : none;
  font-size : 90%;
  padding: 0px;
}

/* 
  this could be applied to the links, but IE needs this on <li>
*/
ul#nav-list li {
  margin-bottom : 5px;
}

/*
  static link styling
*/
ul#nav-list a {
  position : relative; /* to create a new positioning baseline */
  width : 145px;
  height : 4em;
  display : block;
  padding : 5px;
  padding-right : 0;
  border : 1px solid #6c9073;
  background : #9acea3;
  color : #000; 
  text-decoration : none;
  font-weight : bold;
  cursor : pointer;
}

/*
  styles for the span (kept opff screen until needed
*/
ul#nav-list a span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 260%;
  height : 4em; /* to make the text resizable but do allow room */
  background : #fafafa;
  border : 1px solid #6c9073;
  border-left : 0;
  padding : 5px;
  padding-left : 23px;
  text-indent : 0px;
  cursor : pointer; /* needed for opera */
  color : #6c9073;
  font-weight: normal;
  font-style: italic;
}

/* 
  hover/focus styles of link
*/
ul#nav-list a:hover, ul#nav-list a:focus, ul#nav-list a:active {
  background : #fafafa;
  color : #000;
}

ul#nav-list a.current span {
  top : -1px;
  left : 140px;
  background-color: #9acea3;
  color: #000;
}

/* reposition code (to replace if necessary)
ul#nav-list a:hover span, ul#nav-list a:focus span, ul#nav-list a:active span {
  top : -1px;
  left : 140px;
}
*/

ul#nav-list a:hover span, ul#nav-list a:focus span, ul#nav-list a:active span {
  background-color: #fafafa;
}

input	{	
	font-family: Georgia;
	font-size: 14pt;
	}

select	{
	font-family: Georgia;
	font-size: 14pt;
	}