/* --- style sheet for department templates --- */

/* --- body and links --- */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%
	}
h1  {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #003399;
	background: #FFFFFF;
	font-weight: bold
	}
h2	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold
	}
a:link {
	color: #003399;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold
	}
a:visited {
	color: #990000;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold
	}
a:active {
	color: #990000;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold
	}
a:hover {
	color: #FF0000;
	background: #FFFFFF
	}
/* ---   --- */

/* --- links in gray bar and quick links --- */
a.nav:link {
	color: #003399;
	background: #DBDBDB;
	text-decoration: none
	}
a.nav:visited {
	color: #990000;
	background: #DBDBDB;
	text-decoration: none;
	}
a.nav:active {
	color: #990000;
	background: #DBDBDB;
	text-decoration: none;
	}
a.nav:hover {
	color: #FF0000;
	background: #DBDBDB
	}
/* ---   --- */

/* --- text for the grey column and quick links --- */
.greyColText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	padding-left: 5px;
	padding-right: 5px;
	background: #DBDBDB
	}
/* ---   --- */

/* --- text links in grey column --- */
a.grey:link {
	color: #003399; 
	background: #cccccc;
	}
a.grey:visited {
	color: #990000; 
	background: #cccccc;
	}
a.grey:active {
	color: #990000; 
	background: #cccccc;
	}
/* ---   --- */

/* --- text for the footer --- */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	}
/* ---  --- */
