#nav2 { 
margin:0; 
padding:0; 
background:#660000; 
float:left; 
width:100%; 
border:1px solid #000000; 
border-width:1px 0;
list-style-type:none; 
clear:both;
color:#FFFFFF;
text-decoration:none; 
font:bold 1em/1em arial, helvetica, sans-serif; 
text-transform:uppercase;
}
#nav2 ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
    }
#nav2 li {
	display:inline;
	margin:0;
	padding:0;
	} 
#nav2 a { 
color: #FFF; 
padding:5px 5px 5px 5px; 
float:left; 
width:auto; 
border-right:2px solid #000000;
text-decoration:none; 
font:bold 1em/1em arial, helvetica, sans-serif; 
text-transform:uppercase;  
}
#nav2 a:hover { 
color:#FFF; 
background:#333333; 
} 
#nav2 a:active { 
color:#FFF; 
} 
#nav2 a.here:link,
#nav2 a.here:visited {
	background:#333333;
}

#nav3 { 
margin:0; 
padding:0; 
background:#660000; 
float:left; 
width:100%; 
border:1px solid #000000; 
border-width:1px 0;
list-style-type:none; 
clear:both;
color:#FFFFFF;
text-decoration:none; 
font:bold 1em/1em arial, helvetica, sans-serif; 
text-transform:uppercase;
}
#nav3 ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
    }
#nav3 li {
	display:inline;
	margin:0;
	padding:0;
	} 
#nav3 a { 
color: #FFF; 
padding:5px 5px 5px 5px; 
float:left; 
width:auto; 
border-right:2px solid #000000;
text-decoration:none; 
font:bold 1em/1em arial, helvetica, sans-serif; 
text-transform:uppercase;  
}
#nav3 a:hover { 
color:#FFF; 
background:#333333; 
} 
#nav3 a:active { 
color:#FFF; 
} 
#nav3 a.here:link,
#nav3 a.here:visited {
	background:#333333;
}

#logo {
    height:130px; 
	background: #333333; 
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
     clear: both;
	 color:#FFFFFF;
	 font-size:14px;
	 font-style:italic;
	 font-weight:bold;
}
 
#notice {
 color: #FFFF00;
 background:#660000;
 font-size: medium;
 }
#notice a { 
color:#FFF;  
font:bold 1em/1em Arial, Helvetica, sans-serif; 
text-transform:uppercase;  
}
#notice a:hover { 
color:#fff; 
background:#333333; 
} 
#notice a:active { 
color:#fff; 
}
