<!--
html
{
	height:100%;
	padding-bottom: 1px;
}

body
{
	background-color:#fff;
	color: #343434;
	font-family: verdana, arial;
	font-size: 70%;
	margin: 0;
	text-align:center;
}

#wrapper
{
	background-color: #fff;
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
}

#outercontainer
{
	width:760px;
	margin: 0 auto;
}

#container
{
	background-color:#fff;
	width:760px;
	float: left;
	text-align: left;
}

#header
{
	width: 760px;
	height: 95px;
	padding: 0!important;
	margin: 10px 0;
}

#header ul
{
	padding: 10px 0 ;
	margin: 0;
	display: inline;
	background-color: #7bc142;
	width:760px;
	float:left;
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-none;
}
	
#header ul li
{
	list-style: none;
	display: inline;
	padding: 0 20px;
	border-right: solid 1px #fff;
	text-transform: uppercase;
	color: #fff;
}

#header ul li.last
{
	border: 0;
}

#header a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header a:hover
{
	text-decoration: none;
}

#outerfooter
{
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
	padding: 10px 0;
}

#maincontent ul.right
{
	float:right;
	width: 400px;
	margin: 0 0 0 10px;
	padding: 0 0 0 30px;
}

#maincontent ul li
{
	padding: 3px 0px 3px 0;
}

#maincontent .clear
{
	clear:both;
}

th.type
{
	width: 170px;
}
th.abbrev
{
	width: 100px;
}
th.desc
{
	width: 100px;
}
th.misc
{
	/*width: 20px;*/
}

td
{
	padding: 3px 0;
	border-top: solid 1px;
}

#maincontent a
{
	color: #7bc142;
}

#footer
{	
	padding: 5px 0;
	background-color: #fff;
	color: #343434;
	width:760px;
	margin: 0 auto;
}

#lastline
{
	height: 1px!important;
	width:760px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #7bc142;
}

#footer .left
{
	float:left;
	width: 330px;
}

.right
{
	float:right;	
}

.left
{
	float:left;
	margin: 0 10px 10px 0;	
}

#footer a
{
	color: #7bc142;
	text-decoration: none;
}

#footer .right a
{
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

img.center
{   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.left
{   
	display: block;
	float: left; 
	margin-right: 15px;
}

img.right
{   
	float: right;
	margin-bottom: 3px; 
}

h1
{
	font-size: 1.4em;
}

h2
{
	clear:both;
	font-size: 1.3em;
}

p
{
	margin: 8px 0 12px 0;
}

hr
{
	height: 1px;
	border: solid 1px #ccc;
}

ul.footer
{
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}
	
ul.footer li
{
	list-style: none;
	display: inline;
	padding: 0 7px;
	border-right: solid 1px #969696;
}

ul.footer li.last
{
	border: 0;
}

/* FORM */

ul.errors {
	padding: 5px 0;
	margin: 0 45px;
	list-style-type: bullet;
}

ul.errors li {

}

form
{
	padding: 0;
	margin: 0;
}

label
{ 
	width: 145px;
	float: left;
	text-align: left;
	margin: 2px 0.5em 2px 0;
	display: block;
}

input.optinout
{
	width: 16px!important;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	clear:both;
}

label.optinout
{
	float:left;
	width: 540px;
	margin: 2px 0;
}

.submit input
{
} 

input
{
	margin: 2px 0;
}

fieldset
{
	border: 0;
	padding: 10px;
}

textarea
{
	width: 250px;
	height: 80px;
}

input.submit
{
	position: relative;
	clear: both;
	float:left;
	margin: 10px 0 0 0;	
}

#checker
{
	display: none;
}
