@charset "UTF-8";
body {
	background-color: #14285F;
	margin: 0px;
}
.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FF9900;
}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	text-decoration:underline;
	}
	
a:hover {
	color: #00FFFF;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:14px;
	display:block;
	padding:6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-position: center center;
	color: #00CCFF;
	border: 0em solid rgb(20,40,95);
	text-align: center;
	}
	
#navigation a:hover {
	color:#F0FFFF;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}
#tagline {
	color: #CC3300;
	line-height:16px;
	font-family: georgia;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.3em;
	}

/* Class Styles */

.bodyText {
	color:#D9F9FF;
	line-height:18px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.pageTitle{
	color: #CC3300;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.1em;
	}
.PageHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
}
.TableHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #D9F9FF;
	text-align: center;
}
.Morning {
	color: #FFD5C0;
	text-align: center;
}
.Evening {
	color: #5494FF;
	text-align: center;
}
.HDHM {
	color: #8FCC98;
	text-align: center;
}
.lPaddedText {
	padding-left: 5px;
}
.rPaddedText {
	padding-right: 5px;
}
