/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	font-weight:900;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #FFFF66;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}
	
blockquote {
	padding:5px 15px;
	background:#E9F3FF;
	margin:10px 0;
	border:1px solid #999999;
}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:bold 22px/22px "Times New Roman", Times, serif;
	color: #0E177C;
	letter-spacing:0,05;
	background-repeat: no-repeat;
	background-position: right;
	}

.tagline {
	font:bolder 13px "times new roman";
	color: #CC3300;
	letter-spacing:0.1em;
	}

.smallText {
	font:10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	}

.pageHeader {
	font:30px/38px "times new roman";
	color: #CC3300;
	letter-spacing:0.05em;
	}
	
.bodyText {
	font:11px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
