#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:24px georgia;
	color: #6b8d92;
	font-weight:bold;
	line-height:34px;
	letter-spacing:0.1em;
	text-align:left;
	background:#f2f2f2;
	}
	
.subHeader a {
	font:18px georgia;
	text-decoration:none;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	text-align: left;
}
		
.calendarText a {
	font:11px arial;
	line-height:14px;
	color:#333333;
	text-decoration:none;
	}
	
.calendarText a:hover {
	color:#ff9900;
	text-decoration:none;
	}
.date {
	text-align:right;
	padding-right:8px;
	font:11px Arial, Helvetica, sans-serif;}
	
#calendar_main{
	position:relative;
	top:34px;
	left:-8px;
	z-index:100;
	}
	
	
