A {
   color: #333399;
	text-decoration : none;
}
A:active {
    color: #333399;
}
A:visited		{
			color : #333399;
}
A:hover		{	text-decoration : underline ;
			color : #cc0000 ;
}
A.navItem { color:304A5B }
A.announcements { color:304A5B }

BODY, TD, P, DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
}

DIV,UL {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	font-family : Times New Roman;
	font-size: 20px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
}
.pageHeader { font-size: 20px;
          color: #333399;
          margin-top: 20px;
          margin-bottom: 20px;
}

.headline { font-size: 14px;
          font-weight: bold;
          color: #000011;
          margin-top: 0px;
          margin-bottom: 0px;
}
.leftNav  {
	font-size : 8px;
    margin-left: 10px;
    margin-right: 10px;
}
.announcementsItem {
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 10px;
}
.navItem {
          margin-top: 10px;
          margin-bottom: 10px;
}
.article {
          margin-top: 15px;
          margin-bottom: 15px;
          text-align: justify;
}
.articleLead {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333399;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	background-color:333399;
}

.spacer {
          margin-top: 20px;
          margin-bottom: 20px;
}

.announcementsHeadline {
	background-color:333399;
	color:FFFF00;
	font-size:14px;
	font-weight: bold;
	text-algin:center;
	padding:5px;
}
.announcementsBody {
	background-color:CCCCFF;
	padding: 10px;
}
li.announcementsBody {
	padding:10px;
}
.announcementsHot {
	color:FF3333;
}

<!-- horizontal nav classes -->
.topNavFiller {
	background-color:CCCCFF;
}
.topNavSpacer {
	background-color:FFFFFF;
	width=1px;
}
.topNavButton {
	background-color:CCCCFF;
	text-align: center;
	font-weight: bold;
}
.topNavHome {
	color:FF3333;
}
.secondaryNav {
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:CCCCFF;
	color:000000;
	padding: 5px;
}

a.secondaryNav {
	color:000000;
	font-weight: bold;
}
a.secondaryNav:HOVER {
	color:CC0000;
	font-weight: bold;
}

.deptBody {
	margin:15px;
	padding-left:35px;
}
.whisper {
	color: #666666;
	font-size: 10px;
}

/* the definitions below are for css style buttons */
#leftNavButtons {
	background-color: #7ea8cf;
	border: 1px #666666 solid;
	width: auto;
	margin-top: 100px;
	margin-left: 37.5%;
	margin-right: 37.5%;
	padding: 8px;
	text-align: center;
}

.testButton {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

a.testButton  {
	padding: 4px;
	text-decoration: none;
	width: 160;
	display: block;
	color: #224059;
	background-color: #b5c9e2;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
}

a.testButton:hover {
	background-color: #99aabf;
	border-top: 2px #31557f solid;
	border-left: 2px #31557f solid;
	border-bottom: 2px #cce3ff solid;
	border-right: 2px #cce3ff solid;
}

/* for the layer drop down in top nav */
#deptsMenu { 
/*   color : #CCCCCC; */
   color : #000000;
/*   background-color : #333399; */
/*   layer-background-color : #333399; */
   background-color : #FFFF99;
   layer-background-color : #FFFF99;

   border-width : 1px;
   border-style : solid;
   border-color : #6B3184;
   width : 200px;
   top : 140px;
   left : 5px;
   position : absolute;
   z-index : 90;
   visibility : hidden;
}

A.floatNav:link, A.floatNav:visited {
/*   color : #FFFFFF; */
   color : #000000;
}

