body,td,th {
	font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville,
Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New
Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia, Serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #300000;	
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
hr {
	height: 1px;
	color: #336699;
	background-color: #336699;
	border: 0;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	background-color: #FFFFFF;
}
.header {
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 35px;
	text-align: center;
	font-size: 30px;
}
.menu {
	float: left;
	width: 140px;
	vertical-align: top;
}
.menu ul, .menu li {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	border-bottom: 1px dashed #FF7F00;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 0px 8px 8px;
	color: #C04000;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	color: #A02000;
	text-decoration: none;
}
.main_menu {
	border-left: 0;
}
.sub_menu {
	border-left: 0;
}
.menu_current {
	font-weight: bold;
}
.content {
	float: right;
	width: 570px;
	padding: 20px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.footer {
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}
.powered_by, .powered_by a:link, .powered_by a:visited, .powered_by a:active, .powered_by a:hover {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}