html, body {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color:black;
			margin: 10px;
			padding: 0;
			background-color: #FFFACD;
			}
			
#nav {
	width: 17em;
	float: left;
	margin-left: -1px;
	padding: 10px 10px 10px 0;
}
			
#header {
	margin: 0 0 5px 0;
	padding: 0 0 20px 0;
	width:auto;
	height:135px;
}

#left {							/* Allows the title to align left */
	float: left;
	text-align: left;
	width: 49%;
}
		
#right {						/* Allows the graphic to align right */
	float: right;
	text-align: right;
	width: 49%;
}
.address {
	color:#00849C;
	font-size: 1.3em;
}
a {
	color:#444;
	text-decoration: underline;
}	

a:hover {
	background-color: #ccc;
	color:#000;
	text-decoration:underline;
}
#content {
	padding: 10px;
	margin-left: 12em;
}
#footer {
	color: #000;
	border-top: 1px solid #000;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}
#mainMenu {								/* Describes the transparent background of the menu */
	background:transparent;
	padding-bottom: 5px;
	padding-top: 1px;
	padding-left: 5px;
	margin-bottom: 0.5em;
}
		#mainMenu ul {
			margin: 0; /*removes indent IE and Opera*/
			padding: 0; /*removes indent Mozilla and NN7*/
			list-style-type: none; /*turns off display of bullet*/
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 1.2em;
			text-align:left;
		}
		#mainMenu li {
			margin: 0 0 3px 0;
		}
		#mainMenu a {
			/*/*/					/* Stops Netscape 4 from seeing the CSS */
			display: block;			/* Display: block is the declaration that enables the entire link box to be "hot" or "clickable" */
			padding: 2px 2px 2px 24px;
			border: 1px solid #333;
			width: 11em;
			background-color: #999;
			background-image:  url(../images/l1_down.gif); 
			/* */
		}
		#mainMenu a:link, #mainMenu a:visited {
			color: #000;
			/*/*/
			color: #EEE;
			text-decoration: none;
			 /* */
		}
		#mainMenu a:hover {
			border: 1px solid #333;
			background-color: #F60;
			background-image:  url(../images/l1_over.gif);
			color: #333;
		}
		#selected a:link, #selected a:visited, #selected a:hover {
			/*/*/border: 1px solid #333;
			background-color: #F60;
			background-image:  url(../images/l1_over.gif);
			color: #333; /* */
		}
		
.spacer {
	clear: both;
	height: 0;
  	margin: 0;
	overflow: hidden;
	visibility: hidden;
	}
	
p {
	padding: 0;
	margin-top: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.float {
	float: left;
	width: auto;
	padding: 10px;
}
  
div.float p {
		   text-align: center;
		   }
		   
div.float img {
		   border:1px solid black;
		   }
.acrobat {
			float: right;
			width:50%;
		}

td img {
	border:1px solid black;
}		