body 	{  margin-bottom: 0; margin-top: 0; background-color: #27282B; }


.container { background-color: #F7F7F7;
	border: 0px solid #000000;
	border-top: 8px #27282B solid;
	padding-top: 0px;

}

blockquote {
	font-style: normal;
	font-family: times, serif;
	color: #F4F4F4;
	font-size: 1.5em;
	background: #6B6B6B url('../images/quote.png') .5em top no-repeat;
	line-height: 1.2em;

}

pre         { margin-bottom: 1.3em; font-family: courier; color: #451E1E; background: #D4CABE; border:0.1em solid #F7F7F7; padding:1.5em; }


a 	{ color: #00487D; text-decoration: none; }
a:hover	{ color: #7B0F0F; }


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


#header {
	background: #B0A8A0 url('../images/logo.gif') 0px 0px no-repeat;
	height: 45px;
}

#header h1		 { display: none;  }
#header .description { display: none; }

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

#nav, #subnav	{ padding: 0; background: #668040; float: left; width: 100%; line-height: 1.5em; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #7B0F0F; }

#subnav				{ background: #616161; }

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

#nav li.first a { margin-left: 50px; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search			{ float: right; }


#search #s 			{ background: #ffffff url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 20px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #7B0F0F; }
.search-excerpt 	{ margin: 0; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Top navigations
-----------------------------------------------------------------------------*/

#nav_top { 	font-size: 1em; padding: 0; background: #27282B; float: left; width: 100%; line-height: 1.5em; }

#nav_top ul { margin: 0; padding: 0; list-style: none; }

#nav_top li	{ margin: 0; padding: 0; float: left; background-image: none; }

#nav_top li a { color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav_top li.current_page_item a,
#nav_top li a:hover 	{ color: #DED3BD; }

#nav_top li.current_page_item a,

#nav_top li.first a { margin-left: 50px; }