<style type="text/css">
<!--
/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color:rgb(255, 255, 255);
}
.full-size {width:90%;}
ul, dl { 
	padding: 0;
	margin: 0;
}
#logo {
	margin:0 0 0 -10px;
	padding:0 0 0 20px;
}
p {
	font-size: 14px; 
	line-height:20px;
	color: #333;
	margin-top: 0;	 
}
strong {
	font-weight:bolder;
}
h1 {
	color: #000;
	margin:0 0 10px 0;
	font-size:18px;
}
h2 {
	color: #000;
	font-size:16px;
	padding:0;	 
}
h3 {
	color: #999;
	font-size:16px;
	padding:0;
	margin:0 0 15px 0;
}
a img { 
	border: none;
}
a:link {
	color:#2E6932;
	text-decoration: none; 
}
a:visited {
	color:#2E6932;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color:#2E6932;
}
.alpha {
	color:#333;
	font-size:1em;
	padding:0;	
	margin:10px 0 0 10px;
	line-height:1.4em;
}
.container {
	width: 980px;
	margin: 0 auto; 
	overflow: hidden; 
	background-color: #FFF;
	padding-top:10px;
}
.sidebar {
	width: 230px;
	z-index: 20;
	float: left;
}
.content {
	padding: 10px 20px;
	width: 940px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 0px;
}
.example {
	font-style:italic;
	font-weight:lighter;
	font-size:12px;
	color:#2E6932;
	margin-top:-10px;
}
.example-2 {
	font-style:italic;
	font-weight:lighter;
	font-size:12px;
	color:#2E6932;
}
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	float: left;
}
ul.nav li {
	border-bottom: 1px solid #2E6932;
	color: #000; 
	font-size:14px;
	font-weight:lighter;
	padding: 5px 5px 5px 0;
	display: block; 
	width: 210px; 
	text-decoration: none;
}
ul.nav li a {
	color: #2E6932;
	text-decoration:none; 
}
ul.nav li a:hover {
	color: #2E6932;
	text-decoration:underline; 
}
ul.nav li.active {
	font-weight:bold;
}

ul.nav a, ul.nav a:visited { 
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color:#2E6932;
}
ul.nav :last-child {
	border-bottom:none;
}

.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clear {
	clear:both;
	margin:10px 0;
	border-top: 1px solid #2E6932;
}
.footer {
	float:right;
	margin:20px auto 0 auto;
	width:940px;
	border-top: 1px solid #2E6932;
	padding:10px 0;
}
.footer p {
	font-size:11px;
}
.inline {display:inline;}
.inner-container {
	width:700px;
	float:right;
}
.important {
	background-color:rgb(238, 238, 238);
	padding:10px;
	margin:25px 0 10px 0;
}
.important p {
	text-shadow:0 1px 0 rgb(255, 255, 255);
	color:rgb(80, 80, 80);
}
.lt-content {
	float:left;
	width:325px;
	margin-bottom:10px;
}
.rt-content {
	float:right;
	width:325px;
	padding-left:35px;
	margin-bottom:15px;
	border-left:1px solid #2E6932;
}
.requirements {
	float:right;
	width:615px;
	padding-left:55px;
	margin-bottom:15px;
	border-left:1px solid #2E6932;
}
.terms {
	overflow:scroll;
	padding:0 12px;
	height:267px;
	margin-top:20px;
	background-color:rgb(250,250,250);
	border:1px solid rgb(240,240,240);
}
.terms ol, .terms ul {
	color:#333;
	font-size:.9em;
	padding:0;	
}
.terms ol li {
	margin-top:10px;
}
.terms li {
	margin-left:25px;
	line-height:1.5em;
	margin-top:10px;
}
td {
	color:#333;
	font-size:12px;
}
input {
	padding:5px 0 5px 3px;
}
.odd {
	background-color:#EFEFEF;
}
.checkboxText {
    display: inline;
    color: #333;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: .6em;
    font-weight: bold;
    margin-right: 15px;
}
.errorLabel 
{
    color: Red;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
ul.noBullet
{
    list-style-type: none;
}
.underline
{
    text-decoration: underline;
}
.terms table
{
    width: 100%;
}
.terms table th, .terms table td
{
    width: 50%;
    padding: 5px;
}