	body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ADD0F6;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

h1 {
	margin: 0px;
	color: #051C45;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #FF6106;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

img {
	border: 0px;
}

.imgRight {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 900px;
}

#header {
	padding: 0px 0px 6px 0px;
	width: 900px;
	background-color: #051C45;
	border-bottom: 1px solid #FF6106;
}

#headerTop {
	width: 900px;
	height: 120px;
	background-color: #FFFFFF;
	border-top: 2px solid #FF6106;
	border-bottom: 2px solid #FF6106;
}

#logo {
	margin: 5px 0px 0px 10px;
	float: left;
}

#logoText {
	margin: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
	float: left;
}

#tagline {
	margin: 15px 0px 0px 30px;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	font-style: italic;
}

#headerTopRight {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
	color: #FFFFFF;
}

#headerBackground {
	background-image: url(../images/headerBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #051C45;
	width: 900px;
	height: 175px;
}

#headerLeft {
	padding: 20px 0px 0px 10px;
	width: 220px;
	height: 155px;
	float: left;
}

#headerLeft a {
	padding: 0px 0px 0px 20px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

#headerLeft a:hover {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/navActiveSquare.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerLeft a.active {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/navActiveSquare.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#headerRight {
	width: 670px;
	height: 175px;
	float: right;
}

#contentArea {
	padding: 0px 11px 10px 10px;
	width: 889px;
	background-image: url(../images/contentAreaBG.jpg);
	background-repeat: repeat-y;
}

.content {
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	line-height: 17px;
	padding: 10px 0px 0px 0px;
}

#rightNav {
	padding: 20px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 228px;
	background-image: url(../images/rightNavBG.jpg);
	background-repeat: repeat-x;
	float: right;
	color: #051C45;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contactBox {
	padding: 0px 0px 15px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#contactBox form input.nameField {
	width: 95px;
}

#contactBox form input.contactField {
	width: 200px;
}

#firstName {
	margin: 0px 5px 0px 0px;
	float: left;
	width: 100px;
}

#lastName {
	float: left;
	width: 100px;
}

#sideNavImage {
	padding: 10px 0px 10px 0px;
}

#footer {
	width: 900px;
	height: 50px;
	background-color: #051C45;
	margin: 0px 0px 10px 0px;
}

#footerLeft {
	padding: 18px 0px 0px 10px;
	color: #FFFFFF;
	float: left;
}

#footerLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerLeft a:hover {
	color: #C6E768;
	text-decoration: none;
}

#footerRight {
	padding: 5px 10px 0px 10px;
	color: #FFFFFF;
	float: right;
	line-height: 20px;
	text-align: right;
}

#footerRight a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerRight a:hover {
	color: #C6E768;
	text-decoration: none;
}

#centerHeaderText {
	font-size: 16px;
	color: #FF9453;
	font-weight: bold;
	font-style: italic;
	float: left;
	text-align: center;
	padding: 24px 0px 0px 160px;
}

#moreHeaderText {
	font-size: 18px;
	color: #334667;
	padding: 10px 0px 0px 0px;
}

#studentLogin {
	margin-top: 15px;
}