/* CSS Document */

#ContentMenu a
{
	line-height:25px;
}

#ContentMenu a:link
{
	line-height:25px;
}

#ContentMenu a:visited
{
	line-height:25px;
}

#ContentMenu a:hover
{

	display:block;
	background-color:#B0B96A;
	color:#E9E9E1;
	width:100%;
	height:100%;
	line-height:25px;
}

#ContentMenu a:active
{
	line-height:25px;
}

#SideMenu a
{
	line-height:25px;
}

#SideMenu a:link
{
	line-height:25px;
}

#SideMenu a:visited
{
	line-height:25px;
}

#SideMenu a:hover
{
	display:block;
	background-color:#CAD297;
	color:#E9E9E1;
	width:100%;
	height:100%;
	line-height:25px;
}

#SideMenu a:active
{
	line-height:25px;
}
a {
	font-size: 10px;
	color: #8b5c29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
    color: #8b5c29;
	text-decoration: none;
}
a:visited {
    color: #8b864e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #daa520;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b5c29;
	line-height: 14px;
}

body {
	background-color: #ffffff;
	margin-top:5px;
	margin-bottom:5px;
}

.heading {
font-size: 21px;
font-family: Georgia, Times New Roman, Times, Serif;
color: #8b5c29;
}

.subhead {
font-size: 16px;
font-family: Georgia, Times New Roman, Times, Serif;
font-weight: bold;
color: #8b5c29;
}

#footer {
float:left;
width: 800px;
font-size:10px;
color: #8b5c29;
}