/* Global Styles */

body {
	margin:0px;
	background-attachment:fixed;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
navigation {
	border-bottom:solid 4px;
	border-bottom-color:#FF0000;
	}	
	
p {
	text-align:justify;
	}	
	
td {
	font:11px times new roman, times, serif;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a img {
	border:0px;
	}	
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
ul {
	font-style: italic;
	line-height:normal;
	}
	
img {
	padding:5px;
	}
	
h1	{
	font:16px times new roman, times, serif;
	color: #CC3300;
	letter-spacing:.2em;
	font-weight:normal;
	text-decoration:none;
	
	}
	
/* ID Styles */
	
#navigation a {
	font:14px times new roman, times, serif;
	color: #990000;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #000000
	text-decoration:underline;
	font:14px times new roman, times, serif;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px times new roman, times, serif;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:30px times new roman, times, serif;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:16px times new roman, times, serif;
	color: #CC0033;
	line-height:18px;
	}
	
.bodyText {
	font:16px times new roman, times, serif;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px times new roman, times, serif;
	color: #000000;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px old english text mt, times new roman, times, serif;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:14px "Times New Roman", Times, serif;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:12px times new roman, times, serif;
	line-height:14px;
	color:#333333;
	}
	

	
