body {
	background-color: White;
	margin: 0px;
	text-align: center;
}

td, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.banner_top {
	position: absolute; width: 1000px; left: 50%; margin-left: -500px; top: 0px;
	background-image: url(../images/banner_top_back.jpg);
	background-repeat: repeat-x;
	height: 107px;
}

.banner_left {
	position: absolute; width: 150px; height: 200px; left: 50%; margin-left: -495px; top: 117px;
	z-index: 30;
	background-image: url(../images/menu_back.jpg); background-repeat: repeat-y;
	padding-top: 3px; text-align: left; line-height: 25px;
}

.banner_left_fr {
	position: absolute; width: 150px; height: 170px; left: 50%; margin-left: -495px; top: 117px;
	z-index: 30;
	background-image: url(../images/menu_back.jpg); background-repeat: repeat-y;
	padding-top: 3px; text-align: left; line-height: 25px;
}

.banner_left_insidetext {
	position: absolute; width: 150px; left: 50%; margin-left: -495px; top: 340px;
	font-size: 10px; text-align: left; line-height: 13px;
	z-index: 10;
}

.main_window {
	position: absolute; width: 840px; left: 50%; margin-left: -340px; top: 117px;
	background-color: #DFDFDD;
	z-index: 999;
}

.main_text {
	position: relative; top: 8px; padding-left: 10px; padding-right: 10px;
	text-align: left;
}

.yellow_back {
	position: relative; left: 0px; bottom: 0px; width: 840px; height: 164px;
	background-image: url(../images/yellow_background.jpg); background-repeat: no-repeat;
	clear: both;
}
.greenline {
	position: absolute; width: 840px; left: 0px; top: 170px;
}

h3 {
	font-size: 16px;
}

a:link {
	color: Green;
	text-decoration: none; font-weight: bold;
}

a:visited {
	color: Green;
	text-decoration: none; font-weight: bold;
}

a:hover {
	color: Green;
	text-decoration: underline;
}

.menu_centre {
	text-align: center; font-size: 14px; font-weight: bold;
	line-height: 40px;
}

.course_title {
	background-color: Green;
	color: white; font-weight: bold;
}
