@charset "utf-8";
/* CSS Document */

body {
	background-color: #84c8e1;
	margin: 0px;
}
.main {
	margin: auto;
	margin-top:4px;
	width: 950px;
	background-color: #FFF;
	background-image: url(../img/starburst_bg.gif);
	background-repeat: no-repeat;
}
.header {
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	height: 110px;
}
.content {
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
	overflow: auto;
}
.footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	height: 86px;
	text-align: right;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	padding-top: 60px;
	padding-right: 110px;
}
.introNoFlash {
	background-image: url(../img/introNoFlashBg.gif);
	height: 445px;
	width: 924px;
}

p, div, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #535353;
}
.navItem {
	padding-left: 20px;
	padding-top: 2px;
}

a, a:link, a:active, a:hover, a:visited {
	text-decoration:underline;
	color:#1375a7;
}
.navItemSelected {
	padding-left: 6px;
	padding-top: 2px;
}

.successNav {
	padding-left:30px;
	padding-top:15px;
	float:left;
	width:170px
}

.successContentContainer {
	float:left;
	width:620px;
	padding-left:47px;
	padding-top:20px
}.whiteMatte {
	background-color: #FFF;
	padding: 12px;
}
li {
	margin-bottom: 8px;
	margin-left: -20px;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #248b94;
	margin-bottom: 2px;
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.newsNavItem {
	padding-left: 20px;
	padding-bottom: 8px;
}

.newsNavItemSelected {
	padding-left: 20px;
	padding-bottom: 8px;
	background-image: url(../img/star_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
}

.classesNavItem {
	padding-left: 20px;
	padding-bottom: 4px;
}

.classesNavItemSelected {
	padding-left: 20px;
	padding-bottom: 4px;
	background-image: url(../img/star_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
}
.formLabel {
	color: #00718C;
	text-align: right;
	padding: 3px;
	width: 150px;
	float:left;
}
.formField {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 3px;
	width: 500px;
	float:left;
}
.formFieldStyle {
	background-color: #e3e3e3;
	border: 1px solid #878787;
	width:500px;
}
.formButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #178bc7;
	border: 1px solid #0a3c56;
}
.twocolumnnav {
	padding-top:50px;
	width: 230px;
	float: left;
}
.twocolumncontent {
	padding-top:10px;
	position:relative;
	left:20px;
	width: 580px;
	float: left;
}
.indent {
	padding-left: 25px;
	margin-top:8px
}
.adBannerSpace {
	text-align: right;
	width: 856px;
}
