/* base font and line height for pages*/
html, body, td, th 
 {
 	font-family: verdana, arial, hevetica;
 	font-size: 0.9em;
 	color: black;
 	line-height:150%;
 }
 
 
 
/*text hyperlink font color*/
a {color: #003366;}



/* 
  navcontainer styles contain settings for the 
   blue nav in the upper right in inc_right_nav.php
*/
#navcontainer {
	width: 175px;
	height: 150px;
	font-size: .8em;
	font-weight:bold;
	line-height:121%;
	background-color: #465ea1;
	
	}

/* this is the formatting for the individual links in inc_right_nav.php 
   it's an unordered list, even though it doesn't look like it in the include file
   don't try to format the layout in the include. Maintain the same html formatting
   in the includee file
*/



/* special hyperlink formatting for the blue nav in inc_right_nav.php */
#navcontainer a
{
display: block;
padding: 3px;
width: 169px;
background-color: #465ea1;
text-decoration: none;
border-bottom: 1px solid #e8e8e8;
}

/* special hyperlink mouseover formatting for the blue nav in inc_right_nav.php */
#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e8e8e8;
color:  #003366;
}

/* formatting for left and right columns */
.columns
{
  background-color:#E8E8E8;
  border: 1px solid #bfbfbf;
  font-size:smaller;
  line-height:125%
}


/* 
   formatting for the lower left column text nav
   nav is in inc_right_nav_content.php if you need to change links
*/ 
.nav {
		line-height:125%;
		font-size:smaller;
		margin-left: -10px;
	 }
 
/* footer CSS from the original site design */

a.footer {font-family: verdana; font-size: 8pt; color: white; line-height: 100%; text-align: center}