@charset "utf-8";
body {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/star-field.gif);
	/*background: #000000;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a{
	color: #003366;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 4px solid #edb82f;
	border-bottom:  1px solid #edb82f;
	border-left:  1px solid #000000;
	border-right:  1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #272727; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height: 1.5;
}
.oneColFixCtrHdr #mainContent h1 {
	margin-top: 7px;
	color: #003366;
	font-size: 22px;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #669900;
	font-size: 18px;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #FF8000;
	font-size: 16px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;
	background-image: url(../images/footer-bkgrd.gif);
	font-size: 12px;
}
.oneColFixCtrHdr #footer a{
	color: #EEEEEE;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:hover{
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Logo {
	margin: 0;
	padding: 0;
	width: 346px;
	height: 100px;
	float: left;
}
#Logo img{
	border: none;
}
#Slogan {
	margin: 0;
	padding: 0;
	width: 419px;
	height: 100px;
	float: right;
}
#LeftSideEnd {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 240px;
	float: left;
}
#MainTopPic {
	margin: 0;
	padding: 0;
	width: 319px;
	height: 240px;
	float: left;
}
#MainNavBkg {
	margin: 0;
	padding: 0;
	width: 205px;
	height: 240px;
	background-image: url(../images/main-nav-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#MainNavRightBkg {
	margin: 0;
	padding: 0;
	width: 213px;
	height: 240px;
	background-image: url(../images/right-bkg.jpg);
	background-repeat: no-repeat;
	float: right;
}
#DonateButton{
	margin-top: 123px;
	margin-left: 90px;
	width: 113px;
	height: 33px;
	border: none;
}
#DonateButton img{
	border: none;
}
#MainNavLinks {
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.75;
}	
#MainNavLinks a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#MainNavLinks a:hover {
	color: #EEEEEE;
	text-decoration: none;
}	
#HomeFeatureLeft{
	width: 420px;
	border-right: #333333 dotted 1px;
	padding-right: 10px;
	float: left;
}
#HomeFeatureRight{
	width: 280px;
	padding-left: 10px;
	float: right;
}
#SubFeatureRight{
	font-size: 11px;
	width: 280px;
	padding-left: 10px;
	float: right;
}
#Events{
	font-size: 12px;
	text-align: left;
	border: #999999 solid 1px;
}
#Events th{
	color: #003366;
	background-color: #DDDDDD;
}
.SmallDescription{
	font-size: 12px;
}