 


BODY {
 scrollbar-face-color:#000000;  /* gold */
 scrollbar-highlight-color:e0e0e0;  /* lgrey */
 scrollbar-3dlight-color:#000000;  /* black */
 scrollbar-darkshadow-color:#666666; /* dgrey */
 scrollbar-shadow-color:#E0E0E0;  /* lite grey */
 scrollbar-arrow-color:#FFFFFF;  /* white */
 scrollbar-track-color:#E0E0E0;  /* lite  grey */

 font-family: Verdana, Helvetica, sans-serif;
 color: black; 
 font-style: normal; 
 font-size: 12px; 
 line-height: 16px;
}

/****** CONTENT Section styles ******/

a:link { 
    color: #333333; 
    text-decoration: underline; 
    font-weight: bold; 
    }

a:visited { 
    color: #333333;  
    }

a:hover, a:visited:hover {
	color: #cccc99;text-decoration: none;
    }

/* Headings */

h1, h2, h3, h4, h5{
    font-family: Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;
    color: #666666;
    font-weight: bold;
    }
    
h1	{
	font-size: 20px;
   	}
h2	{
	font-size: 18px;
	}
h3	{
	font-size: 16px;
	}
	
h4, h5	{
	font-size: 14px;
	}
	
/* General Fonts */
p, ul, ol, td{
   font-family:   Verdana, Arial, Helvetica, Verdana, sans-serif; 
   font-size: 12px; 
   line-height: 16px;
}



/****** DEPARTMENT NAME Section styles ******/
.dept_title {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight:bold;
   color: #666666;
   font-size: 20px; 
   line-height: 24px;
   padding-left: 17px;
   padding-top: 0px;
   padding-bottom: 10px;

}

/****** NAVIGATION MENU Section styles ******/

.nav, p.nav {
font-family: Verdana,Tahoma, Arial, Helvetica, Verdana, sans-serif;
text-align: left;
width: 181px;
font-size: 12px;
font-weight: normal;
line-height: 16px;
color: #000066;
background-color: #cccc99;
margin: 0px;
border-bottom: thin dotted #999999;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

.nav a:link, .nav a:visited, p.nav a:link, p.nav a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
.nav a:hover, .nav a:visited:hover, p.nav a:hover, p.nav a:visited:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;
	}


/****** FOOTER Section styles ******/

.footer, td.footer {
  font-family: "arial", serif; 
   font-size: 11px; 
   line-height: 13px;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 0px;

}

.disclaimer {
  font-family: "arial", serif; 
  color: white;
  font-size: 11px; 
}

.disclaimer A:link {
  font-family: "arial", serif; 
  color: #FF9933;
  text-decoration: none;
}

.disclaimer A:visited {
  font-family: "times new roman", serif; 
  color: #FF9933;
  text-decoration: none;

}
.disclaimer A:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #333333; 
}