*{margin: 0 auto;}
body {
	margin: 10px auto 0 auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	padding: 10px 0;
	font: 12px normal arial, helvetica, sans-serif;
	line-height: 1.5;
}

a {
text-decoration: none;
color: #1658ff;
}

a:hover {
text-decoration: underline;
color: #01206c;
}

h2 {
font-size: 21px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}

h3 {
margin-top: 20px;
font-size: 16px;
font-weight: bold;
text-align: center;
}

img {
border: 0;
}

#content {
	padding: 20px;
	float: left;
	width: 587px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#headergfx {
	height: 150px;
	width: 900px;
}

/*begin menu*/

.rounded_10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.rounded_5, ul.rounded_5 li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#links {
	width: 900px;
	height: 35px;
	margin: 10px auto;
	padding: 10px 0;
	background: #214a80;
}

#links ul {
	position: relative;
	top: 10px;
	text-align: center;
	list-style: none;
}

#links ul li {
	display: inline;
}

#links ul li a {
	/*padding: 10px 22px;*/
	background-color: #ffffff;
	padding: 10px 20px;
	background: #fff;
	margin: 0 3px;
	color: #0e305d;
}

#links li a:hover {
	background-color: #0e305d;
	color: #ffffff;
	text-decoration: none;
}

#maincontainer {
width: 900px;
}

#left {
width: 270px;
/* height: 800px; */
border: 1px solid #999999;
float: left;
}

#left p {
margin: 20px;
/*padding: 20px;*/
}

#right p {
margin: 0 20px;
padding: 0px;
font-size: 14px;
line-height: 1.5;
}

#right {
/*
height: 780px;
*/
width: 627px;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
float: right;
padding-top: 20px;

/*text-align: center;*/
}

#right img {
margin-bottom: 40px;
}

#welcome {
	padding: 0 20px;
}

.ref {
	padding: 0 100px;
}
.footer {
height: 21px;
width: 880px;
padding: 10px;
background-image:url(images/footerlines.png);
text-align: center;
border: 1px dashed #999999;
text-align: center;
}

.footer a {
padding: 10px 30px;
font-size: 18px;
}

.footer a:hover {
color: #FFFFFF;
background-color: #999999;
}

.menu {
margin-top: 10px;
margin-bottom: 10px;
}


#question_container ol {
	margin: 0 0 50px 30px;
}
#question_container ol li {
	padding: 0 0 5px 0;
}	
#answer_container ol {
	margin: 0 0 0 30px;
}
	#answer_container ol li {
		padding-bottom: 5px;
		font-weight: bold;
		font-style: italic;
	}

	#answer_container .faq_answer {
		margin-bottom: 25px;
		line-height: 1.5;
	}



/*end menu*/
.promo_container {
	margin:20px;

	}
.promo_icon {
	float: left;
	width: 35px;
}
.promo_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;

}
.promo_info {
	font-size: 12px;
	letter-spacing: .1px;
}
.clear {
clear: both;

}

.course_register_button {
	margin: 20px auto;
	width: 300px;
	color: #fff;
	background: #214a80;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #1C3D69;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

.course_register_button a {
	color: #fff;
	text-shadow: #1C3D69 -1px -1px 0;
}
	
.course_price {
	font-family: georgia, times, serif;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 5px 0 10px 0;
	background: #eee;
	width: 100px;
}

table.reg-log-list {
	margin: 20px 0 40px 0;
	list-style: none;
}
	table.reg-log-list td {
		margin-right: 20px;
	}
	table.reg-log-list td.course {
		width: 200px;
	}
	table.reg-log-list td.price {
		width: 100px;
	}
	table.reg-log-list td.course, table.reg-log-list td.price {
		font: normal 24px "times new roman", times, serif;
	}
	table.reg-log-list td.price a {
		color: #1C3D69;
		text-decoration: none;
	}
	table.reg-log-list td.button {
		background: #214a80;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #1C3D69;
	}
	table.reg-log-list td.button a {
		text-decoration: none;
		color: #fff;
		text-shadow: #1C3D69 -1px -1px 0px;
	}