body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	margin: 0.5em 0 0 0;
}
a:link, a:visited, a:active {
	color: #9B1219;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #9B1219;
	border: 0;
	border-top: 1px solid #9B1219;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
h2 {
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
h3 {
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}

.header {
height: 90px;
background-image: url(header.jpg);
background-repeat: no-repeat;
}

.banner, .search_box {
	height: 80px;
	/*background-image: url(header.jpg);*/
	/*background-repeat: repeat-x;*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.banner {
	width: 510px;
	padding-left: 20px;
	float: left;
	text-align: left;
	padding-top: 15px;
	border:solid 0px black;
}
.search_box {
	float: right;
	clear: right;
	width: 220px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 180px;
	margin: 10px;
	margin-top: 2em;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333333;
}

.menu_current  {
	border-bottom: 0px dashed #999999;
	font-weight:bold;
}

.login_table {
	border: 1px solid #dddeee;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #9B1219;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 150px;
	padding: 4px 0px 14px 15px;
	text-align: justify;
	line-height:150%;
	border: 0px solid #D0D0D0;
	clear: right;
}
.footer {
	background-color: #990000;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #dddeee;
	text-align: center;
	line-height: 18px;
}
.footer a{
	color: #dddeee;
}
.powered_by {
	text-align: center;
	font-size: 9px;
	padding-top: 2px;
}