@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: compact;
}
#linktable {
}


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #154AA0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FFD866;
}
a:active {
	text-decoration: none;
	color: #FFE493;
}
h1 {
	font-size: 24px;
}
table.menu
{
	font-size:10pt;
	position:absolute;
	visibility:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: auto;
	background-color: #184DA3;
}
table.menu
{
	font-size:10pt;
	position:absolute;
	visibility:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: auto;
	background-color: #184DA3;
}




h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
#navbar {
	margin-top: 0px;
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bckgrn_blue.gif);
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
	height: auto;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

.bigredtext {
	color: #990000;
	font-size: 14pt;
}
.littletext {
	font-size: 9px;
	color: #FFFFFF;
}
#divlinktable {
	height: 40px;
	width: 498px;
}
.red {color: #990000}
