/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:0.8em Georgia;
	color:#333333;
	}
	
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}


	
/* ID Styles */
	
#navigation a {
	font:1em arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

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

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:1.3em georgia;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:1em georgia;
	color: #336666;
	line-height:18px;
	margin-right: 2em;
	}
	
.bodyText {
	font:1em Georgia;
	line-height:24px;
	color:#333333;
	margin-left: 2em;
	}
	
.pageName {
	font:1.4em georgia;
	color: #CC3300;
	letter-spacing:;
	line-height:2em;
	font-weight: 400;
	}

.sectionname {
	font: 1.2em georgia;
	color: #000000;
	font-style: italic;
	font-weight: 600;
	}

.subHeader {
	font:1.2em georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:0.7em arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:1em arial;
	line-height:14px;
	color:#333333;
	}
	
	
