body {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: Black;
	background-image: url(images/fmpbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	overflow-y: scroll;
} 

A {
	color: Teal;
	text-decoration: none;
}

A:Hover {
	color: Red;
	text-decoration: underline;
}

H1, H2, H3, H4 {
	font-variant: normal;
	background-color: #077374;
	color: White;
	width: 100%;
	padding-left: 15px;
	padding-right: 5px;
	text-align: left;
}

#mainpane {
display: none;
	position: absolute;
	left: 50%;
	height: 100%;
	height: auto;
	margin-left: -400px;
	width: 800px;
	padding-left: 10px;
	background-color: White;
	z-index: 2;
}
#nav {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 230px;
	width: 802px;
	margin-left: -401px;
	z-index: 3;
}
#leftcol {
	position: absolute;
	left: 50%;
	top: 230px;
	width: 540px;
	margin-left: -385px;
	text-align: justify;
	z-index: 4;
}

#rightcol {
	position: absolute;
	left: 50%;
	top: 230px;
	width: 190px;
	margin-left: 185px;
	text-align: center;
	z-index: 4;	
}

#rightcol h3 {
text-align: center;
padding-left: 5px;	
}

#copyright {
	text-align: center;
	font-size: small;
}
