@charset "UTF-8";
/* CSS Document */


#container {
	position:absolute;
	left:42px;
	top:8px;
	width:561px;
	height:607px;
	z-index:1;
}
	
	
#header {
	position:absolute;
	left:0px;
	top:-2px;
	width:554px;
	height:118px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}	
#nav {
	position:absolute;
	left:0px;
	top:130px;
	width:134px;
	height:249px;
	z-index:2;
	padding: 6px;
	margin: 0px;
}
#body {
	position:absolute;
	left:121px;
	top:132px;
	width:433px;
	height:391px;
	z-index:1;
	margin: 0px;
	padding: 0px;
}
#footer {
	position:absolute;
	left:0px;
	top:527px;
	width:545px;
	height:50px;
	z-index:2;
	padding: 0px;
	margin: 0px;
}
.body_text {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.headings {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.sub_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
		
}
.sub_white {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	}
	
.sub_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CC33;
}
.sub_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #321532;
}
.sub_headgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.textgray {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.footnotes {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	}
	
a:link {
	color: #99cc33;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #660033;
}
a:active {
	color: #321532;
