body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #306923 url(../images/mainbkgd.jpg) top center repeat-x;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #4C6E9A;
	text-decoration: none;
}
a:hover {
	color: #306923;
	text-decoration: none;
}
h1 {
	color: #306923;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	vertical-align: bottom;
}
h2 {
	color: #306923;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}
h3 {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0;
	vertical-align: bottom;
	border-bottom: 1px solid black;
	width: 250px;
}
.news {
	list-style-type: none;
}
.news li {
	background: url(../images/arrow.gif) 0 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	min-height: 15px;
}
img {
	border: 0;
}
.textSmallBlack {
	color: #000000;
	font-size: 8pt;
}
.textSmallGray {
	color: #666666;
	font-size: 8pt;
}
.textBigBlack {
	color: #000000;
	font-size: 10pt;
}
#main {
	position: relative;
	background: #FFF url(../images/content-bg.gif) top left repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	overflow: hidden; 
}
#header {
	background: #FFF url(../images/headerImage.jpg) top right no-repeat;
	margin: 0;
}
#menu {
	background: #666 url(../images/grayBar2.gif) 0 0 repeat-x;
	height: 30px;
	margin: 0;
}
#menu a {
	color: #FFF;
	float: left;
	display: block;
	line-height: 30px;
	padding: 0px 8px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#menu a:hover {
	background: url(../images/grayBar.gif);
	color: #306923;
}
#menu .tagline {
	float: right; 
	line-height: 30px;
	color: #FFF; 
	font-style: italic; 
	font-weight: bold; 
	margin-right: 15px;
}
#copyright {
	color:#FFF;
	font-size: 8pt;
	line-height: 30px;
	text-align: center;
}
#content {
	background-color: #FFF;
	float: left;
	width: 660px;
	margin: 5px 0 0 0;
	padding: 10px;
	text-align: left;
}
#subContent {
	float: right;
	width: 280px;
	padding: 10px; 
	margin: 0;
}
#subContent ul {
	margin: 0;
	padding: 0;
}
#subContent li {
	list-style-type: none;
	background: url(../images/arrow.gif) 0 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	min-height: 15px;
}
#subContent h3 {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid black;
	width: 100%;
}
#footer {
	clear: both;
	background-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.titleSmall {
	color:#666666;
	display: block;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: top;
}
.titleSpace {
	height: 10px;
	width: 100%;
	clear: both;
}
.grayBar{
	background: url(../images/grayBar2.gif);
	margin: 0px;
	padding: 0px;	
	height: 30px;
	width: 100%;
}
.alpha25 {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.alpha50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.alpha75 {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.alpha100 {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}