@charset "UTF-8";

#divWrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#divHeader {
	height: 375px;
	width: 900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#divNav ul {
	list-style-type: none;
	padding-top: 46px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#divNav li {
	display: inline;
	padding-right: 5px;
}
#divNav a {
	text-decoration: none;
	color: #003366;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#divNav a:hover {
	color: #009900;
}
#divNav a:active {
	color: #557E4C;
}
#divNav {
	text-align: right;
	top: 5px;
	padding-top: 3px;
}
#divContent {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#divContentWrapper {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
	width: 800px;
}
#divLeft {
	float: left;
	width: 490px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 30px;
}
#divLeft2 {
	width: 490px;
	padding-right: 30px;
}
#divSideBar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	list-style-type: square;
}
#divSideBar {
	background-color: #DDEED0;
	padding: 15px;
}
#divSideBar p {
	font-size: 12px;
	padding-left: 4px;
}

#divRight {
	width: 250px;
	float: right;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #3F704B;
	font-weight: normal;
	margin-top: 0px;
}
body {
	color: #333333;
	background-color: #557E4C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}
#float {
	float: right;
	margin-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.75em;
	color: #3F704B;
}
.upper {
	text-transform: uppercase;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #009900;
}