﻿body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #eeffee;
	color: #666666;
}
#wrap {
	background: #ffffff;
	color: #666666;
	margin: 0 auto;
	width: 760px;
}
#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 45px;
}
#header h1 {
	width: 450px;
	margin: 5px 20px 0;
	float: left;
}
#header p {
	width: 400px;
	float: right;
	text-align: center;
	color: #606060;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: inherit;
}
#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}
#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}
.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #606060;
	background-color: #eeffee;
	line-height: 1.3em;
}
#content {
	margin: 0 20px 20px 160px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
	color: #eeffee;
}
a:hover {
	text-decoration: underline;
	color: #eeffee;
}
a img {
	border: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #606060;
	font-size: 0.9em;
}
#footer a {
	color: #606060;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
/* side menu */
#sideMenu ul {
	list-style: none;
	width: 150px;
	padding: 0;
}
#sideMenu a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #606060;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #e2e2e2;
	font-size: 1.1em;
}
#sideMenu li.here a {
	color: #99cc99;
}
#sideMenu div.subdiv a {
	color: #606060;
}
#sideMenu div.subdiv li.here a {
	color: #99cc99;
}
#sideMenu a:hover, #sideMenu div.subdiv a:hover, #sideMenu li.here a:hover {
	background: #e2e2e2;
	color: #99cc99;
	border-right: 4px solid #99cc99;
}
#sideMenu ul li ul li a {
}
