body {
	font-family: Arial;
}

a{
outline:none;
color: #0c5a95;
}

p {
	padding: 0 0 15px 0;
}

.line {
	position: relative;
	margin: 0 0 15px 0;
	height: 1px;
	width: 100%;
	background-image: url(../../demo/images/hz_line.gif);
	background-repeat: repeat-x;
}

.clear {
	clear: both;

}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.ltblue {
	color: #b9e0f7;
}
.promored {
	color: #d60000;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 79px;
	background-image: url(../../demo/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#homelink {
	position: absolute;
	top:0;
	left: 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 900px;
	
	padding: 25px 25px 0px 30px;
}

#content_left {
	position: relative;
	padding: 16px 0 0 34px;
	float: left;
	width: 235px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	display: inline;
	
}

#content_left p {
	padding: 0 0 10px 0;
}

#button_enrollnow {
	position: relative; display: block;
	float: left;
	margin-right: 25px;
	width: 177px;
	height: 47px;
	background: transparent url(../images/button_enrollnow.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	z-index: 10;
}

#button_request {
	position: relative; display: block;
	float: left;
	margin-right: 25px;
	width: 198px;
	height: 47px;
	background: transparent url(../images/request_guide.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	z-index: 10;
}

#bottom_right {
	position: relative;
	margin: 225px 30px 15px 0;
	float: right;
	width: 525px;
	background-position: 275px 0;
	background-repeat: repeat-y;
	display: inline;
	font: 12px/16px Arial, sans-serif;
	color: #535353;
}

.ltgray {
	color: #a8a8a8;
}
.darkgray {
	font-size: 14px;
	color: #242424;
}

#bottom_right ul {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
}

#bottom_right li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0;
	background-image: url(../../demo/images/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #b5d9f3;
}

#footer_content {
	padding: 15px;
	font-size: 11px;
	line-height: 15px;
	color: #949596;
	width: 930px;
}

#footer_content a {
	color: #004398;
	text-decoration: none;
}

#footer_links {
	position: relative;
	float: left;
	width: 600px;
}

#footer_logo {
	position: relative;
	float: right;
}