/* Global Styles */

{
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	background-color: #44596E;
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	background-color: #000000;
}

body {
	margin:0px;
	}

td {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
a {
	color: 009900;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover {
	color: #FFFFFF;
	}
	
/* ID Styles */

#navigation a {
	font:1em Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:1.2em;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	background: #FF6600;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.logo {
	color: #FFFFFF;
	letter-spacing:0.15em;
	line-height:1.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	}
	
.tagline {
	color: #D3DCE6;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	}
	
.bodyText {
	line-height:20px;
	color:#000000;
	letter-spacing:0.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	color: #CC9900;
	letter-spacing:0.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	}
	
.subHeader {
	color: #CCCCCC;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
	
.navText {
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFBA00;
	letter-spacing:.1em;
	line-height:18px;
	}
	
