body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #E9E9C9;
	margin: 0px;
}
a:link, a:visited, a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	color: #F7F7A6;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #FFFFFF;
	background: url(/templates/simple/imgs/header.jpg);
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 165px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #CCCC99;
	padding: 10px;
	width: 190px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	
}

.menu a {margin-right: 1.0em}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #CCCC99;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #666634;
	text-align: center;
	font-size: 16px;
	height: 10px;
}