/* Global Styles */

body {
	margin:0px;
	}

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

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

#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;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:24px times new roman;
	/* color: #0E177C; */
	color: #003333;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:13px times new roman;
	/* color: #CC3300; */
	color: #663300;
	letter-spacing:.2em;
	}

.smallText {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color: #CC0000;*/
	color: #663300;
	line-height:20px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:34px;
	}
.bkg {
	background-color: #006633;
}
	
.bodyText {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	font-size: 12px;
	}
	
.pageName {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	color: #CC3300;*/
	color: #663300;
	letter-spacing:.1em;
	font-size: 20px;
	line-height: 26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
.bkclr3 {
	background-color: #006600;
}
.bkclr2 {
	background-color: #003333;
}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.bkclr1 {
	color: #CC3333;
	background-color: #99CC99;
}
.bodyTextSmall {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333333;
	line-height:16px;
	font-size: 9px;
}

