@charset "utf-8";
/* CSS Document */

@import "default.css";

#mainarea {
	margin:0px;
	margin-right:0px;
}

.our_courses_container {
	background:#ffffff;
}

.courses_header {
	background-image:url(/course_red_background.jpg);
	background-repeat:no-repeat;
	background-color:#a1282f;
	width:770px;
	border-left:5px solid white;
	border-right:5px solid white;
	text-align:left;
}

.header_short_desc {
	padding:10px;
	font-size:80%;
	color:white;
}
.header_summary_desc {
	padding:10px;
	padding-top:2px;
	font-size:70%;
	color:white;
}

.back_to_top {
	background-image:url(/back_top_default.gif);
}
.back_to_top a {
	color:#ffffff;
}

.leftpad {
	margin:5px;
	margin-left:24px;
	width:150px;
	text-align:left;
}

.options_container {
	margin-top:5px;
}

#options a {
	text-decoration:none;
}

#options {
	width:773px;
	overflow:auto;
	background-color:#FFFFFF;
	padding-left:2px;
	border:5px solid white;
	border-top:none;
	border-right:none;
}
#options ul {
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#options li {
	display:inline;
	text-align:left;
	padding:0px;
	margin:0px;
	margin-right:4px;
}
#options a {
	float:left;
	width:180px;
	height:3.7em;
	line-height:1.1;
	font-size:60%;
	font-weight:bold;
	border-bottom:4px solid #001e3a;
	color:#222222;
	padding-right:6px;
	margin-right:7px;
	margin-top:5px;
	background-image:url(/courses_link.jpg);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
}
#options a:hover {
	color:#888888;
}
