body {
	background-color: #EAE1CE;
	margin: 10px;
}

td.content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 150%;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #999999;
	}

.footer a {
	text-decoration: none;
	color: #999999;
	}

.footer a:hover {
	text-decoration: none;
	color: #000000;
	}

.footer a:visited {
	text-decoration: none;
	color: #999999;
	}

.footer a:visited:hover {
	text-decoration: none;
	color: #000000;
	}

#sidenav table {
	background-color: #53371E;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
}

#sidenav td {
	text-align: right;
	align: top;
	color: white;
}

#sidenav td a{
	text-decoration: none;
	display:block;
	color: white;
	padding: 5px;
}

#sidenav td a:hover {
	text-decoration: none;
	color: white;
	background-color: #895A30;
	padding: 5px;
	
}

#sidenav td a:visited {
	text-decoration: none;
	color: white;
}

#mainbody td {
	font-family: verdana, sans-serif;
	font-size: 11px !important;
	color: black;
	background-color: white;
	padding: 8px;
	line-height: 150%;
}

#mainbody td.main {
	background-color: #53371E;
	color: white;
	height: 23px;
	padding: 0px;
}

#mainbody h1 {
	font-family: verdana, sans-serif;
	font-size: 15px;
	color: white;
	margin: 0px;
	padding: 0px;
}

#mainbody h2 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #BF0007;
	margin: 0px;
	padding: 0px;
}

#mainbody h3 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #53371E;
	padding: 0px;
	margin-bottom: -8px;
}

.caption {
	font-size: 9px;
	color: #999999;
}

a.homepage {
	font-size: 18pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

a.homepage:hover {
	color: #BF0007;
	text-decoration: underline;
}

a.homepage:visited{
	color: #000099;
	text-decoration: underline;
}

a.homepage:visited:hover {
	color: #BF0007;
	text-decoration: underline;
}

.horizontalrule {
  background-image: url(/images/horizontal-rule.gif) !IMPORTANT;
  margin-bottom: 0px !IMPORTANT;
  font-size: 1px !IMPORTANT;
  line-height: 1px !IMPORTANT;
  height: 1px !IMPORTANT;
}

.horizontaldots {
  background-image: url(/images/navigation/horizontal-dots.gif);
  margin-bottom: 0px;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}