
 div.header
	{ background: url(images/comp_books2.gif) #669966 no-repeat left center;
	border-bottom: double;
	 border-left: double;
	 border-width: 3p;
	 color: white;
	 font-family:arial, helvetica, sans-serif;
	 font-size: xx-large;
	 font-weight: bold;
	 height: 130p;
	 padding: 1em;
	 text-align: right;
	}
	
div.headertext
	{margin-left: 220px;
	}
div.body
	{
	max-width:500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
	font-family:arial, helvetica, sans-serif;
	}
	
	
#menubar
	{
	background-color: #cccccc;
	border-color: #e6e6ff #8a9790 #8a9790 #e6e6ff;
	border-style: solid;
	border-width: 1px 0 1px 0;
	color: #000;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	height: 21px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 98%;
	z-index: 12;
	}
	
#dropmenudiv
	{
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	position:absolute;
	text-decoration: none;
	z-index:100;
	}

#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	}

#dropmenudiv a:hover
	{ /*hover background color*/
	background-color: #DCEEEE;
	}
menuitem
	{
	onclick: return clickreturnvalue();
	onmouseout: delayhidemenu();
	}
	
<!-- text divisions -->	
div.body
	{
	font-family: arial;
	font-size: 1em;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: .5em;
	max-width: 500px;
	position: relative; left: 60px;
	}
div.indent
	{position: relative; left: +25px;
	}
div.definition
	{background: #ffffcc; padding: 30px;
	border-width: thin; border-style: double;
	}

ol 
	{list-style-type: lower-alpha;
	}
	
ol.numbr 
	{list-style-type: decimal;
	}
	
p.alpha
	{font-weight: bold;
	font-size: large;
	}
span.color
	{color: #993333;
	font-weight: bold;
	}

span.ital
	{font-style: italic;
	}
span.bold
	 {font-weight: bold;
	 }
dt.bold
	 {font-weight: bold;
	 }	 
img.icon
	{border-width: 0px;
	float: left;
	margin-left: 5em;
	}
footer.ul
	{
	 type: none;
	 text-align: left;
	 margin-left: 10em;
	 padding-left: 30%;
	}

h1, h2, h3, h4, h5, h6
	{font-family:  arial, helvetica, sans-serif;
	}
	
h1, h2, h3
	{color: #993333;
	}
	
<!-- table styles -->
th
	{
	font-type: strong;
	text-align: left;
	v-align: top;
	}

td
	{
	align: top;
	padding-right: 20px;
	}

hr
	{
	position: relative; left 5em;
	width: 80%
	}
	
	

div.footer
	{
	background: #669966;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	}
	
a.footer:link { color: white; text-decoration: none; font-size: 14px; }
a.footer:visited { color: yellow; text-decoration: none; font-size: 14px; } 
a.footer:hover { color: white; text-transform: uppercase; font-weight: strong; font-size: 14px;  } 	
