@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	}

.outerTable {
	border-top-color: #306887;
	border-right-color: #306887;
	border-bottom-color: #306887;
	border-left-color: #306887;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-color: #ffffee;
}
	
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	text-decoration:none;
	background:#54a7d6;
	padding-left: 1px;
}

.mainMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration:none;
	background:#54a7d6;
	padding-left: 1px;
}

.mainMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration:none;	
	background:#deebf2;
	padding-left: 1px;
}

.pageSubheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	font-weight: normal;	
}

.bottomNav a:visited {
	background-color:; color:#006699;
}
.bottomNav a:hover {
	color:#000000;
}

#dateStyle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
	