
/****
.container 		{  }

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

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


/****
#header {
	background: url('../images/logo.gif') 50px 17px no-repeat;
	height: 89px;
}

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

#header {
	background: url('../images/banner.jpg') no-repeat;
	height: 150px;
        border-bottom: 3px solid white;
}

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

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

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; 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; }
****/

p {margin: 0 0 0.7em; text-align: left;}

.bodytext {
/*
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
*/
}

.style2 {
/*font-size:18px; */
}

.style1 {
/*color:#0066FF;*/
}

.image-top{

}

