BODY {	font-family: arial, verdana, sans-serif;
		color: #333333;
}


a:link		{ color: #000099; text-decoration: underline }

a:visited	{ color: #333399; text-decoration: underline }

a:active	{ color: #cc0000; text-decoration: none }

a:hover		{ color: #ff3333; text-decoration: none
}

.mainTitle {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-weight: bold;
	margin-top: 60px;
	font-size: 30px;
	margin-left: 200px;
}


.mainContent { 
	margin-top: 0px; 
	margin-left: 0px;
	background-color: #6495ed;
	width: 900px;
}


.mainText { 
	margin-top: 5px;
	margin-right: 60px;
	margin-left: 200px;
	font-size: 16px;
}

.mainTextNoMenu { 
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 60px;
	font-size: 14px;
}

table.calendar {  
	font-family: sans-serif;
	font-size: 14px;
	border: 3px solid black;
} 
#caption { 
	font-weight: bold; 
	font-size: 25px;
}

th {
	border-bottom: 1px dashed black; 
	font-size: 20px;
	background: #fff;
	
	}

#date { 
	width: 150px; 
	border-bottom: 1px solid black;
	background: #fff;
	text-align: center;	
} 
#west { 
	width: 350px; 
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffffcc;
} 

#hart { 
	width: 350px; 
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffcccc;
} 

#noschool { 
	width: 350px; 
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background: #ccffcc;
} 


h1 { font-size: 24pt;  
}


h2 { font-size: 20pt;
}


h3 { font-size: 16pt;
}

h4 { font-size: 12pt; }

h5 { font-size: 10pt;
     font-family: sans-serif; 
     text-align: justify;
     text-decoration: none; 
}

h6 { font-size: 8pt;
     font-family: sans-serif; 
     font-style: italic; 
}


 /* START THE CODE FOR THE MENUS */



#menulocation { LEFT: 35px; WIDTH: 145px; POSITION: absolute; TOP: 150px; padding:0px 0px; white-space:nowrap; }



.menu		{ font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  height: 15px;
		  width: 154px;
		  font-weight: bold;
		  text-indent: 5px;
		  line-height: 12pt;
		  text-align: left;
		  display: block;
		  border: #000000 1px solid; }



a.menu:link 	{ 
		  background-color:#b2b2b8;
		  text-decoration: none;
		  color: #000000; }


a.menu:visited 	{
		  background-color:#B2B2B8;
		  text-decoration: none;
		  color: #000000; }


a.menu:active 	{
		   background-color:#4A766E;
		  text-decoration: none;
		   color: #FFFFFF; }

a.menu:hover   {
		  background-color:#4A766E;
		  text-decoration: none;
		  color: #FFFFFF; }



