@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #FFFFFF;
	background-color:#0066CC;
	}
a:link {
	text-decoration: none;
	color:#3366CC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
H1 {
	font-size: 1.8em;
	color: #B0DAFF;
	}
H2  {
	font-size: 1.3em;
	color:#FFCC33;
	}
H4 {
	font-size: 1.6em;
	height: .75em;
	color:#B0DAFF;
}	
#divmasthead {
	float: left;
	position:absolute;
	top: 0px;
	right: 153px;
	width: 659px;
	height: 163px;
	left: 0px;
	}
#bodyText {
	float:left;
	position:absolute;
	width: 630px;
	font-size:.75em;
	line-height: 1.8;
	left: 26px;
	top: 178px;
	z-index: 1;
	padding: 0px 0px 50px 0px;
	}
#BodyForm{
	background-color:#C3E3FF;
	float:none;
	position:absolute;
	width: 603px;
	line-height: 1.8;
	left: 1px;
	top: 162px;
	padding: 20px 0px 0px 45px;
	height: 636px;
	}
#photo1 {
	padding: 0px 0px 0px 10px;
	float: right;
	position: absolute;
	left: 400px;
	top: 178px;
	}
img.floatRight { 
    float: right; 
    margin: 0px 0px 0px 15px; 
	}	
img.floatLeft {
	float: left;
	margin: 0px 15px 0px 0px;
	}	
