@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.7em;
}
body {
	background-color: #000;
	margin: 0px;
}

a, a:link, a:visited {
	font-size: 12px;
	color: #900;
	text-decoration: none;
}
a:hover, a:active {
	color: #c00;
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: left;
	background: #fff;
	margin-bottom: 40px;
}

#main{
	background-image:url(assets/bgfade.jpg);
	background-repeat:repeat-x;
	padding: 0px 20px 20px 20px;
}

#menu{
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #78afd1;
}
#menu:hover{
	font-size: 12px;
	font-weight: bold;
	color: #c00;
}

#content{
	width: 475px;
	margin-bottom: 20px;
	float: left;
	clear: none;
}

#side{
	width: 225px;
	margin-bottom: 20px;
	float: right;
}

#footer {
	height: 1.7em;
	font-size: 11px;
	color: #fff;
	font-style: italic;
	line-height: 1em;
	padding: 5px;
	background-color: #600;
	border-top: 3px solid #78afd1;
	text-align: center;
	clear: both;
}
#footer a, #footer a:link, #footer a:visited {
	color: #78afd1;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #9cf;
}

.hr {
	border-top: 1px solid #78afd1;
	margin: 5px 0px 5px 0px;
	clear: both;
}
.hr2 {
	border-top: 2px solid #78afd1;
	margin: 5px 0px 5px 0px;
	clear: both;
}

.imagefloat {
	float: right;
}

.feature {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #900;
	text-align: center;
	line-height: 2em;
}

.inset {
	border: 1px solid #369;
	margin: 0px 5px 5px 5px;
}
.insetcaption {
	width: 160px;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 1.6em;
	text-align: center;
	float: left;
}
.insetimage {
	width: 200px;
	margin: 10px 10px 0px 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 1.6em;
	text-align: center;
	float: left;
}
.insetimage img{
	border: 1px solid #369;
	margin-bottom: 5px;
}
.insetcaption img{
	border: 1px solid #369;
	margin-bottom: 5px;
}
.image {
	margin: 10px;
	float: right;
}
.biophoto{
	border: 1px solid #369;
	margin: 7px 10px 10px 0px;
	float: left;
}
sup{
	font-size: 8px;
}
.floatlist{
	margin-top: -1.5em;
}
.floatlist li{
	width: 210px;
	float: left;
}
.floatlist ul br{
	clear: both;
}

.small{
	font-size: 10px;
	line-height: 1.5em;
}
