html,body
{
	margin:			0px;
	background-color:	#faed9b;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#000;
	width:			100%;
}

#container
{
	margin-top:		10px;
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#f0d236;
	border:			1px solid #000;
	overflow:		auto;
	margin-bottom:		10px;
}

#content_container
{
	margin-top:		10px;
	width:			900px;
	margin-left:		0px;
	background-color:	#f0d236;
	border:			1px solid #000;
}

#header
{
	width:			900px;
	height:			148px;
	max-height:		148px;
	margin:			0px;
	background-image:	url("header.jpg");
	background-repeat:	no-repeat;
}

#content
{
	width:			610px;
	margin-left:		280px;
	margin-right:		auto;
}

#home_content
{
	width:			880px;
	margin-left:		10px;
	margin-right:		auto;
	margin-bottom:		20px;
}

#footer
{
	clear:			both;
	width:			100%;
	height:			25px;
	max-height:		25px;
	margin:			0px;
	background-image:	url("bg_footer.png");
	background-repeat:	no-repeat;
}

#navigation
{
	padding-top:		115px;
	text-align:		center;
	color:			#f4e582;
}

.navigation_link:link, .navigation_link:visited
{
	font-size:		15px;
	color:			#f4e582;
	text-decoration:	none;
	font-weight:		bold;
}

.navigation_link:hover
{
	color:			#efefef;
}

div.row
{
	clear: 			both;
	padding-top: 		5px;
	padding-bottom:		5px;
	border-top:		1px solid #faed9b;
}

div.row span.label
{
	float: 			left;
	width: 			90px;
	text-align: 		left;
	color:			#000;
}

div.row span.field
{
	float:			right;
	width:			620px;
	margin-bottom:		5px;
	font-style:		italic;
	text-align:		left;
} 

#newsletter_form
{
	margin-top:		30px;
	margin-bottom:		30px;
}

#result_box
{
	width:			100%;
	border:			1px solid #ffe15e;
	background-color:	#debb2b;
	font-weight:		bold;
	min-height:		25px;
	text-align:		center;
	color:			#f4e582;
	margin-bottom:		10px;
	font-size:		16px;
	padding-top:		5px;
}

#result_box ul
{
	text-align:		left;
}

#certs
{
	float:			right;
	margin-top:		20px;
}

#course_data
{
	float:			left;
	margin-left:		10px;
	width:			250px;
	font-size:		10px;
	padding-bottom:		10px;
}

#course_data table
{
	width:			258px;
	margin-top:		-10px;
}

#course_data th
{
	text-align:		left;
	font-size:		11px;
	border-bottom:		2px solid #000;
	background-color:	#f4e582;
	padding:		2px;
	padding-left:		5px;
}

#course_data a:link, #course_data a:visited
{
	color:			#000;
}

#course_data a:hover
{
	color:			#000;
}

#course_data td
{
	border-bottom:		1px solid #000;
	font-size:		10px;
	padding:		2px;
	padding-left:		5px;
}

#no_courses
{
	font-style:		italic;
	text-align:		center;
	font-size:		12px;
}

.course_date
{
	width:			258px;
}

.intranet_header
{
	background-color:	#debb2b;
	color:			#f4e582;
	border:			1px solid #ffe15e;
	width:			100%;
	padding:		2px;
	padding-left:		5px;
}

#content_column_left
{
	float:			left;
	width:			190px;
	margin-top:		-13px;
	margin-bottom:		10px;
}

#content_column_right
{
	float:			right;
	width:			190px;
	margin-right:		10px;
	margin-top:		-13px;
	margin-bottom:		10px;
}

#content_column_middle
{
	margin-left:		205px;
	width:			190px;
	margin-bottom:		10px;
}

.intranet_content
{
	font-size:		12px;
	border:			1px solid #ffe15e;
	width:			197px;
	margin-top:		-15px;
}

.intranet_content ul
{
	margin-top:		5px;
	margin-left:		-20px;
	list-style:		square;
}

.intranet_content a:link, .intranet_content a:visited
{
	color:			#000;
	text-decoration:	none;
}

.intranet_content a:hover
{
	color:			#fff;
}

#footer_navigation
{
	padding-top:		7px;
	padding-left:		10px;
}

.nav_link_footer:link, .nav_link_footer:visited
{
	color:			#000;
}

.nav_link_footer:hover
{
	color:			#000;
}

div.row_cd
{
	clear: 			right;
	padding-top: 		5px;
	padding-bottom:		5px;
	border-top:		1px solid #faed9b;
}

div.row_cd span.label
{
	float: 			left;
	width: 			170px;
	text-align: 		left;
	color:			#000;
	padding-left:		5px;
}

div.row_cd span.field
{
	float:			right;
	width:			410px;
	margin-bottom:		5px;
	font-style:		italic;
	text-align:		left;
} 

#course_data_failure
{
	color:			red;
	font-weight:		bold;
	text-align:		center;
	margin-bottom:		12px;
	margin-top:		10px;
	border-top:		1px solid red;
	border-bottom:		1px solid red;
	padding:		5px;
}

#course_data_failure ul
{
	text-align:		left;
}

#course_data_success
{
	color:			green;
	font-weight:		bold;
	text-align:		center;
	margin-bottom:		12px;
	margin-top:		10px;
	border-top:		1px solid green;
	border-bottom:		1px solid green;
	padding:		5px;
}

.banner_header
{
	border:			0px;
}

#banners_header
{
	width:			100%;
	text-align:		center;
	margin-top:		10px;
}

.captcha
{
        display:                inline-block;
        height:                 auto;
        padding-top:            0px;
}

