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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F2E5;
}
#stage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	width: 95%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#logo {
	width: 160px;
	margin-right: 40px;
	z-index: 100;
	margin-left: 5px;
	top: 0px;
	position: relative;
	float: left;
}
#top {
	background-color: #181E1A;
	float: right;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FDC13C;
	font-size: 24px;
	margin-top: 40px;
	width: 280px;
}
#top a:link {
	color: #FDC13C;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top a:hover {
	color: #FDC13C;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top a:active {
	color: #FDC13C;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top a:visited {
	color: #FDC13C;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FDC13C;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 62%;
	text-align: left;
	clear: right;
	margin-bottom: 35px;
}
#nav a:link, #nav a:visited {
	color: #333;
	text-decoration: none;
	padding: 8px 5px;
}

#nav a:hover, #nav a:active {
	color: #FFF;
	text-decoration: none;
	background-color:#000000;
	padding: 8px 5px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#nav ul li {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
section {
	clear: both;
}
#members {
	float: left;
	width: 150px;
	clear: none;
	margin-left: 10px;
	padding-top: 20px;
}
#members p {
	font-size: 11px;
	color: #999;
	margin-bottom: 4px;
	text-align: left;
}
#members ul li {
	color: #999;
	font-size: 11px;
	text-align: left;
}
#members ul {
	margin-top: 4px;
	margin-left: -10px;
	list-style-type: disc;
}
#content {
	-webkit-min-width: 280px;
	-webkit-max-width: 750px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 0px;
	margin-left: 200px;
	margin-top: -30px;
	width: auto;
	position: relative;
	margin-right: 50px;
	height: auto;
}
#content p {
	margin-bottom: 10px;
	font-size: 14px;
}
#content h1 {
	color: #D11E06;
	font-size: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#copyright {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	padding: 6px;
	background-color: #FDC13D;
}
#copyright a:link, #copyright a:visited {
	color: #C00;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #609;
	text-decoration: none;
}

p {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.caption {
	font-size: 11px;
	color: #666;
}
#content p.caption {
	font-style: italic;
	font-size: 10px;
	color: #999;
}
.red {
	color: #D11E06;
}
.bullet {
	padding-right: 5px;
	padding-left: 5px;
}
#topnote {
	height: 15px;
	width: auto;
	position: relative;
	margin-top: 15px;
	float: left;
}
