/* CSS Document */

												/** 1.	RESET MAIN ELEMENTS **/

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, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;	
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	}

h1 {
	color: #A3D900;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 12px;
	line-height: 130%;
}

ol, ul, li {
	margin: 0px;
	padding: 0px 6px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
.green {
	color: #A3D900;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}



.style2 {color: #99CC00;

	font-weight: bold;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#wrapperH {
	width: 980px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background: url(../images/bkgrHome.jpg) no-repeat left top;
	height: 760px;
}
#Hgreen {
	background: #A3D900;
	height: 370px;
	width: 682px;
	margin-top: 0px;
	margin-left: 275px;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding-top: 40px;
}



#leftCol {
	background: url(../images/bkgr.gif) no-repeat 0px 40px;
	float: left;
	width: 410px;
	height: 684px;
}
.clear {
	clear: both;
}
#footer {
	text-align: left;
	margin-left: 472px;
	padding-top: 20px;
	color: #999999;
}

#HomeNav {
	padding-top: 94px;
}

#mainNav {
	padding-top: 380px;
}
#rightCol {
	float: right;
	width: 450px;
	padding: 50px 60px;
}


a:link, a:visited {

	color: #353535;
	text-decoration: none;

}


a:hover, a:active {

	color: #FF0099;
	text-decoration: none;

}

a.current:link , a.current:visited, a.current:hover, a.current:active  {
	background: #FFFFFF;
	cursor: default;
	color: #000000;
}#mainNav a {
	padding: 4px 8px;
}

