@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	margin:0px;
	text-align:center;
	background:#000000;
}

h1, h2, h3, h4 { margin:0; }
h4 { font-size:12px;margin-bottom:18px; }
p {	margin:0; margin-bottom:18px; }
h1 span, h2 span, h3 span, h4 span, a span { display:none; }

ul, li { margin:0; padding:0; list-style:none; }
li { float:left; }

p, div, span, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

a {	color:#4da903; text-decoration:underline;cursor:pointer; }

#header {
	left:0px;
	width:100%;
	height:140px;
	position:absolute;
	top:0px;
	z-index:100;
}
#subnav {
	position:relative;
	text-align:center;
}
#footer {
	width:100%;
	height:130px;
	margin-top:-90px;
	
	/*height:530px;
	margin-top:-490px;
	*/
	position:relative;
	z-index:1000;
	float:left;
}

#page {
	margin-top:-30px;
	padding-top:80px;
	background-color:#FFFFFF;
	width:100%;
/*	min-height:100%;*/
}
#content {
	margin:auto;
	padding-top:55px;
	width:998px;
	text-align:left;
	padding-bottom:100px;
}

.clear { clear:both; }
.fleft { float:left; }
.fright { float:right; }
.orange { color:#f27c13; }
.bold {	font-weight:bold; color:#4da903;}
.italic { font-style:italic; }
.green { color:#4da903; }
.gray { color:#858585; }
.darkgray { color:#555555; }
.center { text-align:center; }


.arrow-sm {	margin-right:3px; }

ul.list {
	margin-bottom:18px !important;
}
ul.list li {
	float:none !important;
	list-style-image:url(../images/structure/bullet.gif) !important;
	font-size:12px !important;
	margin-left:15px !important;
}
ul.nostyle li {
	float:none !important;
	margin:0;
}