body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #639cce;
}

img {
	border: 0;
}

#uppercontent{
	background-color:#ffffff;
	height: 368px;
}

#logo {
	width: 700px;
	padding-top: 10px;
	padding-left: 50px;
}

#headline {
	margin-top: 0px;
	margin-left: 255px;
	background-color: #b5d608;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 60px;
	padding-top: 15px;
}

#middlecontent {
	width: 750px;
}

.sideimage {
	position: absolute;
	top: 135px;
	left: 0px;
}

.middletext {
	margin-top: 5px;
	padding-left: 315px;
}

#lowercontent {
	width: 750px;
}

.infoboxes {
	width: 246px;
	padding-left: 48px;
	position: absolute;
	top: 397px;
	left: 0px;
}

.topinfo {
	background-image:url(../images/topinfo.jpg);
	background-repeat:no-repeat;
	height: 224px;
	width: 191px;
	padding-top: 15px;
	padding-left: 15px;
}

.bottominfo {
	background-image:url(../images/bottominfo.jpg);
	background-repeat:no-repeat;
	height: 185px;
	width: 191px;
	padding-top: 15px;
	padding-left: 15px;
}

.infoheader {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	padding-bottom: 15px;
}

.lowertext {
	margin-top: 30px;
	margin-left: 315px;
	color: #ffffff;
}

.instructions {
	border: 1px solid #ffffff;
	padding: 14px;
	margin-bottom: 15px;
}

.enrollmentheader {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b5d608;
	padding-bottom: 15px;
}

.list {
	display: block;
	padding-bottom: 5px;
}

.form {
	border: 1px solid #ffffff;
	padding: 14px;
}

.formheader {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b5d608;
	padding-bottom: 15px;
}

.largetext {
	font-size: 10pt;
	font-weight: bolder;
}
/* image float classes */

img.left {
	float: left;
}

img.right {
	float: right;
}

.submitbutton {
	display: block;
	margin-top: 25px;
}

/* link styles */

a:link {
	color: #ce0031;
	text-decoration: none;
}

a:active {
	color: #ce0031;
	text-decoration: none;
}

a:visited {
	color: #ce0031;
	text-decoration: none;
}

a:hover {
	color: #ce0031;
	text-decoration: underline;
}
