/* CSS Document */

a:link {
	color: #617D00;
	text-decoration: underline;
}


a:visited {
	color: #617D00;
}

a:hover{
	color: #617D00;
}

a:active{
	color: #617D00;
	text-decoration: underline;
}

body{ 
	background-color: #E5E9E3;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
	margin: 0;
	padding: 0;
}
.main {
	width: 823px;
	height: 100%;
	background: #FFFFFF url(images/background.jpg) top left repeat-y;
	margin: auto;
	padding: 0;
}

.mainCol {
	width: 799px;
	background-color: #FFFFFF;
	margin: 0 auto 1px auto;
	clear: both;
}

.head {
	width: 800px;
	clear: both;
}

.head img {
	float: left;
}


.nav {
	display: inline;
	width: 428px;
	height: 28px;
	float: left;
	background-image: url(images/head_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

span.menuLink {
	height: 19px;
	padding: 7px 6px 2px 12px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	background-color: none;
	white-space: nowrap;
}

.menuLink a:link, .menuLink a:active {
	color: #617D3C;
	text-decoration: none;
}

.menuLink a:hover, .menuLink a:visited {
	color: #545636;
	text-decoration: none;
}
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #32362D;
	font-size: 13px;
	line-height: 17px;
 	padding: 30px 60px 10px 80px;
	min-height: 500px;
}

.content p {
	line-height: 17px;
}
	
.subhead {
	background:url(images/leafBullet.jpg) top left no-repeat;
	font-style: italic;
	color: #617D00;
	font-weight:600;
	padding: 5px 0 0 25px;
	margin: 0;
}

.big {
	font-size: 21px;
	color: #617D00;
	font-weight: 600;
}


.pageName {
	font-size: 18px;
	color: #617D00;
	font-weight: 600;
}

.subnav {
	color:#617D3C;
	text-align:right;
	margin-top: -15px;
}