/*	GLOBAL AND GENERAL STYLES	*/
/*	+++++++++++++++++++++++++	*/

/*	Note: Leave "Verdana" out of the value for the font-family property to eliminate font jaggies	*/
body	
	{
		font-family: Arial, Helvetica; background-color: white; 
     	font-size: 10pt; margin: 10px; padding: 0px; 
	}
               
TD
	{
		font-family: Arial, Helvetica; 
     	font-size: 10pt; 
	}

h1
	{
		font-family: Arial, Helvetica;
		color: rgb(153,153,51);
	}
h2
	{
		font-family: Arial, Helvetica;
		color: blue;
		font-size: 14pt;
		font-weight: bold; 
		text-align: center;
	}
h3
   {
		font-family: Arial, Helvetica; 
		color: blue; 
		font-size: 12pt; 
		font-weight: bold; 
		text-align: center;
	} 
	
h3.left
   {
		font-family: Arial, Helvetica; 
		color: blue; 
		font-size: 12pt; 
		font-weight: bold; 
		text-align: left;
	} 

h4
	{
		font-family: Arial, Helvetica; 
		color: #3333FF; 
		font-size: 12pt; 
		font-weight: bold;
	} 

h5 
  {
		font-family: Verdana, Arial, Helvetica; 
		color: #3333FF; 
		font-size: 11pt; 
		font-weight: bold;
		text-align: center;
	} 

div.box
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		border: solid 1px gray;
		background: #f4f3db;
		padding: 10px;
	}

/*	LINK STYLES	*/
/*	+++++++++++++++++++++++++	*/
a:link
	{
		color: blue; 
	}
a:visited
	{
		color: blue; 

	} 
a:active 
	{
		color: red;
	}
a:hover 
	{
		color: red;
		text-decoration: underline;
	}
#gsa {
		color: Navy;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
}
#gsa:hover{
		text-decoration: underline;
		color: #221047;
}
/*	NEW NAVBAR 10/31/07 USING CSS	*/
/*	N.B. The navbar.inc file MUST have a <div> with float:clear after the 
	navbar links themselves, or else FireFox shoves everything after the float
	off to the right of the navbar!
*/
    .nav{
    	float:left;
    	width:97%;	/*	Set to sl. less than 100% to allow space for a:link borders below	*/
    	margin:0;
    	padding:0;
    	background:LightSteelBlue url(navblue_filler.jpg) 0 0 repeat-x;	/*	Will show to right of nav bar.  Links have their own b.g. color below	*/
    	}
    .nav li{
    	display:inline;
    	margin:0;
    	padding:0;
    	}
    .nav a:link, .nav a:visited{
    	float:left;
    	width:auto;
    	padding: 0.3em 0.8em;	/* TRBL or, if only 2, TB/LR */
    	border-right: 3px solid white;
    	background:Navy;
    	color:White;
    	text-decoration:none;	/*	Removes underline on links	*/
    	font-size:10pt;
    	font-weight:bold;
    	font-family: Arial, Helvetica;	
    	}
    .nav a:hover{
    	color:Navy;
    	background:LightSteelBlue;
    	}

	.navtop{
		border-top: 1px solid Blue;
		border-bottom: 1px solid Blue;
		}

	.navbottom{
		border-bottom: 1px solid Blue;
		}
	
	/*	Set reverse color for the selected page	nav button.
		Uses body.id and a.id attributes.
		Body.id set with ASP using page's QueryString, so make sure the ids and QueryStrings match.
		Link id set manually in navbar.inc.
		See http://www.webmasterworld.com/forum83/4771.htm for explanation
	*/
	body#home a#home_link,
	body#profile a#profile_link,
	body#aboutbasch a#aboutbasch_link,
	body#trs a#trs_link,
	body#news a#news_link,
	body#personnel a#personnel_link,
	body#aboutboss a#aboutboss_link,
	body#publink a#publink_link,
	body#catalog a#catalog_link,
	body#federal a#federal_link,
	body#linking a#linking_link,
		{ 
        color: Navy; 
        background: White; 
        } 

/*	OLD NAVBAR, SUPERSEDED 10/31/07	*/

/*	NAVBAR, FIRST LINE	*/
/*	+++++++++++++++++++++++++	*/
/*
.navbar	
	{
		color: white;
		font-weight: bold; 
		font-family: Arial, Helvetica;
   		font-size: 11pt;
   }

a.navbar:link
	{	
		color: white;
		text-decoration: none;
	}
a.navbar:visited
	{	
		color: lightblue;
		text-decoration: none;
	}
a.navbar:active
	{	
		color: white;
		text-decoration: none;
	}
a.navbar:hover
	{	
		color: lightblue;
		text-decoration: underline;
	}

TD.navbar  
	{
		background-color: blue;
		font-family: Arial, Helvetica;
		padding: 1px;
	}
*/
/*	NAVBAR, SECOND LINE	*/
/*	+++++++++++++++++++++++++	*/
/*
.navbar2	
	{
		font-weight: bold; 
		font-family: Arial, Helvetica;
		font-size: 10pt; 
		color: white;
	}

a.navbar2:link
	{	
		color: white;
		text-decoration: none;
	}
a.navbar2:visited
	{	
		color: lightblue;
		text-decoration: none;
	}
a.navbar2:active
	{	
		color: white;
		text-decoration: none;
	}
a.navbar2:hover
	{	
		color: lightblue;
		text-decoration: underline;
	}
*/
