body {
	margin: 0px;
	background: #ffffff url('images/bg_header.jpg') repeat-x 0px 56px;
	font: 11px/15px verdana, san-serif;
	color: #1d4b95;
	text-align: center;
}
a, a:visited, a:hover {
	font: bold 10px verdana, san-serif;
	color: #1d4b95;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #678ece;
}
img {
	border: 0px;
}
form, table {
	margin: 0px;
}
ul {
	margin: 12px 0px 30px 16px;
	padding: 0px;
	list-style-image: url('images/bullet.gif');
	font: bold 11px/21px verdana, san-serif;
}
p.error {
	color: #800000;
	font: bold 10px verdana, san-serif;
}
#container {
	margin: 0px auto;
	width: 700px;
	height: 100%;
	position: relative;
}
#superNav {
	font: bold 10px verdana, san-serif;
	color: #183E78;
	text-align: left;
	width: auto;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 380px;
}
.profile, .login, .contact, .login, .logout{
	background-image: url(images/btn_login.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 24px;
	padding: 6px 0px 0px 28px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.logout{
	background-image: url(images/btn_logout.gif);
	top: 0px;
	left:0px;
}
.profile {
	background-image: url(images/btn_profile.gif);
	top: 0px;
	left: 110px;
}
.contact {
	background-image: url(images/btn_contact.gif);
	top: 0px;
	left: 243px;
}
#header {
	position: absolute;
	top: 44px;
	left: -15px;
}
#nav {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 695px;
	height: 25px;
	border-bottom: 1px solid #547CBA;
	padding: 10px 0 0 0;
}
#nav a {
	padding: 9px 0;
	margin: 0 14px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	height: 20px;
	text-transform:uppercase;
}
#nav a span {
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#nav a:hover {
	border-bottom: 3px solid #547CBA;
	color: #547CBA;
	text-decoration: none;
}
#nav a.active {
	border-bottom: 3px solid #547CBA;
	text-decoration: none;
}

