.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.moveit {
	margin-left: -55px; 
	margin-top: -190px;
	}

.container 		{ border-top: 3px #0B7229 solid; }
/****
a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

#footer p {text-align:center; }


h3 { font-weight:bold;}



/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/



#header {
	background: url('../images/logo.png') 40px 17px no-repeat;
	height: 166px;
}

#header h1, #header .description	 { position: relative;
					top: 17px;
					left: 127px;}


/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/


#nav, #subnav	{ background: #0B7229; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #6EBB1F; color: #FFF;}
/*
#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
*/