@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: url(../images/bg.png) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#maincontainer {
	margin: 0 auto 0 auto;
	height: auto;
	width: 1007px;
	position: relative;
}

#header {
	width: 1030px;
	height: 166px;
	float: left;
	background: url(../images/header_bg.png) top no-repeat;
}

#logo {
	width: 360px;
	height: 98px;
	float: left;
	padding: 10px 0 0 0;
}

#heading {
	width: 647px;
	height: 78px;
	float: left;
	padding: 30px 0 0 0;
}

#heading h1 {
	font-size: 24px;
	color: #E3F0F1;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

#heading h2 {
	font-size: 14px;
	color: #E3F0F1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	margin: 5px 0 0 0;
}

#topnav {
	width: 902px;
	height: 58px;
	float: left;
	margin: 0 0 0 62px;
	text-transform: uppercase;
	font-size: 14px;
}

#topnav a:link, #topnav a:visited{
	color: #939598;
	text-decoration: none;
}

#topnav a:hover {
	color: #627C5E;
}

.secondLinks, .secondLinks a:link, .secondLinks a:visited {
	color: #627C5E;
	text-decoration: none;
}

.secondLinks a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.secondArea {
	color: #ACC2AB;
}

#homenav {
	float: left;
	width: 95px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#contactnav {
	float: left;
	width: 91px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#aboutnav {
	float: left;
	width: 93px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#coursenav {
	float: left;
	width: 101px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#statenav {
	float: left;
	width: 156px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#resourcenav {
	float: left;
	width: 162px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#policynav {
	float: left;
	width: 103px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#registernav {
	float: left;
	width: 101px;
	height: 38px;
	text-align: center;
	padding: 20px 0 0 0;
	color: #939598;
}

#mainarea {
	width: 1030px;
	height: auto;
}

#right {
	width: 66px;
	float: left;
	background: url(../images/rightbtm.png) top repeat-y;
}

#links {
	width: 257px;
	height: auto;
	float: left;
	margin: 45px 20px 0 25px;
}

#links p {
	color: #939598;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.small {
	font-style: italic;
	font-size: 12px;
}

#links p a:link, #links p a:visited {
	color: #939598;
	text-decoration: none;
}

#links p a:hover {
	color: #939598;
	text-decoration: underline;
}

#links h1 {
	color: #627C5E;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	margin: 40px 0 10px 0;
}

#links ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#links ul li.main{
	list-style-image:url(../images/arrow.png);
	color: #939598;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

#links ul li.main a:link, #links ul li.main a:visited, #links ul li.main a:hover {
	color: #939598;
	text-decoration: none;
}

#links ul li.green{
	list-style-image:url(../images/arrow.png);
	color: #627C5E;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0 15px;
}

#links ul li.green a:link, #links ul li.green a:visited, #links ul li.green a:hover {
	color: #627C5E;
	text-decoration: none;
}

#links ul li.sub {
	list-style: none;
	color: #939598;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

#links ul li.sub a:link, #links ul li.sub a:visited {
	color: #939598;
	text-decoration: none;
}

#links ul li.sub a:hover {
	color: #627C5E;
}

#content {
	width: 593px;
	float: left;
	margin: 45px 0 10px 10px;
	height: auto;
}

#content h1 {
	color: #627C5E;
	font-size: 20px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}

#content h2 {
	color: #939598;
	font-weight: bold;
	font-size: 16px;
}

#content h3 {
	color: #627C5E;
	font-weight: bold;
	font-size: 18px;
}

#content ol {
	color: #939598;
	font-size: 15px;
	line-height: 1.5;
}

#content ul {
	color: #939598;
	font-size: 15px;
	line-height: 1.5;
}

#content a:link, #content a:visited {
	color: #939598;
	text-decoration:none;
}

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

#content p {
	color: #939598;
	font-size: 15px;
	line-height: 1.5;
}

#content p.small {
	font-size: 12px;
}

#footer {
	width: 1030px;
	height: 215px;
	float: left;
	background: url(../images/footerbg.png) top no-repeat;
	margin: 0 0 0 0;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #627C5E;
}

#footer p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 80px 50px 0 50px;
}

#footer p.design {
	margin: 10px 0 0 0;
	color: #627C5E;
	font-size: 14px;
}

#footer p.design a:link, #footer p.design a:visited {
	color: #627C5E;
}

#footer p.design a:hover {
	color: #FFFFFF;
}

#returning_customer {
	float: left;
	width: 268px;
	height: auto;
	margin-right: 15px;
	background-color: #e9e9e9;
	padding: 15px;
}

#new_customer {
	float: left;
	width: 275px;
	height: 500px;
	padding-top: 15px;
}

