/* Old Netscape browser doesn't handle margin, padding or @media */
/* It ruins <LI> formatting if any margin or padding style set */

BODY {
	font-family: Times New Roman, serif;
	text-align: center;
	background-color: #FFC;
	color: #000;
}

A { color: #008; }
A:hover { background-color: #FEA; color: #008; text-decoration: none;}
A:visited {color: #008;}

H1 {
	font-size: 18pt;
	text-align: center;
	color: #c30;
}

H2 {
	font-size: 14pt;
	text-align: center; 
	color: #c30; 	
	letter-spacing: 1px;
}

H3 {
	font-size: 12pt; 
	text-align: left; 
	color: #000; 
}
H3 A { color: #000; text-decoration: none; }
H3 A:hover { background-color: #FFC; color: #000; text-decoration: none; }
H3 A:visited { color: #000; text-decoration: none; }

EM {color: #C30; font-style: normal; font-weight: bold; }

TD { vertical-align: top; }
P { text-align: left; }
.tl { text-align: left; }

.menu {background-color: #FEA;}
.menu TD A { color: #000; text-decoration: none; }
.menu TD A:hover { background-color: #FEA; color: #000; text-decoration: none; }
.menu TD A:visited { color: #000; text-decoration: none; }

#deptdiv {line-height: 150%; text-align: left; margin-left: 29px; font-family: serif; font-weight: normal;}

#copyright, #copyright A , #copyright A:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #666; 
	background-color: #FFC;
	text-decoration: none;
}
#captiontxt, #captiontxt A , #captiontxt A:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #c30; 
	background-color: #FFC;
	text-decoration: none;
}
