﻿@charset "utf-8";
/* CSS Document */

body{
	background-color: #9EA71B;
	font:normal Tahoma, arial, sans-serif; color:#000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
}

#side-a {
	float: left;
	width: 30%;
	background-color: #FFFFFF;
	padding: 10px;
}

#side-b {
	float: right;
	width: 30%;
	background-color: #FFFFFF;
	padding: 10px;
}

#content { 
	float: left;
	width: 30%;
	background-color: #FFFFFF;
	padding: 10px;
}

#footer{
	width: 100%;
	height: 25px;
	background-color: #9EA71B;
	font-size: 9px;
	clear: both;
}

#footerLeft{
	float: left;
	text-align: left;
	margin-top: 10px;
}

#footerRight{
	float: right;
	text-align: right;
	margin-top: 10px;
}

#footerRight a, #footerRight a:visited{
	color: #000;
	text-decoration: none;
}

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

#showSchedule{

	color: #CB3251;

	border: 3px solid #CB3251;

	padding: 10px;

	width: 185px;

	margin-left: 1px;
	
	font-family:"Century Gothic";
}



.scheduleTextFancy, .scheduleTextReg{

	color: #CB3251; 

	font-size: 18px; 

	text-align: center;
	
	font-family:"Century Gothic";

}



.scheduleTextLarge{

	padding-top: 10px;

	color: #CB3251; 

	font-size: 24px; 

	text-align: center;

	font-family:"Century Gothic";
}
