@charset "utf-8";
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	color: #197b30;
	text-decoration: none;
}

a:visited {
	color: #197b30;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

#horiz_nav {
	height: 33px;
	width: 760px;
	margin-left: 20px;
	padding-top: 7px;
	background-image: url(images/horiz_nav_bkg.jpg);
}
#nav_element {
	text-align: center;
	width: 151px;
	float: left;
}
#main_panel {
	width: 760px;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(images/lilly_pad_bkg.jpg);
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contpg {
	width: 760px;
	margin-top: 20px;
	margin-left: 20px;
}
.align_center {
	text-align: center;
	margin-bottom: 40px;
}
.indent {
	margin-left: 1.5em;
}
.frntpg_txt {
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 530px;
	float: left;
	padding-top: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#frntpg_rtpic {
	z-index:1;
	position: relative;
	float: left;
	bottom: 0px;
	padding-left: 20px;
}
#footer {
	height: 0px;
	position: relative;
	bottom: 0px;
}

#pgheader {
	margin-bottom: 20px;
}
#bottom_panel {
	margin-top: 16px;
	margin-right: 20px;
	margin-left: 20px;
}


h1, h2, h3, h4 {
	margin-top: 0em;
	margin-bottom: 0.6em;
}

p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
#section {
}
.boxed_section {
	background-color: #cbe694;
	padding: 0.5em;
	border: 1px solid #197b30;
	margin-top: 20px;
}

#section_spacer {
	line-height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #197B30;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.table_border {
	border: 1px solid #336633;
	width: 460px;
	text-align: center;
	margin-left: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

