/**************************** HTM PAGE STYLES *******************************/
div#pwnav{width: 100%; float:left; margin-bottom:2em;}
div#pwnav ul {list-style-type:none; font-size: large; text-align:center; width:34em; margin: 0 auto;}
div#pwnav ul.sub {
	width:42.5em;
}
div#pwnav ul li {
	width:7em;
	height:1.5em;
	margin:.5em;
	display: block;
	float: left;
}
div#pwnav ul li a {
	display: block;
	width:7em;
	height:1.5em;
	line-height:150%;
	background: #009;
	color: white;
	border: solid .25em;
	border-color: #99c #003 #003 #339;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
div#pwnav ul li a:hover{
	border-color:#003 #339 #99c #003;
	color:#eef;
}
div#pwnav p {clear:left;}


h1, h2, h3 {color: #009;}
h1 {text-align:center;}
/********************* END HTM ****************************/



div#sitewrap { background:#eee;}

#subjnav {
	font-size: .9em;
}
#subjnav ul li span {
	display: block;
	width:95%;
	padding: .25em 2.25%;
	text-decoration:none;
	background:#999;
	border: solid 1px #bddef0;
	color:#000;
}
	#deptnav ul { list-style-type:none;}/* for IE6 */
	
div#deptnav ul li {
	width:85%; /* was 90% but IE6 choked */
	height:1.5em;
	margin:.75em;
	padding-bottom:1em;
}
div#deptnav ul li a {
	display: block;
	height:1.5em;
	line-height:150%;
	background: #009;
	color: white;
	border: solid 5px;
	border-color: #99c #003 #003 #339;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}
div#deptnav ul li a:hover, div#deptnav ul li#thspg span{
	border-color:#003 #339 #99c #003;
	color:#eef;
	background: #009;
}

div#deptnav ul li#thspg span{
	display: block;
	height:1.5em;
	line-height:150%;
	border: solid 5px;
	border-color:#003 #339 #99c #003;
	color:#000;
	background: #ccc;
	text-align:center;
}


#mcontent {padding-right: .25em;}
#mcontent h1, #mcontent h2, #mcontent h3 {color: #009; margin-bottom: .75em;}
#mcontent h1 {text-align:center;}

#mcontent p.ret {
	clear:both;
	padding-bottom: 3em;
}

#mcontent .nb, #mcontent .nm {margin-bottom: 0;}
#mcontent .nt, #mcontent .nm {margin-top:0;}
.tabin {margin-left: 2em; margin-top: 0;}
.ltabin {text-indent: 2em;}
p.navhd a img {border: none;}
.blue {color: blue;}
.green {color: green;}
.purple {color: purple;}
.yellow {color: yellow;}
.retlnk {font-family: "Bookman Old Style", serif; font-size: smaller; text-align: right;}
