/* Global Styles */

body {
	margin:0px;
	background-image:url(assets/bkgdtile.gif)
	}
	
td {
	font:12px Helvetica;
	line-height:13px;
	color:#333300;
	}
	
a {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #666633;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px Verdana;
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	}
	
#navigation a:hover {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px Verdana;
	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:13px Helvetica;
	line-height:15px;
	color:#999999;
	}
	
.introText {
	font:12px Helvetica;
	line-height:16px;
	color:#7C8A2E;
	}

.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px Verdana;
	color: #000000;
	}
	
.calendarText {
	font:11px Verdana;
	line-height:14px;
	color:#333333;
	}
	
	
#subnavigation td {
	background-color: #ffffff;
	}
	
#subnavigation a {
	font:12px Verdana;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#subnavigation a:hover {
	font:12px Verdana;
	color: #666633;
	text-decoration:none;
	font-weight:normal;
	}
	
#subnavigation a:active {
	font:12px Verdana;
	color: #666633;
	text-decoration:none;
	font-weight:normal;
	}

.subnavText {
	font:12px Verdana;
	color: #666633;
	}
	
.smallText {
	font:10px Verdana;
	color: #000000;
	}
	
.promoText {
	font:10px Verdana;
	line-height:10px;
	color:#333300;
	font-style: italic;
	}
