/* CSS Document */

.style1g {
	color: #003300;
	font-family: Arial;
	font-size: 12px;
}

.style2g {
	color: #003300;
	font-family: Arial;
	font-size: 14px;
}

.style3g {
	color: #003300;
	font-family: Arial Black;
	font-size: 14px;
}

.style1w {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.style2w {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}

.style3w {
	color: #FFFFFF;
	font-family: Arial Black;
	font-size: 14px;
}

.style1lg {
	color: #669900;
	font-family: Arial;
	font-size: 10px;
}

.style1c {
	color: #003300; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: 400; 
	font-style: italic;
}

.style2c {
    background: #669900;
	color: #003300; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: 400; 
	font-style: italic;
}

a:link {color: #003300;}
a:visited {color: #003300;}
a:active {color: #003300;}
a {text-decoration: none;}

/* Layout */

#pageWrapper { 
	width: 600px; 
	margin: auto auto;
	text-align: left;
	background-color:#ffffff;
}

#masthead{
	position:relative;
	left: 0;
	top: 0;
	margin: 0;
	border: 0px none;
	width: 600px;
	height: 194px;
	background-color:#ffffff
}

#mainBody{
	margin: 0;
	border: 0px none;
	width: 600px;
	background-color:#ffffff
}

#leftLinks{
	margin: 0;
	border: 0px none;
	float: left;
	width: 200px;
	background-color:#ffffff
}

#content{
	margin: 0;
	border: 0px none;
	float: right;
	background-color:#ffffff
}

#footer{
	border: 0px none;
	width: 600px;
	background-color:#ffffff;
	float:left; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}