@charset "utf-8";


/***** STRUCTURAL ELEMENTS *****/
#outerContainer {
	width:100%;
	text-align:center;
}
#innerContainer {
	width:1024px;
	margin:0 auto;
	text-align:left;
}

#footer {
	text-align:center;
	margin:15px 0;
}


/***** TAGS *****/
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	/* background:#000000 url(../images/background.jpg) 50% top no-repeat; */
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.header_GRN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #55b708;
}
.header_WHT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
p {
	padding:0;
	margin:1.2em 0;
}
a {
	text-decoration:none;
	color:#55b708;
}
a:hover {
	text-decoration:underline;
}


/***** CLASSES *****/

.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;