/* Global Styles */

body {
	margin:0;
	}

td 	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #A45745;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #C78677;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #F7E8D5;
	letter-spacing:.1em;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding: 8px 14px;
	border-bottom: 2px solid #4C3C26;
	}
	
#navigation a:hover {
	color:#ffffff;
	border-bottom: 2px solid #F7E8D5;
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid #4C3C26; 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #A45745;
	}
	
#weekdays th {
	background: #A45745;
	color:#ffffff;
	}
	
/* Class Styles */

.logo {
	font:18px Georgia, Times New Roman, Times, serif;
	color: #4C3C26;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #A45745;
	letter-spacing:.5em;
	line-height:14px;
	}
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	}
	
.pageName {
	font:18px Georgia, Times New Roman, Times, serif;
	color: #4C3C26;
	letter-spacing:.3em;
	line-height:24px;
	}
	
.subHeader {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #A45745;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #F7E8D5;
	letter-spacing:.1em;
	line-height:14px;
	}

.calendarText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing:.1em;
	}
	
