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

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	line-height: 1.5em;
}
div.container {
	text-align: left;
	width: 960px;
	margin: 10px auto;
}
div.header {
	height: 385px;
	text-align: left;
}
div.header_no_splash {
	height: 185px;
	text-align: left;
}
div.headerDouble {
	height: 620px;
	text-align: left;
}
div.logo {
	float: left;
	height: 50px;
	clear: left;
}
div.nav {
	float: right;
	height: 50px;
	width: 617px;
	font-weight: bold;
	clear: right;
}
div.stats {
	float: left;
	clear: both;
	white-space: nowrap;
	height: 75px;
	width: 960px;
	font-size: 225%;
	line-height: 1em;
}
.logo_spacer {
	float: left;
	width: 270px;
	height: 35px;
}
.nav_spacer {
	float: right;
	width: 690px;
	height: 10px;
}
.spacer {
	height: 50px;
	clear: both;
}
strong {
	color: #900;
}
.headerSplash {
	height: 200px;
	width: 960px;
	/*background-image: url(../images/red_background.gif);*/
	float: none;
	clear: both;
	text-align: center;
}
.headerSplashDouble {
	height: 445px;
	width: 960px;
	/*background-image: url(../images/red_background_double.gif);*/
	float: none;
	clear: both;
	text-align: center;
}
h1 {
	color: #900;
}
div.contentBody p {
	margin-top: 1em;
}
div.contentBody h3 {
	margin-top: 1em;
}
div.contentBodyWide p {
	margin-top: 1em;
}
div.contentBodyWide h3 {
	margin-top: 1em;
}
div.content {
	text-align: left;
	min-height: 250px;
	clear: both;
}
div.column1 {
	float: left;
	width: 556px;
	padding: 10px;
}
div.column1Wide {
	float: left;
	width: 940px;
	padding: 10px;
}
div.links {
	width: 440px;
	height: 80px;
	background-image: url(../images/link_background.gif);
	background-repeat: no-repeat;
}
div.column1a {
	float: left;
	width: 200px;
	padding: 10px;
}
div.column1b {
	float: left;
	width: 200px;
	padding: 10px;
}
div.contentBody {
	width: 556px;
	clear: both;
	float: left;
	padding-top: 20px;
}
div.contentBodyWide {
	width: 940px;
	clear: both;
	float: left;
	padding-top: 20px;
}
div.column2 {
	float: right;
	width: 364px;
	padding: 10px;
}
div.footer {
	width: 960px;
	height: 50px;
	text-align: center;
	font-size: 75%;
	clear: both;
}
.contentBody a:link {
	color: #900;
	text-decoration: none;
}
.contentBody a:visited {
	color: #900;
	text-decoration: none;
}
.contentBody a:active {
	color: #900;
	text-decoration: none;
}
.contentBody a:hover {
	color: #900;
	text-decoration: underline;
}
.contentBodyWide a:link {
	color: #900;
	text-decoration: none;
}
.contentBodyWide a:visited {
	color: #900;
	text-decoration: none;
}
.contentBodyWide a:active {
	color: #900;
	text-decoration: none;
}
.contentBodyWide a:hover {
	color: #900;
	text-decoration: underline;
}
.links a:link {
	color: #000;
	text-decoration: none;
}
.links a:visited {
	color: #000;
	text-decoration: none;
}
.donate {
	background-image: url(../images/donate_background.jpg);
	background-repeat: no-repeat;
}
.donate h2 {
	line-height: 3em;
}
.donate td {
	vertical-align: top;
}
.border {
	border: 1px solid #000;
}
#donate {
	border: 1px solid #000;
	float: right;
	margin: 20px;
	text-align: center;
	padding: 5px;
}
.links a:active {
	color: #000;
	text-decoration: none;
}
.links a:hover {
	color: #900;
	text-decoration: none;
}
.finePrint {
	font-size: 75%;
}
.content li {
	margin-top: 10px;
}
.content span {
	margin-left: 20px;
}
.post span {
	margin-left: 0px;
}
.contentBody ul li {
	margin-left: 20px;
}
.contentBody ul ul li {
	margin-left: 40px;
}
input[type=text] {
	height: 18px;
	vertical-align: top;
}
input[type=image] {
	vertical-align: top;
}
.container a img:hover {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
.gallery a img:hover {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
.logo a img:hover {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
.post a img:hover {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
.column2 a:link {
	color: #900;
	text-decoration: none;
}
.column2 a:visited {
	color: #900;
	text-decoration: none;
}
.column2 a:active {
	color: #900;
	text-decoration: none;
}
.column2 a:hover {
	color: #900;
	text-decoration: underline;
}
