/* CSS Document */
html {
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	color: #28780a;
	text-align: center;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(../_images/header/hdrBgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Heading Style -- xx */
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #83AC42;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* Heading Style -- xx */
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CFE788;
}
/* Heading Style -- xx */
h3 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../_images/icons/bulletSml.gif);
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 5px;
}
ol {
}

/* styles defining Site Links */

a {
	color: #B5428F;
	text-decoration: none;
}
a:link {
	color: #B5428F;
	text-decoration: none;
}
a:visited {
	color: #B5428F;
	text-decoration: none;
}
a:hover {
	color: #B5428F;
	text-decoration: underline;
}
a:active {
	color: #B5428F;
	text-decoration: none;
}

.masterTable {
	margin-right: auto;
	margin-left: auto;
}
.mainBodyStyle {
	padding-top: 38px;
	padding-right: 25px;
	padding-bottom: 75px;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
}
.mainNavContainer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.mainBodyContainer {
	background-image: url(../_images/backgrounds/bodyWatermark.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.navCell {
	background-attachment: scroll;
	background-image: url(../_images/nav/navBgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-align: left;
	vertical-align: top;
}
.footerContainer {
	text-align: center;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

#navList ul {
	margin: 0;
	padding: 0;
	line-height: 200%;
	list-style-type: none;
	list-style-image: none;
}
#navList a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #589106;
}
#navList a:hover {
	color: #B5428F;
	text-decoration: none;
}
#subNavList ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../_images/icons/bulletLeaf.gif);
	line-height: 120%;
	list-style-position: inside;
}

#subNavList a {
	font-size: 12px;
	font-weight: normal;
	color: #B5428F;
}
#subNavList a:hover {
	color: #589106;
	text-decoration: none;
}

.floatLeft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
#header {
	margin-bottom: 10px;
	display: block;
}
.underlineEmphasis {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

