body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-top: 50px;
	background-image: url(border.png);
}
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #ee0000;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
}
.tableborder
{
	border: 1px solid #AEAEAE;
}
.topheader {
	margin: 0px;
	height: 165px;
}
.header {
	background-color: #800000;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 0px;
	font-size: 14px;
	font-weight: bold;
}
.menu{
	font-family: Arial;
	font-size: 11px;
	border-top: 1px solid #ccc;
	width: 165px;
	background-color: #800000;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #800000;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #C00000;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 5px 10px 5px 10px;
	color: #FFFF00;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #500000;
}
.menu_current .menu_current a:link, .menu_current a:visited {
	color: #FFF;
	background-color: #500000;
}
.searchbox {
	display: block;
	padding: 4px;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	background-color: #800000;
}
.highlight {
	background-color: #800000;
}
.content1 {
	background-color: #F5DEB3;
	padding: 10px 10px 10px 20px;
	width: 610px;
	height: 100px;
	vertical-align: top;
}
.content2 {
	background-color: #F5DEB3;
	padding: 0px;
	width: 200px;
	height: 100px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}