

body 	{ background-color: black;}
.container 	{border-top-color: #0099cc}		
.container 	{border-top: 0px; padding-top: 10px; }	
/****

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/



#page 	{ background-color: white;}
#sidebar {}
#sidebar h2 {
	color: white;
	font-weight: bold;
	background-color: #0099cc;
	padding: 4px;
}

#maincontent .content {
padding:25px 30px 20px 30px;
}

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

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

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

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

#nav, #subnav	{ background: #0099cc; }
#nav li.current_page_item a,
#nav li a:hover 
{ background: #0066cc; color: #FFF; font-weight: bold;}
#nav li a,
#subnav li a { font-weight:bold; color: #F2FFDF; }
#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

/*-------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {color:#0066cc;}

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {color:#0066cc;}

h3 {font-weight: bold;}

h2 a {
color:#0066cc;
text-decoration:none;
}

h2 a:hover {
	color: #0099cc;
	text-decoration: underline;
}

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

#footer
{
	color: white;
}
