															/* Navigation Bar Itself */

#nav {vertical-align: top; padding: 0em; background-color: #EBF1F7; color: #2D4E62;}

/* This sets the width */
#nav span {margin: 0em;}

/* This applies padding to each link to make it look like a button */
#nav span a {color: #2D4E62; font-size: 10.5pt; text-decoration: none; background-color: #EBF1F7;
		 border-bottom: 2px solid #80A4B9; border-left: 2px solid #FFFFFF; 
		 border-top: 2px solid #FFFFFF; border-right: 2px solid #80A4B9; 	 
		 padding: 6px 9px 6px 9px; display: block;}

/* This adds a rollover */
#nav span a:hover {color: #FFFFFF; background-color: #3A5D71; 
		 border-bottom: 2px solid #FFFFFF; border-left: 2px solid #80A4B9; 
		 border-top: 2px solid #80A4B9; border-right: 2px solid #FFFFFF;}
		 
/* This rule underlines the access keys */
#nav span a em {font-style: normal; text-decoration: underline;}

/* These rules make the text of the web page currently being viewed appear bold */
#nav span b a {font-style: normal; font-weight: 400; color: #000000; background-color: #EBF1F7;}
#nav span b a:hover {font-style: normal; font-weight: 400; color: #FFFFFF; background-color: #3A5D71;}
#nav span b a:visited {font-style: normal; font-weight: 400; color: #FFFFFF; background-color: #3A5D71;
		 border-bottom: 2px solid #FFFFFF; border-left: 2px solid #80A4B9; 
		 border-top: 2px solid #80A4B9; border-right: 2px solid #FFFFFF;}

		 

												/* Other Items Above/Under the Navigation Bar */		 
		 
/* This adds the 'skip navigation' feature */		
#skip a, #skip a:hover, #skip a:visited {position: absolute; left: 0px; top: -500px; width: 1px; 
		 height: 1px; overflow: hidden;} 
#skip a:active, #skip a:focus {position: static; width: auto; height: auto;} 
 	 
/* This styles the text above the visitor counter */		 
#nav div p {color: #2D4E62; font-size: 10pt; text-align: center; margin: 0px 5px 4px 5px; 
		 background-color: #EBF1F7;}
#nav div a img {margin: 6px 0px 6px 0px;}