body{
	color:#796d5c;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/global/body_bg.gif);
	background-position: 0 0;
	background-repeat:repeat-x;
	background-color:#133011;
	line-height:16px;
	text-align:center;
}

img{
	border:none;
}
#print{
	display:none;
}
#header{ /* THIS IS THE TOP BANNER BLOCK*/
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/global/header.jpg);
	background-repeat:no-repeat;
	background-position: 0 25px;
	height:165px;
}
#flash_holder{ /*THIS IS WHERE THE FLASH DOC GOES*/
	width:820px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:270px;
}
#flashcontent{
	position:absolute;
	top:0; left:0;
}
#links{ /* THIS IS THE CONTAINER OFR THE LINKS */
	width:820px; height:51px;
	position:absolute;
	top:219px; left:0;
	background-image:url(../images/nav/links_bg.gif);
}
#links ul{
	margin:0;
	padding:0;
}
#links li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	list-style-type:none;
}
#links a, .menu_size1 a{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#599753;
	font-weight:bold;
}
#links a:hover, .menu_size1 a:hover{
	text-decoration:underline;
}
#links a.topLinksOn, .menu_size1 a.topLinksOn{
	text-decoration:underline;
}
/* THIS IS THE POSITIONING FOR THE LIST ITEMS IN THE MAIN NAV*/
.item1{position:absolute; top:6px; left:63px;}
.item2{position:absolute; top:6px; left:141px;}
.item3{position:absolute; top:6px; left:237px;}
.item4{position:absolute; top:6px; left:333px;}
.item5{position:absolute; top:6px; left:492px;}
.item6{position:absolute; top:6px; left:603px;}
.item7{position:absolute; top:6px; left:702px;}

/* THIS IS THE MAIN CONTENT CONTAINER FOR ALL PAGES*/
#contentContainer{
	width:820px;
	margin-left:auto; margin-right:auto;
	background-color:#FFF;
}
#left{ /* THIS IS THE MAIN LEFT COLUMN THROUGHOUT THE SITE */
	padding:0 0 0 38px;
	float:left;
	text-align:left;
}
#right{/* THIS IS THE MAIN RIGHT COLUMN THROUGHOUT THE SITE */
	float:left;
	text-align:left;
}

#left p{
	margin:0;
	padding:0;
	font-size:11px;
}
a.extra:link, a.extra:visited{
	color:#577255;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
a.extra:hover{
	color:#577255;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
}
#footer{
	height:96px;
	clear:both;
	padding:20px 0 0 0;
	text-align:center;
}
#footer a{
	color:#98bd95;
	font-size:11px;
	text-decoration:none;
}
#footer a.lowerLinks:hover{
	color:#d2f2cf;
	text-decoration:underline;
}
#footer p{
	color:#98bd95;
	font-size:11px;
	padding:0;
	margin:0;
}