/* BASIC STYLING */


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }

body, html{ height: 100%; }

body{
	font-family: Arial, Myriad Pro, Arial, sans-serif;
	text-decoration: none;
	color: #466964;
	font-size: 81.25%;
	background-color: #DBDDC1;
	line-height: 1.4;
}


a { text-decoration: none; color:#3EB44A; font-size: 1em;}
a:hover { text-decoration: underline; }

p{	margin-bottom: 5px; }

h1, h2, h3{ 	line-height: 1.2; }

H1 {font-size:1.38em; margin: 5px 0 15px 0}  /* displayed at 18px */
H2 {font-size:1.23em; margin: 5px 0 15px 0}  /* displayed at 16px */
H3 {font-size:0.92em; margin: 3px 0; color: #D67C2C}  /* displayed at 12px */

ol, ul { list-style: none; }
input, select, textarea { font-family: Arial, sans-serif; font-size: 1em; } 
label{ cursor: pointer; font-size: 1em}
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }

.clear { clear: both; }
.block{ display: block;	text-indent: -9999px; }
.float{	float: left; }


/* custom formats */ 
#leftcol p, #rightcol p{
	color: #6D6E6E;
	font-size: 0.76em;
}
#leftcol a, #rightcol a{
	font-size: 0.76em;
}

#leftcol .box h2{
	color: #868D2F;
	text-transform: uppercase;
	font-size: 0.92em;
	line-height: 41px;
	margin: 0;
	margin-left: 12px;
}

#leftcol h2{
	color: #868D2F;
	font-size: 0.84em;
	text-transform: uppercase;
	margin-top: 15px;
}
#leftcol p{
	margin-bottom: 2px;
}






#rightcol div.content p{
	margin-bottom: 15px;
}


#footer p.legend{
	margin-top: 120px;
	font-size: 0.61em;
	color: #466964;
}


.form td{
	vertical-align: top;
	padding-bottom: 3px;
	padding-right: 5px;
}
input.text, textarea {
	width: 200px;
	font-size: 1.3em;
}
textarea{
	height: 100px;
}
input.submit{
	font-weight: bold;
}
