body {
	behavior: url("includes/hover.htc");
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	height: 100%;
}
body {
	font-family: Times, Times New Roman, serif;
	font-size: 9pt;
}
h1 {
	font-size: 16pt;
	color: #999999;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}
h2 {
	font-size: 11pt;
	color: #99cc66;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
	color: #7DAF4C;
}
a:hover {
	text-decoration: underline;
	color: #7DAF4C;
}
#main {
	margin: 0px auto;
	width: 592px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}
#header {
	width: 550px;
	text-align: left;
	padding: 5px;
	padding-left: 30px;
	color: #99cc66;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0px;
}
#headImg {
	margin: 0px auto;
	padding: 0px;
}
#content {
	padding: 33px;
	text-align: left;
	font-family: Times, Times New Roman, serif;
	font-size: 10pt;
}
#nav {
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	overflow: visible;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	line-height: 1.7;
}
#topNavList {
	font-size: 9pt;
	width: 100%;
	padding: 0px;
}
.navItem1 {
	display: inline;
	position: relative;
	color: #D1DFC3;
}
.navItem0 {
	display: inline;
	color: #D1DFC3;
}
#nav a.a0 {
	padding: 3px;
	color: #99cc66;
}
#nav a.a0:hover {
	padding: 3px;
	text-decoration: none;
	background-color: #99cc66;
	color: #FFFFFF;
}
.navItem1 ul {
	position: absolute;
	display: none;
	background-color: #99cc66;
	z-index: 5000;
}
.navItem1 ul li {
	text-align: left;
}
.navItem1:hover ul, .navItem1 ul:hover {
	display: block;
	position: absolute;
	z-index: 50;
	top: 18px;
	left: 0px;
	padding: 2px;
}
#nav a.a1 {
	display: block;
	width: 117px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}
#nav a.a1:hover {
	display: block;
	color: #99cc66;
	background-color: #FFFFFF;
	width: 117px;
	text-decoration: none;
	padding-left: 3px;
}
#nav a.a1a {
	display: block;
	width: 170px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}
#nav a.a1a:hover {
	display: block;
	color: #99cc66;
	background-color: #FFFFFF;
	width: 170px;
	text-decoration: none;
	padding-left: 3px;
}
.contentImg {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content p, #footer p {
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.lead {
	font-weight: bold;
	color: #99cc66;
}
#footer {
	clear: both;
}
#subNav li {
	margin-left: 200px; /* IE */
	list-style-type: square;
}
#subNav ul > li {
	margin-left: 70px; /* Others */
}
#content li {
	list-style-type: square;
}
