body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #294A00;
}
#masthead {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3B5637;
	height: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	}
/*these are the stlyes for the top horizontal navigation section*/
#navcontainer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 40px;
	}
#nav {
	background-color: #588558;
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	list-style: none;
	}
#nav ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 0px 50px;
	padding: 5px;
}
#nav ul li {
	padding: 0px 5px;
	display:inline;
}
#nav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #588558;
}
#nav ul li a:hover {
	color: #000000;
	background-color: #fcca4d;
}
#nav ul li a:visited:hover {
	color: #000000;
}
/*these are the styles for the content division*/
#content {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 7px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #3B5637;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 15px;
	line-height: 25px;
}
#content h2 a {
	color: #FF0000;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 20px;
}
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #3B5637;
}
a:visited {
	color: #588658;
}
/* these are the styles for the footer section */
#footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #588658;
	background-image: url(../images/footertop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 125px;
	}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 35px;
	margin-bottom: 0px;
}
#footer a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:hover {
	color: #FCCA4D;
}
#footer a:visited {
	color: #CAE9CA;
}
#footer a:visited:hover {
	color: #FCCA4D;
}
/*these are misc. styles for content*/
.right-bottom-5 {
	margin-right: 5px;
	margin-bottom: 5px;
}
.left-right-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.bottom-10 {
	margin-bottom: 10px;
}
.red {
color: #FF0000;
}
.horz-divider {
	background-color: #CCCCCC;
	background-image: url(../images/horz-divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;	
}
#brokenlink {
	background:#ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 165px;
	width: 190px;
	padding-top: 15px;
}
#brokenlink p {
margin:15 15 5;
}

