body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
		background-color: black;

transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative;
	margin-top:0px;

}

p { line-height: 150%; }


#header{position:relative; z-index:1; width:100%;    overflow: hidden;
 }

#footer{ width:100%;    overflow: hidden;
 }

#content {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		padding-top:1px;
		text-align:left;
		background-color: white;
		
}

.floatimgleft {
 float:left;
 margin-top:-2px;
 margin-right:14px;
 margin-bottom:1px;
 position:relative; width:20%;    overflow: hidden; }

.floatimgright {
 float:right;
 margin-top:-2px;
 margin-left:3px;
 margin-bottom:1px;
 }

h1 {
	font-size: 1.25em;
	text-decoration: underline;
	color: black;
	background-color: white;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.8em;
}
		
#menu {
	position: absolute;
	width: 100%;	
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	font-size: 1em;
	margin: 0;
	visibility: visible;
	background-color: white;
	}
	
	
a:link  { 
	color: black;
	text-decoration: none;
}
a:hover {
  color: #0a2267;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}