#page {
	background-color: #c8c8c8;
}

#page-wrap {
	margin: auto;
	width: 960px;
}

#body {
	background: url(../../_images/body_bg.gif) repeat-y scroll 0 0 #fff;
	width: 960px;
	height: auto !important;
	float: left;
	border: none;
}

#courseBody {
	background: url(../../_images/course_body_bg.gif) repeat-y scroll 0 0 #fff;
	width: 960px;
	height: auto !important;
	min-height: 640px;
	float: left;
	border: none;
}

#header {
	background: url(../../_images/header_bg.gif) no-repeat #00529b;
	width: 960px;
	height: 144px;
	float: left;
}

#courseHeader {
	background: url(../../_images/course_header_bg.gif) no-repeat #00529b;
	width: 960px;
	height: 144px;
	float: left;
}

p {
	color: #888888;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	margin: 0 0 2px 28px;
	color: #00529b;
	font-weight: bold;
	font-size: 24px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

h2 {
	color: #00529b;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

#leftColumn {
	margin: 20px 0 0 20px;
	width: 450px;
	float: left;
}

#leftColumn p {
	margin: 0 25px 12px 28px;
}

#rightColumn {
	margin: 20px 40px 0 30px;
	width: 420px;
	float: right;
}

#rightColumn p {
	margin: 0 0 12px 0;
	color: #888888;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, sans-serif;
}

#rightColumn h1 {
	margin: 0 0 20px 0;
}

#rightColumn h2 {
	margin: 20px 0 2px 0;
}

#footer {
	background: url(../../_images/footer_bg.gif) no-repeat 0 0 #fff;
	width: 960px;
	height: 40px;
	float: left;
}

#courseFooter {
	background: url(../../_images/course_footer_bg.gif) no-repeat 0 0 #fff;
	width: 960px;
	height: 40px;
	float: left;
}

#launchNow {
	width: 450px;
	height: 70px;
	background: #b9d0e4;
	margin: 20px 0;
}

#launchNow h1 {
	margin: 0 0 0 28px;
	padding-top: 10px;
}

.courseFrame {
	background: url(../../_images/course_frame.gif) no-repeat 0 0;
	width: 394px;
	height: 182px;
	float: left;
	margin: 20px 0 15px 27px;
}

h3 {
	color: #00529b;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

.courseFrame h3 {
	margin: 10px 0 8px 28px;
}

.courseFrame p.reqs {
	font-size: 10px;	
}

.launchButtonBox {
	display: block;
	position: relative;
	top: -90px;
	float: right;
	width: 169px;
	height: 89px;
}

.launchButton {
	display: block;
	margin: 0;
	background: url(../../_images/launch_button_up.jpg) #ffd700 no-repeat 0 0;
	text-align: center;
	color: #fff;
	width: 127px;
	height: 30px;
}

.launchButton a {
	display: block;
	margin: 0;
	background: url(../../_images/launch_button_up.jpg) #ffd700 no-repeat 0 0;
	text-indent: -2000px;
	color: #fff;
	width: 127px;
	height: 30px;
}

.launchButton a:hover {
	display: block;
	background: url(../../_images/launch_button_over.jpg) no-repeat 0 0;
	text-indent: -2000px;
	color: #fff;
}

.learnButton {
	display: block;
	margin: 0;
	background: url(../../_images/learn_button_up.jpg) #ffd700 no-repeat 0 0;
	text-align: center;
	color: #fff;
	width: 127px;
	height: 30px;
}

.learnButton a {
	display: block;
	margin: 0;
	background: url(../../_images/learn_button_up.jpg) #ffd700 no-repeat 0 0;
	text-indent: -2000px;
	color: #fff;
	width: 127px;
	height: 30px;
}

.learnButton a:hover {
	display: block;
	background: url(../../_images/learn_button_over.jpg) no-repeat 0 0;
	text-indent: -2000px;
	color: #fff;
}

ul {
	color: #888888;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, sans-serif;
}

a:link,
a:active,
a:visited,
a:focus {
    color: #FF7D00;
}

a:hover, a.down
{
    color: #00529b;
}

strong {
	font-weight: bold;
}

#headerText {
	color: #fff;
	width: 400px;
	float:right;
	margin: 30px 60px 0 0;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.comingSoon {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}

#headerLogo {
	width: 254px;
	height: 84px;
	float: left;
	margin: 31px 0 0 42px;
	border: none;
	
}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
	
}

