/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
}
.MainText {
	color: black;
}
.MainText p {
	text-align: justify;
}
.MainText h1 {
	text-align:center;
	padding-top: 0.25em;
}
sup {
    font-size: 85%;
	vertical-align: 25%;
	text-decoration: none;
}
sub {
	vertical-align: -25%;
	text-decoration: none;
}
p {
	line-height: 135%;
}
.SearchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
}
.largetext {
	font-size: large;
}
.xlargetext {
	font-size: x-large;
}
.smalltext {
	font-size: small;
}
.xsmalltext {
	font-size: x-small;
}
.emmastitletext {
	font-size: small;
	font-weight:bold;
}
.emmassubtext {
	font-size:x-small;
}
.emmastinytext {
	font-size:xx-small;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
}
#banner {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index:10;
}
#mainlayout {
	position: absolute;
	top:70px;
	left:0px;
	z-index:1;
	padding:0px 5px;
}
#navigation {
	margin-top:23px;
}
#maincontent h1 {
}
#address {
	text-align:center;
	padding:0.5em 0em;
}
.address {
    display:inline;
	padding-left:0.25em;
	font-size:small;
	font-weight:bold;
}
#footernav {
	text-align:center;
	font-weight:bold;
	padding:0.25em 0em 0.1em 0em;
	background-color: #FFCC33;
	margin-top:1em;
	clear:both;
}
#footernav a {
	text-decoration:none;
}
#bottomline {
	text-align: center;
}
#W3C {
	float: right;
	}
#search {
	position: absolute;
	top: 0px;
	right: 5px;
	height: 22px;
	display: none;
}
#policies a {
	text-decoration:none;
}
#policies {
	float: left;
	font-size:xx-small;
}
#maintenance {
	text-align:center;
	font-size:x-small;
	font-weight:bold;
}
.formbkgnd {
	color: #000000;
	font-weight:bold;
	background-color: #FFFFFF;
}
.fixedls {
	line-height: 1em;
	position: relative;
	top: .25em;
}
.right {
	float: right;
	top: 0px;
	right: 0px;
}
