
.container 		{  }

a 				{ font-weight: normal; color: #003366; text-decoration: none; }
a:hover			{ font-weight: normal; color: white; background-color: #003366; text-decoration: none; }


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



#header {
background: 50px 17px no-repeat;
height: 89px;
}

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


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


#nav, #subnav	{ background: #003366; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #7aadca; color: white;}

#nav li a,
#subnav li a 	{ color: white; }

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