@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtrHdr #container {
	width: 708px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999966;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #993300;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-bottom: 7px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #999966;
}
.oneColFixCtrHdr #footer {
	background:#FFFFCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #330000;
}
.maintext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.imgleft {
	padding: 10px;
	float: left;
}
.imgright {
	float: right;
	padding-left: 15px;
}
.hometext {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 20px;
}
.copyrightline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
}
.footertextlilnk:link {
	color: #FFCC66;
}
.footertextlilnk:visited {
	color: #FFCC66;
}
.footertextlilnk:hover {
	color: #330000;
	text-decoration: underline;
}
.footertextLarger {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC;
}
.footertextitalic {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #FFFFCC;
}
.menulinks {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
}
.menulinks:link {
	color: #FFFFCC;
}
.menulinks:visited {
	color: #FFFFCC;
}
.menulinks:hover {
	color: #FFCC66;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}
a:active {
	text-decoration: none;
}
.tooltitles {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #330000;
}
