/* 2008-08-13  Revisions at end*/ 
/* Based on Page Master_r2.doc  and later comments*/
body {
	color: Black;
	background-color: #ffffcc;
	font: 1em "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}

dt {/*
	list-style-type: disc;*/
	font-weight: bold;
	font-size: 100%;
}

h1, h2, h3, h4, h6 {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
	text-align: left;
}

	h1 {
	font-size: 200%;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 150%;
	padding: 0em;
	text-decoration: underline;
	font-weight: bold;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 115%;
	clear:right;
}

h6 {
	font:150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	float: right;
	margin: 5px;
	border: none;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style:disc;
	list-style-position: outside;
}


/* Classes ==================================== */

.cleanup {
	clear: both;
}

.displayhide {
	display: none;
}

.left {
	float: left;
}

.logo {
	float: left;
	margin-right: 3px;
	margin-bottom:2px;
}

.major{
	font:110% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.noliststyle {
	list-style: none;
}

.poem {
	font-size: 105%;
	font-style: italic;
}

.search {
	border:thin solid black;
	padding:15px;
	width:45em;
	margin: auto;
}

.search td {
	text-align: center;
}

.subhead {
	text-indent: 2em;
}

.totop {
	text-align: right;
	padding-right: 10px;
	clear: both;
}

.totop a {
	color: orange;
}

.undrln {
	text-decoration: underline;
}

/* Begin Horizontal navigation  ================*/
.navsec {
font-size: 90%; 
line-height: 150%;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
} 
.navsec ul {
 list-style: none;
} 
.navsec li {
 display: inline; 
 margin: 0px;
 padding: 0px;
} 
.navsec a:link {
padding: 2px 5px 2px 5px;
color: black;
 background:  #ffff99;
/* text-decoration: none;*/
/* border: 2px solid #e9967a; */
} 


.navsec a:visited {
padding: 2px 5px 2px 5px;
color: black;
 background: #ffffcc;
 /*text-decoration: none;
 border: 2px solid #e9967a; */
} 

.navsec a:hover {
 color: black;
 background-color: #ffff66; 
/* text-decoration: underline;*/
	padding: 2px 5px 2px 5px;
} 

/* End horizontal navigation */


/* ========= ID's ======================================== */

#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	margin-left: 155px;
	border: thin solid black;
	}
	
#header {
	border: #ffd700 solid 2px;
	background-color: #ffff99;
	margin-left: 151px;
	height: 173px;
}

#main {
	background-color: #ffffcc;
	margin-left: 165px;
	width: auto;
	line-height: 1;/* This is to alleviate the Peek-a-boo bug  See Andy Budd, page 182 */
}

#mainnav {
	color: black;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image:none;
	background-color: #ffff99;
	width:150px;
	border: solid thin #ffd700;
	position: absolute;		/* These two lines are required to make the */
	  left: 2px;						/*  .main area come up beside it. */
  padding: 0px;
}

#mainnav img {
	float: left;
	padding: 0px 2px 0px 0px;
	border: solid #ffd700 2px;
	margin: 0px;
}


#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#mainnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav li {
	border-bottom: 2px solid #ffffcc;
}

#mainnav li a:link {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-bottom: 2px solid #ffffcc;
	background-color: #ffff99;
	color: black;
	text-decoration: none;
}

#mainnav li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-bottom: 2px solid #ffffcc;
	background-color: #ffff66;
	color: black;
	text-decoration: none;
}

#mainnav li a:hover {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-bottom: 2px solid #ffffcc;
	background-color: #ffff33;
	color: black;
	text-decoration: none;
}
/* 2009-02-21 Added height to #header to make it match the logo */