/* Last updated 2/25/2024 */

body	{
	text-align: center;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 20px;
	font-family: Candara, Tahoma, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	}

p, div, span { 
	font-size: 15px;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 100%; /* 760px; */
	min-height: 475px;
	text-align: left;
	background-color: #ffffff;
/*	border-right: 2px solid #ffffff;
	border-left: 2px solid #999999; */
	}

#header {
	float: none;
	margin: 0;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 20px;
	width: 100%; /*740px; */
	text-align: left;
	min-height: 155px;
	background-color: #ffffff;
/*	border: 1px solid blue; /* temp - for sizing only */
	}

#leftContent {
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 24%; /* 200px; */
	min-height: 250px;
	min-width: 300px;
	text-align: center;
/*	border: 1px solid blue; /* temp - for sizing only */
	}

#mainContent {
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 25px;
	width: 100%; /* 760px; /* 590px; */
	min-height: 150px;
	text-align: center;
	background-color: #ffffff;
/*	border: 1px solid blue; /* temp - for sizing only */
	}

#footer {
	clear: both;
	margin: 0;
	width: 100%; /* 760px; */
	min-height: 75px;
	font-size: 9px;
	text-align: left;
	background-color: #ffffff;
/*	border-top: 5px solid #09444a; */
	}

#leftFooter {
	float: left;
	margin: 0;
	width: 300px;
	height: 50px;
	text-align: center;
	background-color: #ffffff;
	}

#rightFooter {
	float: right;
	margin: 0;
	width: 300px;
	height: 50px;
	text-align: center;
	background-color: #ffffff;
	}

#bannerBlock {
	float: right;
	width: 135px;
	min-height: 100px;
	/*background-color: #ffffe0;*/
	}
	
#advertBlock {
	float: center;
	width: 550px;
	min-height: 100px;
	/*background-color: #ffffe0;*/
	}
	
/* Menus  */
	
#mainMenu {
	margin: 0;
	padding: 0;
	}

#mainMenu ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style: none;
	width: 95%; /* 760px; */
	float: left;
	background: #af4a0f;
	}

#mainMenu ul li {
	float: left;
	}

#mainMenu ul a {
	display: block;
	float: left;
	padding: 0 1.0em;
	line-height: 1.2em;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	}
	
/* Tables */
	
table	{
	table-layout: fixed;
	border-collapse: separate;
	width: 95%; /* 680px; */
	padding-left: 0px;
	text-align: center;
/*	border: 1px solid blue; /* temp - for sizing only */

	}

tbody {
	font-family: Candara, Tahoma, Verdana;
	font-size: 18px;
	/*border-bottom: 1px solid #000;*/
	}
	
thead {
	/*border-bottom: 2px solid #000;
	padding-top: 10px;*/
	}
	
th	{
	font-size: 15px;
	text-align: center;
	}
	
/* Content area */

.pageTitle {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	}

.pageSection {
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	}

.pageText {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	color: #606062;
	}
	
.pageText ul {
	text-align: left;
	padding-left: 30px;
	}
	
/* Schedule Table */
	
.dayTable {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/* border-bottom: 2px solid #990000; */
	padding: 12px;
	}

.classTable {
	font-size: 18px;
	vertical-align: top;
	color: #606062;
	/* border-bottom: 1px solid #990000; */
	}
	

/* Banner Boxes */

.banner {
	width: 135px;
	background: #ffffe0; /* url(images/banner/bottom.gif) no-repeat left bottom; */
	/*background: url(images/banner/tile2a.gif) repeat-y;
	border: 1px solid #990000;*/
	}
	
.banner p {	
	font-size: 15px;
	font-weight: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	}

.banner h4 {
	background: url(images/banner/top.gif) no-repeat left top;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	}
	
/*.banner .last {
	background: url(images/banner/bottom2a.gif) no-repeat left bottom;
	padding-bottom: 20px;
	}
	
.banner h4, .banner p {
	padding-left: 8px;
	padding-right: 8px;
	}  */
	
.bannerTitle	{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}
	
/* .bannerContent	{
	font-size: 12px;
	font-weight: none;
	text-align: center;
	}
*/

/* Advertisement Boxes */

.advert {
	width: 550px;
	background: #ffffe0;
	/*border: 1px solid #990000;*/
	}
	
.advertTitle {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	}

.advert p {	
	font-size: 18px;
	font-weight: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	}

.advert h4 {
	/*background: url(images/banner/top.gif) no-repeat left top;*/
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	}
	
/* Footer contents */
	
.footerContent {
	padding-left: 10px;
	font-size: 11px;
	}

/* Images */
	
.img-wrapTopLeft {
	padding-right: 15px;
	padding-bottom: 15px;
	}
	
.img-wrapTopRight {
	padding-left: 15px;
	padding-bottom: 15px;
	}

	/* Links */

#mainMenu ul a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#mainMenu ul a:hover {
	color: #D2D3D5;
	text-decoration: none;
	}

a:link, a:visited {
	color: #67B4C2;
	text-decoration: none;
	}
a:hover {
	color: maroon;
	text-decoration: underline;
	}
