body {
	background-color: Black;
	color: #EED691;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #F3A64C;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

h2{
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #EED691;
	font-family: "Times New Roman", Times, serif;

}
.content {
	font-size: 12px;
	padding-top: 38px;
	vertical-align: top;
}
.content2 {
	font-size: 12px;
	vertical-align: top;
}
p{
	padding: 3px 10px 10px 10px;
	margin: 0 0 0 0;
}
ul {
	padding: 3px 10px 10px 10px;
	margin: 0 0 0 10px;
	list-style-type: square;
	list-style-position: inside;
}
#menu {
	background-color: #EED691;
	background-repeat: repeat-y;
	color: #555143;
	font-size: 12px;
	font-weight: bold;
}
.forms{
	border: 1px solid;
	background-color: #F7E3A9;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-left-color: #B94E05;
	border-top-color: #B94E05;
	color: Black;
	font-size: 10px;
	font-family: sans-serif;
}
#footer{
	font-size: 9px;
	padding-top: 5px;
	background-color: Black;
}
#menu a:link{
	color: #555143;
	background-image: url(img/menulinkbg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 17px;
	text-decoration: none;
}
#menu a:hover{
	color: #555143;
	background-image: url(img/menulinkbg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 17px;
	text-decoration: underline;
}
#menu a:visited{
	color: #555143;
	background-image: url(img/menulinkbg2.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 17px;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:link {
	color: #FF6800;
}
a:visited {
	color: #E8C86C;
	}
a:active {
	color: #ffffff;
}