﻿/* CSS Document */

body{
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
text-align: left;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3f8762;
}


.small_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	background-image: url('images/backgrounds/bkg_tan.jpg');
	background-repeat:repeat;
}
.text_gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9c8c4d;
}
.blurb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.blurb_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3f8762;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #334B0D;
}
.body_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

a {
	font-size: 12px;
	color: #9c8c4d;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

#content {
	/* Global values; see Master Page and Content Pages for custom values. */
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	border-bottom: green;
	border-bottom-style: double;
	border-bottom-width: 8px;
}

#navigation
{
display: block;
}

#navigation img{
	margin: 0; padding: 0;
}

#footer
{
	width: 825px;
	margin: 0;
	background-color: #EFECE0;
	text-align: center;
	border: solid 1px green;
}
	
#footer a{

		color: #9c8c4d;
}

#footer p {
	text-align: center;
}


#promo{
	width: 100%;
	border: solid 1px black;
	padding: 5px;
	background-color: #A6A653;
}

#promo h1 {
	font-size: 18px;
	color: white;
	margin: 0;
}

#promo h2{
	color: white;
	font-size: 14px;
	margin: 0;
}

#promo a {
	color: white;
}

#events h2 {font-size: 11pt; font-weight: bold; margin: 0;  }
#events h3 {margin: 0; font-size: 9pt; border-bottom: solid 1px teal;margin-top: 6px;}
#events p {margin-top: 0;}




