body {
	background-image: url(/assets/images/bg.gif);
	background-repeat: repeat;
	margin: 0;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: 0;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
}

h1 .subH1 {
	font-size: 70%;
}

h2 {
	font-size: 100%;
}

p, li, blockquote {
	font-size: 80%;
}

hr {
	color: #eee;
}

.spacer {
	height: 8px;
	font-size: 8px;
}

.clearIt {
	clear: both;
}

.darkBar {
	width: 750px;
	border: 2px solid #01594B;
	background-image: url(/assets/images/topbar-backer.gif);
	background-repeat: repeat-x;
	font-size: 2px;
	height: 8px;
}

.lightBar {
	height: 10px;
	width: 752px;
	background: #01AD94;
	border: 1px solid #01594B;
	font-size: 2px;
}

.docType {
	font-size: 75%;
}

#container {
	width: 754px;
	border: 0;
	background: #fff;
}

#leftnav {
	width: 193px;
	border: 1px solid #01594B;
}

#leftnav h2 {
	background: #01594B;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-size: 100%;
}

#leftnav ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#leftnav ul li {
	padding: 5px 5px;	
	font-size: 80%;
}

#welcome {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#welcome .logout {
	font-size: 75%;
}

.contentRegion {
	border: 1px solid #01594B;
	width: 530px;
	padding: 10px;
}

.contentRegion h1 {
	font-size: 125%;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
}

.contentRegion .archive {
	text-align: right;
}

.contentRegion .activeCourses {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contentRegion .activeCourses li {
	margin: 10px 0;
}

.contentRegion .activeCourses .title {
	font-weight: bold;
}

.contentRegion .activeCourses .status {
	font-weight: bold;
}


.bullet {
list-style-image: url(/assets/images/bullet.gif);
}


#courseListing {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#courseListing li {
	margin: 10px 0;
}

#courseListing .title {
	font-weight: bold;
}

#courseListing .status {
	font-weight: bold;
}

#news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news li {
	margin: 10px 0;
}

#news li .date {
	font-weight: bold;
}

#pagination {
	text-align: right;
}

#signIn {
	width: 40%;
	float: right;
	border: 1px solid #01594B;
}

#signIn h1 {
	background: #01594B;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-size: 110%;
}

#signIn p {
	margin-left: 15px;
}

#errorMessage {
	margin: 10px;
	font-size: 80%;
	color: red;
	font-weight: bold;
}

#newUser {
	width: 55%;
	float: left;
}

#newUser h1 {
	font-size: 140%;
}

#newUser .divider {
	height: 1px;
	width: 100%;
	border-top: 1px solid #01594B;
	font-size: 1px;
}

#studentServicesMenu {
	font-size: 130%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#copyright {
	font-size: 70%;
	margin: 15px 0 0 0;
}

#usernameAvailable {
	color: #060;
	background-color: #EDFFE8;
	border: 1px solid #060;
	width: 50%;
	padding: 10px;
}

#usernameUnavailable {
	color: red;
	background-color: #FFF0F0;
	border: 1px solid red;
	width: 50%;
	padding: 10px;
}
