/* Global Styles */

body {
	margin:20px;
	background-color: #DDDDDD;
	}
	
td {
	color:#333333;
	font-family: arial;
	font-size: 14px;
	}
	
a {
	color: #003366;
	text-decoration:none;
	
	}
	
a:hover {
	color: #999999;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	color: #006699;
	text-decoration:none;
	letter-spacing:normal;
	font-family: arial;
	font-size: 10px;
	text-transform: none;
	}
	
#navigation a:hover {
	color: #cccccc;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays a {
	font: Verdana;
	font-size: 12px;
	color: #333333;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding: 10px 20px 15px 10px;
	}
	
#weekdays a:hover {
	background: #999999;
	color: #ffffff;

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:0.1em;
	font-weight:bolder;
	font-family: "times new roman";
	font-size: 24px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	background: #ffff66;
	}
	
.bodyText {
	font:15px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	color: #996600;
	letter-spacing:.1em;
	line-height:26px;
	font-family: "Maiandra GD";
	font-size: 20px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px  Arial, Helvetica, sans-serif;
	color: #333300;
	letter-spacing:normal;
	font-weight:bold;
	}
	
.calendarText {
	line-height:normal;
	color:#333333;
	font-family: arial;
	font-size: 18px;
	}
	
	
