body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	line-height: 20px; 
	color: #000000;
	background-image: url(images/bg_notes.jpg);
	background-repeat: repeat;
	margin: 0px;
}  

a { color: #009900 }
a:link {color: #009900; }
a:visited {color: #009900; }
a:active {color: #000000; }
a:hover {color: #000000; }

.header { 
	font-size: 50px;  
	line-height: 55px; 
	color: #0000FF;
}

.subheader { 
	font-size: 35px;  
	line-height: 40px; 
	color: #0000FF
}

.filler {
	height: 120px;
}

.menu {
	width: 990px;
	height: 40px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	font-size: 20px; 
	line-height: 40px; 
	color: #FFFFFF;
	padding-left: 10px;
}
.menu a:link {color: #FFFFFF; text-decoration:none}
.menu a:visited {color: #FFFFFF; text-decoration:none}
.menu a:active {color: #FFFF66; text-decoration:none}
.menu a:hover {color: #FFFF66; text-decoration:none}

.content {
	width: 1000px;
	background-color: #FFFFFF;
}

.content_center {
	width: 980px;
	margin: 10px;
}

.content_left {
	width: 730px;
	float: left;
	margin: 10px;
}

.content_right {
	float: left;
}

.content_right_box {
	width: 236px;
	background-color: #EEE2D4;
	border-color: #FF9900;
	border-style: solid;
	border-width: 2px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_right_header {
	width: 236px;
	background-image: url(images/bg_schedule.jpg);
	background-repeat: repeat-x;
	font-size: 18px;  
	line-height: 20px; 
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.calendar_date {
	width: 42px;
	height: 45px;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	float:left;
}	

.calendar_month {
	font-size: 12px;
	color: #FFFFFF;
}

.calendar_details {
	float: left;
}

.calendar_details_header {
	background-image: url(images/details_header.jpg);
	color: #FFFFFF;
}

.about_us_header {
	background-image: url(images/about_header.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.image {
	width: 230px;
	height: 280px;
	border-width: 4px; 
	border-style: double; 
	border-color: #CCCCCC;
}

.footer {
	width: 990px;
	height: 100px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	font-size: 12px; 
	line-height: 16px; 
	color: #FFFFFF;
	padding-left: 10px;
}

.video_header {
	background-color: #316BFA;
	color: #FFFFFF;
}

