@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #42100F;
	background-image: url(pagephotos/bk.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #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: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #C66;
	font-size: 14px;
	line-height: normal;
}
.oneColFixCtrHdr #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(pagephotos/toplogo.jpg);
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C96;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #966;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #966;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #menulayer p a {
	color: #963;
	font-weight: normal;
}
.oneColFixCtrHdr #container #menulayer p {
	font-weight: bold;
}

.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #C96;
	border-left-color: #C96;
	border-top-width: thin;
	background-color: #300;
	background-repeat: no-repeat;
	background-position: 480px 0px;
	color: #966;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #C96;
	border-left-color: #C96;
	border-top-width: thin;
	background-color: #300;
}
.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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #966;
}

#menulayer {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #C96;
	border-left-color: #C96;
	font-size: 11px;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: thin;
	border-left-width: 4px;
	background-color: #300;
	color: #C96;
}
.oneColFixCtrHdr #container #mainContent table tr td div strong a {
	color: #966;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #966;
}

