/* Global Styles */

body {
	margin:0;
	}
	
td	{
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #003399;
	text-decoration:underline;
	}
	
a:hover {
	color: #E35B0F;
	text-decoration:none;
	}
	
/* ID Styles */

.cssOver{background:#fceee1;}
.cssOut{background:#94311e;}

#navigation a {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.2em;
	}
	
#navigation a:hover {
	color: #F9DD0F;
	}

/* Calendar Styles */

#calendar td {
	border: 2px solid #003399; 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color:#F9DD0F;
	}
	
#weekdays th {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#003399;
	letter-spacing:.1em;
	}
	
/* Class Styles */

.logo {
	font: bold 22px Times New Roman, Times, serif;
	color: #F9DD0F;
	letter-spacing:.2em;
	line-height:26px;
	}
	
.bodyText {
	font:11px Trebuchet MS, Lucida Grande, arial, verdana, helvetica;
	line-height:22px;
	color:#333333;
	letter-spacing:.1em;
	}
	
.sidebar {
	font: 20px Times New Roman, Times, serif;
	color: #E35B0F;
	line-height:24px;
	}

.header {
	font: 20px Times New Roman, Times, serif;
	color: #E35B0F;
	line-height:24px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:11px Arial, Helvetica, sans-serif;
	color: #3366cc;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
	
.navText a{
	text-decoration:none; 
}	
.navText a:hover{
	text-decoration:none;
	background-color: #fceee1;
	padding: 8px;
	font-weight:bold;
	color: #402000;
}	

.navText {
	font:12pt Trebuchet MS, Lucida Grande, arial, verdana, helvetica;
	color: #FFFFFF;
	line-height:30px;
	letter-spacing:.08em;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.1em;
	}
	
