/* COLOURS AND ELEMENTS FOR THE HOMEPAGE */

#topmenu li {
	background-color: #f2f1f1;
}

body {
	background-color: #e5e5e5;
}

#left {
	background-image:  url(../images/structural/dots_courses.gif);
}

#content h1 {
	color: #6b9a2d;
}

#content h1 a {
	color: #6b9a2d;
}

#content a {
	color: #6b9a2d;
	text-decoration: underline;
}

#content h3 {
	color: #6b9a2d;
}

#topmenu li {
	color: #6b9a2d;
	font-weight: bold;
}

#topmenu li a:hover {
	color: #6b9a2d;
}

#titleshell {
	background-image: url(../images/structural/frame_courses.gif);
}

#submenu {
	list-style-image: url(../images/structural/arrow_courses.gif);
}

#submenu a {
	color: #6b9a2d;
}

#titles {
	background-image: url(../images/structural/logo_courses.gif);
	background-repeat: no-repeat;
	background-position: 19px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	color: #736152;
}

#titles h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #6b9a2d;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#introduction a {
	color: #6b9a2d;
}

