body {
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a, a:link, a:active, a:visited, a:hover, a:focus {
	text-decoration: underline;
	color: #000;
	padding: 0px;
	margin: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 190%;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	font-weight: normal;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

#page_container {
	color: #000;
	margin: 0px auto;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	width: 770px;
	position: relative;
	background: #fff url(images/background.gif) center repeat-y;
}
#wrapper {
	width: 760px;
	margin-left: 5px;
}


/* ------------------- header ------------------- */
#header {
}
/* ------------------- header ------------------- */


/* ------------------- navigation ------------------- */

/* ------------------- navigation ------------------- */


/* ------------------- front page content ------------------- */

/* ------------------- front page content ------------------- */


/* ------------------- content ------------------- */
#content {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#courses h1 {
	text-align: center;
	margin-bottom: 10px;
}
.course {
	width: 700px;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #ddddb6;
}
#information {
	padding: 10px 10px 20px 10px;
}
#information ul {
	margin-top: 0;
}
#information ol {
	margin-top: 0;
}
#information table th {
	padding: 3px;
	background-color: #ababab;
}

.errorText {
	color: #f00;
	font-weight: bold;
}
.blueText {
    color: #cc0000;
    font-weight: bold;
}
.redText {
	color: #cc0000;
	font-weight: bold;
}
/* ------------------- content ------------------- */


/* ------------------- footer ------------------- */
#footer {
	background: #1b576e;
	color: #fff;
	clear: both;
	border: 0px solid #000;
	padding: 0 0 5px 0;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited, 
#footer a:hover, #footer a:focus {
	color: #fff;
}
/* ------------------- footer ------------------- */

