/* Global Styles */

body {
	margin:0px;
	background-color: #1b1b1b;
	}
	
td {
	font:12px arial;
	color:#333333;
	padding-right: 8px;
	padding-top: 1px;
	}
	
a {
	color: #2B5776;
	text-decoration:none;
	font-weight:bold;
	}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	
a:hover {
	color: #CC0000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #2B5776;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #CC0000;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:0.2em;
	position: fixed;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px bookman old style;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px arial;
	color: #CCCCCC;
	line-height:18px;
	font-weight: bold;
	}
	
.bodyText {
	line-height:20px;
	color:#333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName {
	font:28px georgia;
	color: #990000;
	letter-spacing:0.1em;
	line-height:26px;
	border-bottom-color: #FFFFFF;
	}
	
.subHeader {
	font:14px georgia;
	color: #01113D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	text-align: left;
	
	}
	
.calendarText {
	line-height:normal;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	}

	
.legal {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;

}

.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1D346A;
	font-style: italic;
	opacity: 70%;
	border-bottom-color: #000066;
	border-bottom-style: groove;
	border-bottom-width: thick;
	font-weight: bold;
}
	

