/* Dark Gray #26353f
	Bright Blue: #0099ff
	Dark Blue: #386695
*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #26353f;
}

.header {
	width: 100%;
	height: 100px;
}
.rightSide {
	text-align: right;
}
.rightSide #Login {
	float:right;
	background: #386695;
	padding: 10px;
	width: 250px;
	text-align: left;
	margin-bottom: 10px;
}
.rightSide dl {
	font-size: 16px;
	float: right;
	display: inline;
}
.rightSide dl dt {
	float: left;
	margin-left: 10px;
}
.rightSide dl dt a {
	color: #365F91;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c9c9c9;
}
.rightSide dl dt a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #386695;
}

.content {
	margin-bottom: 20px;
	line-height: 16px;
}
.content a { color: #365F91; text-decoration: none; border-bottom: 1px dashed #95B3D7;}
.content a:hover {	color: #c9c9c9; text-decoration: none; border-bottom: 1px solid #c9c9c9;}

.message {
	height: 320px;
	background: #FFFFFF
				url(../images/project_aspire_main.jpg);	
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 0px;
}
.message h1 {
	width: 450px;
	font-size: 30px;
	line-height: 33px;
	float: left;
	margin-left: 50px;
	padding: 50px 0 60px 0;
}
.message p {
	line-height: 24px;
	width: 500px;
	clear: both;
	font-size: 14px;
	float: left;
	margin-left: 50px;
}
.message a {
	color: white;
}

.mainbar {
}
.mainbar h1, .sidebar h1 {
	color: #365F91;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mainbar h2, .sidebar h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

.featureList {
	list-style:disc;
	padding: 20px;
}

.footer {
	font-size: 10px;
	color: #c9c9c9;
	margin-bottom: 10px;
}
.footer a {	color: #c9c9c9; text-decoration: none; }
.footer a:hover { color: #365F91; }

.footer .navigation {
		text-align: right;
}

.message_faq {
	height: 172px;
	background: #365f91
				url(../images/faq_banner.jpg);	
	color: #365f91;
	margin-bottom: 20px;
	padding: 0px;
}
.message_faq h1 {
	width: 450px;
	font-size: 30px;
	line-height: 33px;
	float: left;
	margin-left: 50px;
	padding: 50px 0 20px 0;
}
.message_faq p {
	line-height: 24px;
	width: 500px;
	clear: both;
	font-size: 14px;
	float: left;
	margin-left: 50px;
}

.message_contact {
	height: 172px;
	background: #365f91
				url(../images/contact_banner.jpg);	
	color: #365f91;
	margin-bottom: 20px;
	padding: 0px;
}
.message_contact h1 {
	width: 450px;
	font-size: 30px;
	line-height: 33px;
	float: left;
	margin-left: 50px;
	padding: 50px 0 20px 0;
}
.message_contact p {
	line-height: 24px;
	width: 500px;
	clear: both;
	font-size: 14px;
	float: left;
	margin-left: 50px;
}
