﻿a:visited {
	color: #333333;
}
a:hover {
	color: #00FF00;
}
a {
	color: #349553;
}
.style4 {
	color: #349553;
	font-weight: normal;
}
.style1 {
	vertical-align: bottom;
}
.masthead_text {
	font-size: medium;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	line-height: 13px;
}
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	border: 1px solid #333;
	width: 750px;
	margin: 0 auto;
	background: top;
	background-color: #FFFFFF;
}
#masthead {
	border-width: thin;
	border-color: #349553;
	text-align: left;
	width: 750px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	color: #349553;
}
#logo {
	border: medium solid #349553;
	text-align: center;
	width: 750px;
	padding: 0px 10px 0px 10px;
	background-color: #349553;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation {
	background-color: #349553;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 25px;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}

#footer {
	text-align: center;
	background-color: #349553;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	color:#349553;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #000000;
	font-size: large;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: small;
	font-weight: bold;
}
h4 {
	color: #965;
	font-size: 1.25em;
}


/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #349553;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
