@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-image: url(../images/background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0px 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.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 #container #mainContent h1 {
	font-family: Georgia,  Times, serif;
	font-size: 18pt;
	color: #2A407C;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 135%;
	color: #333333;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #container #menu {
	background-color: #000000;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: middle;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Georgia, Times, serif;
	font-size: 11pt;


	color: #460405
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #460405;
}
.oneColFixCtrHdr #container #mainContent a {
	font-weight: bolder;
	color: #2A407C;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #460405;
}
.oneColFixCtrHdr #container #tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #343434;
	color: #969696;
	padding: 12px;
}
.oneColFixCtrHdr #container #footer a {
	color: #E0DFE3;
	text-decoration: none;
	font-weight: normal;
}
