/* Global Styles */

body {
	margin:0px;
	}

td {
	font:12px arial;
	color:#333333;
	}
	
a {
	color: #333399;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #333399;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:10px 5px 10px 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:18px arial;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px arial;
	color: #CC3300;
	letter-spacing:.2em;
	}
	
.smallTextPage {
	font:12px arial;
	color: #333300;
	line-height:18px;
	}	

.smallText {
	font:12px arial;
	color: #666600;
	line-height:18px;
	}
	
.smallText a:{
	font:12px arial
	color: #666600;
	line-height:18px;
	}	
	
.smallText a:hover{
	font:12px arial;
	color: #666600;
	line-height:18px;
	font-weight:bold;
	text-decoration:underline;
	}	

.smallHeaderBlue {
	font:14px arial;
	color: ##333399;
	line-height:18px;
	font-weight:bold;
	}

.pageHeader {
	font:30px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px arial;
	color:#333333;
	line-height:24px;
	}
	
	.bodyTexthome {
	font:13px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #666600;
	letter-spacing:.1em;
	line-height:26px;
	font-weight:bold;
	}
	
.subHeader {
	font:14px arial;
	color: #666600;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

h2{
	font:14px arial;
	color: #000000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}


	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
/*Top Utility Text*/	
	
#utility a {
	font:11px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#utility a:hover {
	color: #ffffff;
	text-decoration:underline;
	}

.UtilityText {
	font:11px arial;
	color: #ffffff;
	letter-spacing:.1em;
	}			
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#ffffff;
	}
	
	.calendarBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	padding: 8px;
	border: 2px solid #333399;
}
.calendarBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: #a9becf;
	padding: 3px;
	border: 1px solid #333333;
	
}
.calendarCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #333333;
	font-weight: normal;
}
.calendarCell a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399;
	text-decoration: none;
}

.calendarCellCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A9becf;
	padding: 3px;
	border: 1px solid #000000;
	font-weight: bold;
}

.calendarLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	font-weight: normal;
	text-decoration: underline;
}