/* CSS Document */
INPUT, SELECT, TEXTAREA {
	font-family: Verdana;
	font-size: 11px;
	color:#365F3F;
	background-color: #FFFFFF;
	border: 1px solid #74AF82;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bckgrd4.jpg);
	background-repeat: repeat;
	color: #333333;
	background-color: #74AF82;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#365F3F;
	font-weight: normal;
	font-size: 12px;
}
a:visited{
	color:#365F3F;
	font-weight: normal;	 
	font-size: 12px;
}
a:active {
	color:#365F3F;	
	font-weight: normal;
	font-size: 12px;
}
a:hover {
	color:#74AF82;
	text-decoration:none;
	font-weight: normal;
}
p {
	font-size: 12px;
	color: #333;
}
h1 {
	color: #365F3F;
	font-size: 13px;
	text-align: center;
}
h2 {
	font-size: 13px;
	color: #365F3F;
}
hr {
	color: #365F3F;
	height: 1px;
	width: 400px;
	text-align: center;
}
#contentwrapper {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0px;
}
#footer {
	background-color: #FFFFFF;
	color: #365F3F;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.search_box {
	width: 185px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #365F3F;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #365F3F;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.border {
	border: 1px solid #365F3F;
	}
.small {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	color: #365F3F;
}
a.small:link {
    font-size: 10px;
	color: #365F3F;
	text-decoration: none;
	font-style: normal;
}
a.small:visited {
	font-size: 10px;
	color: #365F3F;
	text-decoration: none;
	font-style: normal	;
}
a.small:hover {
	font-size: 10px;
	color: #74AF82;
	text-decoration: none;
	font-style: normal;
}
a.small:active {
	font-size: 10px;
	color: #365F3F;
	text-decoration: none;
	font-style: normal;
}
.tablecolor {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#outer {
	padding:2px 0;
	margin:40px 0 100px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #74AF82;
	border-right-color: #99C5A2;
	border-bottom-color: #559564;
	border-left-color: #99C5A2;
	background-color: #74AF82;
	background-image: url(images/gradbck.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}

#point {
	display:table;
	padding:0;
	margin:0 auto;
	list-style:none;
	white-space:nowrap;
}
#point li {
	display:table-cell;
	margin:0;
	padding:0;
}
#point li a {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:3.1em;
	line-height:3.1em;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #99C5A2;
	border-left:1px solid #74AF82;
	background-color: #559564;
	background-image: url(images/gradbck.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 5px;
}
#point li a:hover, #point li a.current {
	color:#fff;
	background-color: #74AF82;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#point li a:hover b, #point li a.current b {
display:block;
float:left;
background:transparent url(images/up_arrow.gif) no-repeat center bottom;
cursor:pointer
} 
<!--[if IE]>
<style type="text/css">
#point {display:inline-block;}
#point {display:inline;}
#point li {float:left;}
#outer {text-align:center;}
</style>
<![endif]-->
