body { font-family: Arial, Helvetica, sans-serif;
	   background-color: #ddffff;
	   background-image: url(../graphics/s_glass.jpg);
	   background-attachment: fixed;
	   background-position: center;
	   background-repeat: no-repeat
	   }

h1 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	
h2 {
	font-size: 175%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	 
h3 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

h4 {
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
	 
h5 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

.cap {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	float: left;
	line-height: 125%;
	width: auto;
	color: fuchsia;
}
	  
.lg {
	font-size: 175%;
   color: #00cc33;
}
	  
.bg {
	font-size: large;
	color: #00cc33;
}
	  
b {
	font-size: inherit;
	font-weight: bolder;
	color: #00cc33;
}
	
.bld {
	font-size: large;
	font-weight: bold;
	color: #00cc33;
}
	   
td {
	font-size: 11pt;
	font-weight: normal;
}
	  
tr {
	font-size: 10pt;
	font-weight: normal;
}
	
.sm {
	font-size: smaller;
	font-weight: normal;
}
	  	
	#nav, #nav ul {
	/* all lists */
	font-size: inherit;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 8.5em; /*font-size: small;*/
	font-family: Arial, Helvetica, sans-serif;
}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 8.5em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 8.55em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 8.5em;
	w\idth: 7.5em;
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-color: #d0bb52;
	border: 1px solid black;
	padding: 0 0.5em;
}
	
	#nav li a:hover {
		color : white;
		background-color : #7cbbb2;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 9.25em;
	}	
