@charset "utf-8";
body {
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #663;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #CC9;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #container #header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #003;
}
.oneColFixCtrHdr #container #header a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #003;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer h5 {
	font-size: 90%;
}
.oneColFixCtrHdr #container #footer h6 {
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003;
	font-size: 85%;
}
.oneColFixCtrHdr #container #footer a:hover {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C90;
	font-size: 85%;
	font-style: italic;
}
.navigation {
	background-color: #CCC;
	line-height: 28px;
}
a {
	text-decoration: none;
	color: #669;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #C90;
	font-weight: normal;
	font-style: italic;
}
li {
	margin-bottom: 10px;
}
h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #003;
	line-height: 22px;
}
h2  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	color: #C90;
	line-height: 22px;
	letter-spacing: 0.25em;
	font-variant: small-caps;
}
h3  {
	font-weight: normal;
	font-size: 95%;
}
h4 {
	font-size: 85%;
	color: #000;
	font-weight: normal;
}
h5 {
	font-size: 85%;
	color: #993;
	font-weight: bold;
}
.fill {
	background-color: #366;
	margin: 10px;
	border: 3px solid #000;
	color: #FFF;
	padding: 5px;
}
.large {
	font-size: 150%;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
}
.medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}
.red {
	color: #F00;
}
.strikethrough {
	text-decoration: line-through;
}
