body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#4e8244;
	background-image:url(images/bg-gradient1.png); background-position:center; background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
img{border:none;}

/* navigation */
.horizontal_box{width:199px;margin-bottom:-5px;}
.divider_vert{width:1px; height:100px; background-color:#ffffff; float:left;}
#nav_middle{ margin-top:-3px; margin-bottom:-3px; background-color:#a0cc42; padding-left:5px;}
#nav_middle ul{	 margin:0; padding-left:20px; font-family:Verdana, Geneva, sans-serif; }
#nav_middle li{	width:150px; padding-top:15px; list-style:url(images/nav-orange-dot.jpg); list-style-position: outside; }
#nav_middle  li.secondarynav{	list-style:url(images/nav-green-dot.jpg); }
/*#nav_middle a:link, #nav_middle a:visited{ color:#1A1A1A }*/
/*#nav_middle a:hover{ color:#2E3192 }*/
#nav_middle a{text-decoration:none;}
#secondary-nav-header{text-align:center; font-family:'Times New Roman', Times, serif; font-size:24px; font-weight:bold}



.twoColElsLtHdr #container { 
	width:993px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	width:993px;
	margin-bottom:10px;
	background:#B15041; 
	height:140px; 
	padding-top:8px;
} 

.twoColElsLtHdr #header .header-rightside { 
	float:right;
	height:130px; 
	width:300px;
}

.twoColElsLtHdr #header .header-mission { 
	float:right; 
	margin-top:10px; 
	text-align:right; 
	font-size:18px; 
	color:#280E0B; 
	font-family:'Times New Roman', Times, serif; 
	width:300px; 
	padding-right:5px;
}

.twoColElsLtHdr #sidebar1 {
	float: left; 	
	padding-left:20px;
	width: 200px; /* since this element is floated, a width must be given */

}


.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B15041;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;

}
.fltlft { 
	float: left;

}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*** contact in header ***************/
.contact_block{
	width:212px; 
	height:33px; 
	background-color:#BF887F; 
	font-size:14px; 
	padding-top:8px; 
	text-align:right;
	margin-left: 8px;
	float:right; 
}

.contact_block a{
	text-decoration:none;	
}

.contact_block a:link{
	color:#501D15;		
}

.contact_block a:visited{
	color:#501D15;	
}

.contact_block a:active, .contact_block a:hover{
	color:#2E3192;	
}

.sponsor_block{
	padding-left:20px;
}