body {
	font-family: Arial, Helvetica, sans serif;
	text-align: left;
	background: #000000;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
}
h1 {
	font-family: Arial, Helvetica, sans serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	}
h2 {
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	}
h3 {
	color: #34547d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
hr {
	height: 1px;
	border: 1px solid #272727;
	margin-bottom: -10px;
}
#front_header {
	margin: -1px 0 0 0;
	}
.content img {
	padding: 3px;
	border: #000000 solid 1px;
	float: left;
	background-color: #CCCCCC;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
.text {
	padding: 580px 20px 0 20px;
	}
.cl {
	clear: both;
	}
#header {
	width: 980px;
	margin: 0;
	}
#wrapper {
	background: #111111;
	width: 1000px;
	margin: 0 auto;
	}
#wrapper2 {
	background: #000000;
	width: 979px;
	margin: 0 auto
	}
.footer {
	width: 980px;
	font-size: 10px;
	color: #34547d;
	margin: 5px 0 0 15px;
	padding-bottom: 5px;
	}		

a.foot:link, a.foot:active, a.foot:visited {
	color: #34547d;
	text-decoration: none;
}

a.foot:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.main_content {
	width: 960px;
	min-height: 498px;
	background: #666666;
	margin: 10px;
	}
.main_content2 {
	width: 960px;
	min-height: 498px;
	background: url(../images/bg.jpg) repeat-y;
	margin: 10px;
	}
.content {
	width: 700px;
	height: auto;
	padding: 10px 10px 10px 10px;
	float: left;
	}
.content a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
.content a:hover {
	color: #34547d;
	}
.content p {
	max-width: 940px;
	}
.title {
	background: url(../images/titles/welcome.png) no-repeat;
	height: 35px;
	}
#sidebar {
	width: 215px;
	float: right;
	}
.newsbar {
	width: 215px;
	height: auto;
	margin: 5px;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
	
.newsbar p:first-line {
	color: #666666;
	font-weight: bold;
	}
.newsbar a, .coursebar2 a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-style:italic;
	}
.newsbar a:hover, .coursebar2 a:hover {
	color: #FFFFFF;
	} 	
.headline {
	font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	font-weight: bold;
	color: #34547d;
}
.course_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #34547d;
}

.leadin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: none;
}

.news_content {
	display: none;
}
.newsbar .leadin {
	display: block;
}

.content .news_content {
	display: block;
}
.coursebar, .coursebar2 {
	width: 210px;
	min-height: 498px;
	height: 100%;
	margin: 0px 5px 0 10px;
	padding: 10px 5px 5px 10px;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	}
.coursebar a {
	color: #34547d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
	.coursebar a:hover {
		color: #FFFFFF;
	}
.coursebar .leading {
	display: block;
	}
.courses {
	display: none;
	}
.content .courses {
	display: block;
	}
.content .course_headline {
	font-size: 16px;
	color: #FFFFFF;
}

.register_btn {
	background: url(../images/register_btn.png) no-repeat top;
	width: 136px;
	height: 19px;
	display: block;
	margin: 10px;
	}
	.register_btn:hover {
		background-position: bottom;
		}
.contact_btn {
	background: url(../images/contact_btn.png) no-repeat top;
	width: 213px;
	height: 37px;
	display: block;
	margin: 10px;
	float: right;
	}
	.contact_btn:hover {
		background-position: bottom;
		}

/*---------------- Calendar Styling -----------------*/
.firstbox {
	height: 125px;
	width: 1px;
	float: left;
	background: black;
}
.weekframe {
	float: left;
	height: auto;
	width: 940px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.cal_next_but {
	background: url(../images/next_cal.png) no-repeat top;
	width: 124px;
	height: 19px;
	display: block;
	float: right;
	}
	.cal_next_but:hover {
		background: url(../images/next_cal.png) no-repeat bottom;
		}
.cal_prev_but {
	background: url(../images/prev_cal.png) no-repeat top;
	width: 124px;
	height: 19px;
	display: block;
	float: left;
	}
	.cal_prev_but:hover {
		background: url(../images/prev_cal.png) no-repeat bottom;
		}
.cal_paginate {
	width: 940px;
	height: 19px;
	margin-bottom: 5px;
	}
.dayofweek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 2px;
	float: left;
	height: auto;
	width: 128px;
	border: 1px solid #000000;
}
.daybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	float: left;
	height: 120px;
	width: 128px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.schedulebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 2px;
	float: left;
	height: 120px;
	;
	width: 128px;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #999999;
}
.datenumber {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.datenumbertoday {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #34547d;
	padding: 1px;
	float: left;
	height: auto;
	width: 127px;
}
#datedetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 10px;
	height: 205px;
	width: 255px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	background-attachment: scroll;
	background-image: url(../images/layout/caldate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.datedesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.dateinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 100px;
	width: 210px;
}
.schedule_info {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.printbtn:link, a.printbtn:active, a.printbtn:visited {
	width: 60px;
	height: 18px;
	float: right;
	display: block;
	padding-top: 4px;
	padding-left: 25px;
	color: #106eab;
	font-size: 12px;
	margin-bottom: 7px; 
	text-decoration: none;
	text-align: left;
	background-image: url(../images/layout/print.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #FFFFFF;
}
a.printbtn:hover {
	border: 1px solid #C40241; 
}

span.datelink {
	color: #106eab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	display: block;
}
span.datelink:hover {
	text-decoration: underline;
	cursor: hand;
}
.exceptiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	padding: 5px;
}
.month {
	font-family: Arial, Helvetica, "sans serif";
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	float: left;
	width: 690px;
	font-weight: bold;
	height: auto;
	}
a.infolink:link, a.infolink:active, a.infolink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	display: block;
}
a.infolink:hover {
	color: #3399FF;
	text-decoration: none;
}