a {
/*	text-decoration: none;*/
	color: #286EA0;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
	color: #286EA0;
}

body {
	margin: 0 auto;
	padding: 0;
	font: normal 12px Verdana, Tahoma, Arial, sans-serif;
	background: url("../images/bg.gif") #F4F4F4 top center repeat-y;
}

/*
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 80% verdana, arial, sans-serif;
}
*/
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #FFFFFF;
	line-height: 1.3em;
	float: left;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.small {
	font-size: 0.8em;
}

.textright {
	text-align: right;
}

#avmenu {
	color: #000000;
}

#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	display: inline;
	background: #CCCCCC;
	border: 4px solid #F0F0F0;
}

#extras {
	float: right;
	width: 100px;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p {
	margin: 0 0 1.5em 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #F0F0F0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
/*	height: 45px;*/
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #A0A0A0;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#menu {
	top: 0;
	left: 0;
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu {
	width: 15em;
}

#menu dd {
	border: 1px solid #808080;
}

#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #808080;
	background: #CCCCCC;
}

#menu li {
	text-align: center;
	background: #FFFFFF;
}

#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background: #EEEEEE;
}

#wrap {
	background: #FFFFFF;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

