/* Global Styles */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin:0;
padding:0;
border:0;
}

td {
	color:#333333;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	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:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:12px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #0E177C;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}

.tagline {
	color: #CC3300;
	letter-spacing:0.2em;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

.smallText {
	color: #CC3300;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.pageHeader {
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	}
	
.bodyText {
	color:#333333;
	line-height:1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	}
	
.subHeader {
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.navText {
	font:11px arial;
	color: #333300;
	letter-spacing:0.1em;
	vertical-align: middle;
	}
	
