.redText {color: #FF0000; font-size: 18px; }

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 1024px;
	margin-right: 20px;
	margin-left: 20px;
	/* border: 4px solid #990000; */
}
#header {
	background-color: #000080;
}
#header #logo {
}

#header #nav {
	background-color: #ff0000;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	height: 21px;
	padding-top: 10px;
}
#header #nav ul {
	display: inline;
}

#header #nav ul li {
	display: inline;
}

#header #nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px 5px;
}

#header #nav a:hover {background-color: #6600FF; text-decoration: none;}

.navSelected { 	background-color: #000080; }

.about1 {
	font-size: 14px;
	color: #FFFFFF;
}
.about2 {color: #FFFFFF}

.calendar {
	background-color: #fff3c6;
	width: 80%;
	height: 600px;
}
.calendarBack1 {
	background-color: #ffea93;
}
.calendar td {
	width: 12%;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.calendar th {
	width: 12%;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	font-size: 14px;
	/* border: 2px solid #33FF00; */
}

#mainContent h1 { font-size: 18pt; font-weight: bold; }
#mainContent h2 { font-size: 14pt; }

#footer {
	margin-top: 30px;
	float: left;
	width: 100%;
	border: 2px solid #FF6666; 
}


#newsDiv {
	float: left;
	border: 1px solid #FFEA93;
	width: 20%;
	overflow: auto;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
}

#newsDiv h1 {
	color: #CC6666;
	margin-bottom: 0px;
}

#newsDiv h2 {
	color: #CC6666;
	margin-bottom: 0px;
}

.newsContent {
	display: block;
	border: none;
	font-size: 12px;
	float: left;
}

#newsDiv #nav2 {
	width: 130px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}

.msg {
	margin-left: 25px;
	background: #FFF3C6;
	overflow: hidden;
	float: left;
	width: 75%;
	padding-left: 5px;
}

.msg p {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
#whdmcllogo {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#items {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	clear: left;
}
.tableBack {
	background-color: #FFF3C6;
}
.whiteText {
	color: #FFFFFF;
}

