html, body { height: 100%; }

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	
}

img {
	border: 0;
	}
	
/* LAYOUT */

#container {

	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
	
	}
	
#header {

	width: 900px;
	height: 198px;
	margin: 0 auto;
	background: #ccc;
	padding: 10px 0 0 0;
	}
	
#home-link {
	float: left;
}

#top-nav {
	text-align: right;
	width: 360px;
	height: 20px;
	color: #fff;
	float: right;
	margin-right: 10px;
	}
	
#left_col {
	width: 185px;
	height: 100%;
	float: left;
	background: #202020;
}

#left_col #nav_bottom {
bottom: -10px;
position: relative;
}


#left_col p {
	padding-left: 15px;
	color: #fff;
	}
	

#middle_col {
	width: 505px;
	float: left;
	padding: 10px 10px 10px 20px;

}

#enrol_middle_col {
	width: 685px;
	_width: 675px;
	float: left;
	padding: 30px 10px 10px 10px;

}

#right_col {
	width: 160px;
	float: right;
	padding: 10px;
	text-align: center;

}

#right_col #course_box {
	padding: 1px 8px 1px 8px;
	width: 140px;
	background-color: #efefef;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	}
	
#right_col #course_box #course_groups {
	padding: 1px 8px 1px 8px;
	width: 124px;
	background-color: #fff;
	text-align: left;
	border: none;
	}
	

#footer {
	background-color: #d3d3d3;
	width: 100%;
	height: 15px;
	float: left;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	
	}
	
#termsandcond {

	padding: 8px;
	width: 480px;
	height: 160px;
	overflow-y: scroll;
	background-color: #efefef;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	}
	
#course_popup {
	width: 505px;
	padding: 10px;
	}
	
/* TEXT STYLES */

p { padding: 0.6em 0 0.6em 0; margin: 0; }

.header{
	color: #ffb400;
	font-size: 23px;
	line-height: normal;
	font-weight: bold;
	}
	
.small_header {
	color: #ffb400;
	font-weight: bold;
	}
		
.sub_heading {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	}
	
.required_field {
	color: #FF0000;
	font-weight: bold;
	}
	
.red_text {
	color: #FF0000;
	font-weight: bold;
	}

/* LINK STYLES */
	
a:link, a:visited {
	color: #ffb400;
	text-decoration: underline;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#left_col a:link, #left_col a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#left_col a:hover {
	color: #999999;
	text-decoration: none;
	}
	
#left_col .small_header a:link, #left_col .small_header a:visited {
	color: #ffb400;
	text-decoration: none;
	}
	
#left_col .small_header a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
#top-nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}	
	
#top-nav a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}	
	
#form_heading {
	width: 100%;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 5px;
	}
	
.strikeout {
	text-decoration: line-through;
	}
	