body {
	margin: 0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #3d532b;
	font-family: verdana;
}

a {
	color: #303C2B;
	text-decoration: underline;
}

a:hover {
	color:  #65805C;
	text-decoration: none;
}

.mastheadTop {
	background-image: url(images/old.mastheadTop.png);
	background-repeat: no-repeat;
}

.mastheadTop p {
	font-size: 8pt;
	font-weight: bold;
	padding: 0 10 0 10;
	text-align: right;
}

.mastheadTop a {
	color: #303C2B;
	text-decoration: underline;	
}

.mastheadTop a:hover {
	color: #303C2B;
	text-decoration: none;
}

.mastheadBottom {
	background-image: url(images/old.mastheadBottom.png);
	background-repeat: no-repeat;
}

.mastheadBottom h1 {
	font-size: 15pt;
	font-weight: bold;
	padding: 2 0 0 200;
	color: #303C2B;
}

.mastheadBottom p {
	font-size: 8pt;
	font-weight: bold;
	padding: 0 0 0 200;
	color: #303C2B;	
	position: relative;
	top: -10px;
}

.nav {
	background-color: #fbfbc9;
}

.main {
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-x;
	background-color: white;
}

.homeTable {
	padding-top: 5px;
}

.homeLeft {
	margin-top: 10px;
}

.homeLeft p {
	font-size: 9pt;
	font-weight: normal;
	padding: 0 20 0 20;
	line-height: 1.6em;
}

.homeLeft h1 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 5 0 5;
}

.homeRight {

}

.homeCal {
	border: 1px solid black;
	background-image: url(images/eventCalendarBG.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
	margin-bottom: 5px;
	padding-top: 20px;
}

.homeCal p {
	font-size: 8pt; 
	padding: 0 5 0 5; 
	line-height: 1.5em;
}

.smallerFont {
	font-size: 8pt;
}	

.content {
	margin: 5;
	border: 1px solid #303C2B;
	background-color: white;
	height: 100%;
}

.content h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #303C2B;
	padding: 10 10 0 10;
	display: inline;
}

.content h3 {
	padding: 10 10 0 10;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
	color: #404040;
}


.content h4 {
	padding: 0 10 0 10;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 7pt;
	display: inline;
}

.content p {
	font-size: 8pt;
	padding: 0 10 0 10;
	line-height: 1.6em;
}

.content li {
	font-size: 8pt;
	line-height: 1.6em;
}

.content a:link {
	text-decoration: underline;
	color: #303C2B;
}

.content a:visited {
	text-decoration: underline;
	color: #303C2B;
}

.content a:hover {
	text-decoration: none;
	color:  #65805C;
}

.content td, .content form {
	font-size: 9pt;
	line-height: 1.6em;
}

.content form td {
	padding: 0 20 0 20;
	font-size: 8pt;
	line-height: normal;
}

.content form input {
	font-family: verdana;
	font-size: 8pt;
}

.content form input#radio {
	background-color: #E3EEF7;
}

.content table {
	padding: 0 20 0 20;
}

.footer {
	text-align: center;
}

.footer p {
	padding: 5 0 0 0;
	font-size: 8pt;
	color: #fbfbc9;
}

.footer a {
	color: #fbfbc9;
}

.footer a:hover {
	text-decoration: none;
	color: white;
}


.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}