html{
	height: 100%;
}
body {
	background-color: #C6EFC8;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	background-image: url(images/bkgd_gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1 {
	font-size: 45px;
	color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 12px;
}
h2 {
	color: #666666;
	font-size: 29px;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}
h4 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
}
#container {
	padding-bottom: 4em;
	margin-right: 22px;
}
#nav {
	padding-left: 26px;
	font-size: 14px;
	width: 144px;
	padding-top: 0px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#nav li {
	padding-bottom: 4px;
}
#nav a {
	color: #666666;
	text-decoration: none;
}
#nav a:hover, #nav a.active {
	color: #336633;
	text-decoration: none;
}
#main {
	font-size: 13px;
	color: #666666;
	background-color: #DDFADD;
	padding: 20px;
	border: 1px solid #FFFFFF;
}
#main p {
	line-height: 130%;
}
#main a {
	color: #336633;
	text-decoration: none;
	line-height: 16px;
}
#main a:hover {
	line-height: 16px;
	color: #336633;
	text-decoration: underline;
}
#top {
	font-size: 13px;
	color: #666666;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top a {
	color: #336633;
	text-decoration: none;
	background-image: url(images/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 18px;
	margin-top: 12px;
}
#top a:hover {
	color: #336633;
	text-decoration: underline;
	background-image: url(images/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 18px;
	margin-top: 12px;
}
#back {
	margin-top: 30px;
	background-color: #C5F0C7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(images/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99D59C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99D59C;
}
#back a {
}
#nonFooter {
position: relative;
min-height: 100%;
}
* html #nonFooter {
height: 100%;
}
#footer {
	position: relative;
	margin-top: -32px;
	background-color: #666666;
	height: 32px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 16px;
} 
#footer a {
	color: #99CC9A;
	text-decoration: none;
}
#footer a:hover {
	color: #99CC9A;
	text-decoration: underline;
}
hr {
	color: #A5D2A4;
	background-color: #A5D2A4;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.green {
	color: #336633;
}

