/* main page styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-weight: normal;

}

h1 {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #104511;
	margin-bottom: -10px;
	text-align: left;
}


h2 {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	margin-top: 20px;
	margin-bottom: -10px;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 125%;
}

ul {
	font-size: 90%;
}

li {
	font-size: 90%;
	margin-bottom: 10px;
	color: #666666;
}


/* Styles for links in footer */
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer a:active {
	color: #757589;
	text-decoration: none;
}
div#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}


/* Styles for links in leftnav */
div#leftnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#leftnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#leftnav a:active {
	color: #757589;
	text-decoration: none;
}
div#leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
/* Color was changed from #999999 - Aaron */
	color: #FFFFFF;
	text-decoration: none;
}
div#leftnav li {
	color: #FFFFFF;
}

/* Styles for links in navigation */
div#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
/* Color was changed from #999999 - Aaron */
	color: #FFFFFF;
	text-decoration: none;
}



/* Styles for links web site */
a:link {
	color: #272494;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #912F2F;
}
a:visited {
	color: #9E99B9;
}

/* Reformatted Styles for main content */

#footer {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 5;
}

#navigation {
	width: 720px;
	color: #FFFFFF;
}

sup {
	font-size: 70%;
}
.navigation {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #31680d;
	background-image: url(../images/nav_bkgrnd_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
}
.leftnav-top {
	background-color: #294516;
	background-image: url(../images/rightnav_bkgrnd_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-left: 20px;
	color: #FFFFFF;
}
.leftnav-bottom {
	background-color: #31680d;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content {
	background-image:url(../images/bkgrnd_content.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 150px;
	padding-left: 50px;
	padding-bottom: 20px;
	min-width: 400px;
	min-height: 560px;
}
.leftnav-bullets {
	padding-top: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.leftnav-copy {
	color: #FFFFFF;
	font-size: 10px;
}
.content-home {
	background-image:url(../images/bkgrnd_content_home.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	padding-top: 165px;
	padding-left: 40px;
	padding-bottom: 20px;
	min-height: 560px;
}