#contentContainer {
	position: absolute;
	top: 212px;
	left: 0px;
	width: 695px;
	height: auto;
	text-align: left;
}
.contentMain, .contentCourse {
	float: left;
	width: 430px;
	height: auto;
}
.contentCourse {
	width: 695px;
}
.mainTop, .courseTop {
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #547CBA;
	border-left: 1px solid #547CBA;
	width: 430px;
	height: 5px;
	margin: 0px;
	font: 1px verdana;
}
.courseTop {
	width: 695px;
}
.mainBody, .courseBody, .loginBody {
	background-color: #FFFBED;
	border-right: 1px dashed #547CBA;
	border-bottom: 1px dashed #547CBA;
	border-left: 1px dashed #547CBA;
	width: 390px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 30px 20px;
}
.courseBody {
	width: 655px;
	min-height: 230px;
}
.loginBody {
	width: 655px;
	background: #FFFBED url('images/bg_login.jpg') no-repeat top right;
}
.imgMain {
	float: right;
	clear: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #547CBA;
}
.imgHome {
	margin: 0px 0px 10px 10px;
	border: 1px solid #547CBA;
}
img.imgForm {
	float: right;
	border: 1px solid #547CBA;
	margin: 14px 0px 0px 0px;
}
#courseList {
	width: 695px;
	margin-top: 20px;
	font: 10px verdana, san-serif;
	color: #315791;
}
#courseList td {
	padding: 5px;
}
#courseList tr {
	height: 30px;
}
#courseList tr a, #courseList tr a:visited, #courseList tr a:hover {
	font: 10px verdana, san-serif;
	color: #315791;
	text-decoration: underline;
}
#courseList tr a:hover {
	color: #7298D3;
}
#courseList tr.cap, #courseList tr.cap a, #courseList tr.cap a:visited, #courseList tr.cap a:hover {
	background-color: #547CBA;
	font: bold 10px verdana, san-serif;
	color: #D8E5F8;
	text-decoration: underline;
}
#courseList tr.cap a:hover {
	color:#fff;
}
#courseList tr.even {
	background-color: #EBF1FA;
}
#resource table, #events table {
	width: 368px;
}
#resource td {
	font: 10px verdana, san-serif;
	color: #1d4b95;
	width: 368px;
	vertical-align: top;
}
#events td {
	font: 10px verdana, san-serif;
	color: #1d4b95;
	vertical-align: top;
	padding: 6px;
}
#events td.cap {
	background-color: #547CBA;
	font: bold 10px verdana, san-serif;
	color: #fff;
}
#events td.date {
	border-top: 1px solid #b8c8e0;
	width: 100px;


}
#events td.event {
	border-top: 1px solid #b8c8e0;
	width: 268px;
	font-weight: bold;
	padding-bottom: 0px;
}
#resource td.header {
	font-weight: bold;
	color: #fff;
	background-color: #547CBA;
	vertical-align: middle;
	padding: 3px 0px 3px 6px;
}
#resource td.article {
	border-top: 1px solid #b8c8e0;
	padding: 6px 0px 0px 3px;
}
#resource td.pdf {
	border-top: 1px solid #b8c8e0;
	padding: 6px 0px 0px 12px;
	width: 20px;
}
#resource td.date {
	padding: 0px 0px 6px 3px;
}
.contentSide {
	float: right;
	display: inline;
	clear: right;
	width: 245px;
	margin-bottom: 20px;
	height: auto;
}
.contentSide div.mainTop {width: 247px;}
.contentSide img {
	margin: 17px 0px 0px 20px;
}
.sideTop {
	background-image: url(images/bg_ad.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #547CBA;
	border-left: 1px solid #547CBA;
	width: 227px;
	height: 54px;
	margin: 0px;
	font: 18px/52px Georgia, "Times New Roman", Times, serif; color: #fff;
	padding-left: 20px;
}
.sideBody {
	background: #FFFBED url('images/bg_side.jpg') no-repeat bottom right;
	border-right: 1px dashed #547CBA;
	border-bottom: 1px dashed #547CBA;
	border-left: 1px dashed #547CBA;
	width: 207px;
	margin: 0px;
	padding: 15px 20px 40px 20px;
	font: 11px/15px verdana, san-serif;
	color: #896523;
}
.sideBody a, .sideBody a:visited {
	float: right;
	color: #896523;
	text-align: right;
}
.sideBody a:hover {
	color: #b4893a;
}
.sideBody a.noFloat {
	float: none;
}
.sideBody a:hover {
	color: #b4893a;
}
.contentFooter {
	clear: both;
	width: 655px;
	height: auto;
	border-top: 1px solid #547CBA;
	padding: 10px 20px;
	text-align: center;
	font: 10px/14px verdana, san-serif;
	color: #547CBA;
}
#forgot {
	position: absolute;
	top: 17px;
	left: 220px;
	padding: 0px;
}
#forgot p {
	margin: 0px 0px 30px 0px;
	line-height: 1px;
}
.formContainer {
	position: relative;
	top: 0px;
	left: 0px;
}
.inputLabel {
	margin: 0px 0px 1px 0px;
	font: 10px/10px verdana, san-serif;
	color: #896523;
}
.column2Form {
	position: absolute;
	top: 0px;
	left: 104px;
}
input.inputText, .textOther, .inputTextarea {
	width: 200px;
	height: 18px;
	margin: 0px 0px 6px 0px;
	border: 1px solid #547CBA;
	background-color: #FFF;
	font: 10px verdana;
	color: #547CBA;
}
.inputTextarea {
	height: 160px;
}
.textOther {
	width: 179px;
	height: 18px;
	margin: -1px 0px 10px 21px;
}
input.check, #checkOther, #checkMilitary {
	margin: 5px 0px -2px -4px;
}
input.submit, input.submitLaunch {
	margin: 10px 2px 0px 0px;
	width: 90px;
	height: 22px;
	font: bold 10px verdana;
	color: #315791;
	display: block;
}
input.submitLaunch {
	width: 120px;
}
#military {
	margin: 0px 0px 0px 21px;
}
p.alert {
	font: bold 10px/12px verdana;
	color: #800000;
}
p.alert img {
	float: left;
	margin-right: 5px;
}
div#terms {
	width: 345px;
	height: 150px;
	overflow: auto;
	background-color: #fff;
	font: 10px/12px verdana;
	color: #999;
	border-top: 2px solid #547CBA;
	border-right: 2px solid #D5E5FF;
	border-bottom: 2px solid #D5E5FF;
	border-left: 2px solid #547CBA;
	padding: 20px;
	margin: 20px 0px 20px 0px;
	scrollbar-face-color: #B1C7EB;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #9FB5D7;
	scrollbar-shadow-color: #B1C7EB;
	scrollbar-highlight-color: #B1C7EB;
	scrollbar-3dlight-color: #D5E5FF;
	scrollbar-darkshadow-Color: #547CBA;
}
div#terms ul { list-style-type: disc;}
div#terms li {
	font: 10px/12px verdana;
	color: #999;
	margin: 0;
}
.glossary a, .glossary a:visited, .glossary a:hover {
	margin: 0px 20px;
}
dt {
	font-weight: bold;
	border-top: 1px solid #b8c8e0;
	padding-top: 8px;
}
dd {
	font-size: 10px;
	margin: 3px 0px 10px 0px;
}
.systemGreen, .systemRed, .nonSysytem {
	margin: -12px 0px 20px 20px;
	font-weight: bold;
	color: #008011;
}
.systemRed {
	color: #C00000;
}
.nonSystem {
	font-size: 10px;
	font-weight: normal;
}
#featureContainer {
	position: relative;
	width: 386px;
}
.homeFeatureL, .homeFeatureR {
	background-image: url('images/bg_catalog.jpg');
	width: 156px;
	height: 101px;
	padding: 38px 16px 0px 16px;
	font: bold 10px verdana;
	color: #fff;
	border: 1px solid #2d4e82;
}
.homeFeatureR {
	background-image: url('images/bg_enroll.jpg');
	float: right;
}
.homeFeatureR a, .homeFeatureR a:visited, .homeFeatureR a:hover, .homeFeatureL a, .homeFeatureL a:visited, .homeFeatureL a:hover {
	font: bold 10px verdana;
	color: #ffffff;
	text-decoration: underline;
}
.methodLabel {
	position: relative;
	top: -90px;
	left: 150px;
	width: 440px;
}
/*Typography-------------------------------------------*/
h1 {text-align: center; font: 32px Georgia, "Times New Roman", Times, serif; margin-top: 0;}
h2 {font: 18px Georgia, "Times New Roman", Times, serif; color: #1d4b95; margin-top: 25px; margin-bottom: 20px;}

/*Added Jul 21 2010 by Alex*/
.clear{
	clear:both;	
}