a		{ 
	color: #0000FF; 
	text-decoration: underline 
}

a:hover   { 
	color: #FF0000; 
	text-decoration: underline 
}

body    {
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	font-size: 12px;
}

.borderRight {
	border-right: 2px solid #000000;
}
.bottomBorder {
	border-bottom: 1px solid #000000;
	padding: 4px 0px 2px 0px;
}
#content {
	background-color: #fff;
	color: #000;
}
#contentArea{
	padding: 4px 4px 4px 4px;
}
#courses{
	font-size: 11px;	
	background-color: #B7AB82;
	padding: 4px 4px 4px 4px;
}
#rightColumn{
	width: 285px;
	float: right;	
	padding: 4px 4px 4px 4px;
}
#courseTable{
	border: solid 1px #000;
	border-bottom: solid 0px #000;
	width: 285px;
}
#courseTable td{
	border-bottom: solid 1px #000;
	font-size: 11px;
	background-color: #99CC00;
	padding: 0px 4px 2px 4px;
}
#courseTable a{
	color: #000;
	text-decoration: none;
}
#courseTable a:hover{
	color: #000;
	text-decoration: underline;
}
#footer{
	padding: 3;
	text-align: right;
	border-color: #000;
	color: #fff;
}
#footer a{
	color: #fff;
}
h1{
	padding: 0;
	margin-bottom: -10px;
	font-size: 18px;
	display: inline; 
}
h3{
	padding: 0;
	margin-bottom: -10px;
	font-size: 14px;
	display: inline; 
}
.newsTitle{
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	background-color: #666666;
	border-top: solid #000 1px;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
}
.newsContent{
	padding: 4px 4px 4px 4px;
	background-color: #CCCCCC;
	border: solid #000 1px;

}
.registrationLink{
	font-style: italic;
	font-weight: bold;
}
.scheduleTable{
	border: solid 1px #000;
	border-bottom: solid 0px #000;
	margin: 0px 2px 0px 2px;
	background-color: #E5E5E5;
	font-size: 13px;
}
.scheduleTable td{
	border-bottom: solid 1px #000;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
}

.scheduleContent{
	background-color: #E5E5E5;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

.scheduleTitle{
	color: #FFFFFF;
	background-color: #666666;
	font-size: larger;
}
td {
	font-size: 12px;
}

.title{
	border-bottom: 2px solid black;
	width: 800px;
	padding: 0px 0px 2px 0px;
}
ul{
	margin-top: -2px;
}
#header {
	position: relative;
	width: 800px;
	height: 2.5em;
	width: 57.5em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 57.5em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	 /*width: 14%; */
	display: block;
	float: left;
	padding: 4px 14px 4px 14px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#header ul#primary a.current {
	border-left: none;
	border-bottom: none;
	background: #fff;
	padding: 4px 14px 5px 14px;
	margin-top: 0;
	color: #000;
}
#header ul#primary a {
	background: #99CC00;
	border: 1px solid #AAA;
	border-bottom: none;
	margin-bottom: 1px;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #fff;
	padding-bottom: 5px;
	color: #000;
}
form{
	margin:0;
	}