@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #D9D1BC;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background-color: #FFFFFF;
	background-image: url(images/beige-space.jpg);
}
.oneColFixCtrHdr #footer {
	background-color: #D9D1BC;
	background-image: url(images/footer.jpg);
	height: 50px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #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 */
	font-size: 10px;
}
.oneColFixCtrHdr #photo-under {
	background-image: url(images/photo-under.jpg);
	height: 35px;
	width: 800px;
}
.oneColFixCtrHdr #body {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #3D3532;
	font-size: 12px;
	font-family: Tahoma;
}
.oneColFixCtrHdr #leftbeige {
	background-color: #E4DFD1;
	padding: 5px;
	font-size: 11px;
	font-family: Tahoma;
	margin-right: 10px;
	border: 1px dashed #817870;
}

.h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #862627;
}

.oneColFixCtrHdr #line {
	font-size: 13px;
	font-weight: bold;
	color: #862627;
	padding: 5px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #3D3532;
	border-right-color: #3D3532;
	border-bottom-color: #3D3532;
	border-left-color: #3D3532;
	text-transform: uppercase;
}
.bodytext {
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #redsq {
	font-family: Tahoma;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px none #FFFFFF;
	background-image: url(images/bk-photo.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
A:link.color2 {
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #359936;
	border-right-color: #359936;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 9px;
	font-family: Tahoma;
}
A:hover.color2 {
	color: #FFFFFF;
	text-decoration: blink;
	background-color: #862627;
	font-weight: 400;
	line-height: 15px;
	padding: 0px;
	font-size: 10px;
}
A:active.color2 {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 11px;
	border: 0px none #359936;
}
A:visited.color2 {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 11px;
	border: 0px none #359936;

