body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: rgb(240,233,138);
  margin: 0;
}
p {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}
a:link, a:visited, a:active {
	color:#000066;
	font-size: 12px;
	border-bottom: 1px solid rgb(135,135,135);
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:rgb(104,47,47);
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#nav {
	text-indent: 5px;
	width: 217px;
}
#nav a:link, #nav a:visited, #nav a:active  {
	display: block;
	background-color: rgb(104,47,47);
	border-right: 5px solid #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 5px solid #000066;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav a:hover {
	display: block;
	color: rgb(104,47,47);
	background-color: rgb(240,233,138);
	text-decoration: none;
	width: 90%;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	list-style-position: outside;
	background-image: url(../images/bottom.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: top;
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 588px;	
	list-style-position: outside;
}
#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	color:#999999;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #333333;
}
#maincontent a:hover {
	color: #FFFFFF;
	background-color:#333333;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #333333;
	font-size: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	}
#footer a:link, #footer a:visited, #footer a:active {
	font-size: 9px;
	color: #CCCCCC;
}
#footer a:hover {
	font-size:9px;
	color: #000000;
	background-color:#000066;
}
