@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #985507;
	background-image:url(../images/Background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	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 #ContainerBorder {
	position: relative;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7B4506;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 5px;
}
.oneColFixCtrHdr #container {
	position: relative;
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
	color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #000000;
	padding: 0 10px 0 20px;  /* 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. */
	color: #C8C4A7;
	height: 175px;
}
.oneColFixCtrHdr #ButtonRow {
	margin: 0px;
	padding: 0px;
	height: 30px;
	color:#FFFFFF;
	background-image:url(../images/BackgroundButtonRow.gif);
	text-align:right;
	padding:0 10px;
	line-height:2em;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius-top-left: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-top-right: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottom-left: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottom-right: 15px;
}
.oneColFixCtrHdr #ButtonRow a {
	color:#ffffff;
	text-decoration:none;
}
.oneColFixCtrHdr #ButtonRow a:hover {
	color:#ffffff;
	background-color:#000000;
}
.oneColFixCtrHdr #mainContent {
	padding: 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FFFFFF;
	border-bottom:1px dotted #985507;
	margin:0;
}
.oneColFixCtrHdr #mainContent h2 {
	font-style:italic;   
	color:#985507;
	font-size:1.25em;
}
.oneColFixCtrHdr #mainContent h3 {
	font-style:italic;   
	color:#985507;
}
.oneColFixCtrHdr #mainContent a {
	color:#985507;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#ffffff;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent ul li {
	background:url(../images/bullet.jpg) no-repeat left top;
	line-height:16px;
	list-style-type:none;
	padding-left:15px;
	margin-bottom:5px;
} 
.oneColFixCtrHdr #RightSide {
	padding:0;
	margin:0;
	background: #000000;
	width:490px;
	float:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.MainText{color:#FFFFFF; font-size:14px}
.ColorText{color:#985507; font-size:16px}
