﻿A.headFootLink:link {
	text-decoration: none;
	color: #7ebd2d;
}
A.headFootLink:visited {
	text-decoration: none;
	color: #7ebd2d;
}
A.headFootLink:active {
	text-decoration: none;
}
A.headFootLink:hover {
	text-decoration: none;
	color: #4a6515;
}

A.boldHeadingLink:link {
	text-decoration:none;
	color: #FFFFFF;
}
A.boldHeadingLink:visited {	
	text-decoration:none;
	color: #FFFFFF;
}
A.boldHeadingLink:active {
	text-decoration: underline;
}
A.boldHeadingLink:hover {
	text-decoration: underline;
	color: #000000;
}

A:link {
	text-decoration:none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #4a6515;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #97b260;
}

body {
	line-height: 1.3em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}
body li {
	margin-left: 20px;
}

hr {
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	background-color: #7ebd2d;
	color: #7ebd2d;
}

h3 {
	font-weight: normal;
	color: #4a6515;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4a6515;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #97B260;
}

table {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.redFont {
	color: #FF0000;
}

.subHeader {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.content {
	background-color: white;
	width: 71%; /*728px;*/
	float: left;
	overflow: auto;
}
.padWhite{
	padding: 10px 20px 25px 20px;
	background-color:#ffffff;
}
.padGreenLight{
	clear:both;
	padding: 10px 30px 25px 20px;
	margin: 30px;
	background-color:#f2f8e2;
}

.footer {
	clear: both;
	width: inherit;
	height: 15px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: white;
}

.rightNav {
	border: 1px solid #00FF00;
	background-color: #d4e8ee;
	width: 23%; /*246px;*/;
	float: right;
	padding: 20px 10px 10px 10px;
}
.rightNav h2 {
	color: #00CCFF;
	font-size: medium;
}
.rightNav li{
	list-style-type: none;
	margin:0px 2px 0px 0px;
	padding: 0px 0px 0 6px;
	background: url(images/bullet.gif) no-repeat 0 4px;
}

.pageHeader {
	margin: auto auto;
	width: 1024px;
}
.clearWrapper {
	clear: both;
	background-color: #FFFFFF;
}
.borderless {
	border: 0;
}

.boldHeading h1{
	border: 1px #000000 solid;
	padding: 5px;
	background-color: #7EBD2D;
	color: #FFFFFF;
	font-size: medium;
	text-transform: uppercase;
	margin-right: 100px;
}
.boldHeading li{
	font-size: medium;
	font-weight: bold;
	padding: 4px;
}
.boldHeading ul {
	margin: 20px;
}

.slogan h1{
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 26px;
}
.slogan h2{
	font-size: 15px;
	line-height: 0px;
}

.headBarItem{
	border-right: 1px #000000 solid;
	border-right-color: #FFFFFF;
	height: 22px;
	margin: 0px;
	background-color: #7EBD2D;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.headBarItem:hover {
	background-color: #99CCFF;
}

#nav, #nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#nav a {
    display: block;
}
#nav li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#nav li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	background-color: #d4e8ee;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
	font-weight:bold;
}
#nav li:hover ul {
    left: auto;
}
#nav li ul li:hover {
    left: auto;
    background:white;
    width:inherit;
}
