@charset "UTF-8";

body, html { height: 100% auto; margin: 0; padding: 0; }

body
{
	background-image: url("images/backgroundx.png");
	background-color: #edecde;
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

p { margin: 0; }

img { border: 0; }

.orange { color: #ee6411; }
.bold { font-weight: bold; }
.block12 { display: block; font-size: 12px; line-height: 10px; margin-left: 20px; }
.block23 { display: block; font-size: 23px; }
.clickhere { margin-left: 65px; padding: 4px 0; }
.sideblocks { padding: 5px; }
.mission { background-color: #b7b5a2; height: auto; margin: -8px -10px; padding: 5px 10px; }
* html .mission { position: relative; left: -10px; top: -7px; margin: 0px; width: 576px; } /*IE6 FIX*/
.eventdate { display: block; font-weight: bold; }
.clear { clear: both; }

h1#logo
{
	height: 132px;
	margin: 0 auto;
	padding: 9px 0;
	width: 185px;
}

h2#slogan
{
	background-color: #ffffff;
	border-left: 1px solid #8d8a7e;
	border-bottom: 1px solid #8d8a7e;
	color: #0a1f62;
	display: inline;
	font-size: 18px;
	font-weight: normal;
	right: 0;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	font-style: italic;
	top: 0px;
	z-index: 1;
}

ul#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#nav li a
	{
		display: block;
		font-size: 13px;
		height: 21px;
		padding: 4px 0 0 30px;
	}
	ul#nav li a:hover, ul#nav li.location
	{
		background-image: url("images/sideNav_rollover.png");
		background-repeat: no-repeat;
	}

img#imageMain { border-bottom: 15px solid #0a1f62; }

p#donate, p#mailing, p#blank
{
	/*background-color: #4e619e;*/
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 10px 0 10px;
}
p#donate { background-image: url("images/donate_bg.png"); }
p#mailing { background-image: url("images/mailing_bg.png"); padding-top: 15px; }
p#blank { background-image: url("images/blank_bg.jpg"); }
* html p#donate, * html p#mailing { margin-left: -3px; 
}
div#contain
{
	background-image: url("images/background.gif");
	background-color: #d7d5be;
	background-repeat: repeat-y;
	/*border-left: 1px solid #8d8a7e;
	border-right: 1px solid #8d8a7e;*/
	height: 100%;
	margin: auto;
	position: relative;
	width: 800px;
}

div#side
{
	float: left;
	height: 100%;
	width: 204px;
}

div#main
{
	height: 100%;
	position: absolute;
	left: 204px;
	top: 0px;
	width: 596px;
}
	div#mainContent { padding: 5px 10px; }
	div#mainContent a { color: #122462;
	 }

div#events
{
	background-color: #fff;
	margin: 10px 10px 5px 10px;
	padding: 5px;
}
	div#events h3 { font-size: 13px; margin: 0; padding: 0; text-align: center; }
	div#events p { color: #122462; font-size: 10px; margin: 5px 0; }
	div#events a { color: #ee6411; display: block; }