@charset "utf-8";
/* CSS Document */
* {margin: 0px; padding: 0px;}/*overides browser 
default style*/

#banner{	background-image: none;
			background-repeat:no-repeat;
			border:0px;		
			margin:0px 0px 15px 0px;
			padding: 2px 0px 0px 0px;
			height: 149px;
		}


#a_nav {
	position: relative;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.3em;	 
	margin: 0px 0px 0px 0px;
	background-color:#0B2233;
	width:100%;
	height:75px;
		 		  }
#a_nav p {color: lightblue;}

#b_nav {
	position: relative;
	font-family: serif;
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	background-color:#265788;
	width:100%;
	height:75px;
		 		  }

									