@charset "utf-8";
body {
	font-size:12px;
	background: url(../images/background2.jpg);
	background-repeat:repeat;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #170d0c;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 106px;
	padding: 0px 20px 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. */
	text-align:right;
	font-size:10px;
}
.oneColFixCtrHdr #header h3 {
	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: 60px 0 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-size:14px;
}

.oneColFixCtrHdr #menu {
	background: url(../images/menuback.jpg);
	background-repeat: repeat-x;
	height: 17px;
	color: #f8c268;
	text-align: center;
	padding: 4px 5px 0 0;
}

#menu a {
	color: #f8c268;
	text-decoration:none;
	padding: 0px 10px;
}

#menu a:hover {
	color: #fff;
	text-decoration:none;
}


#footer a {
	color: #f8c268;
	text-decoration:none;
	padding: 0px 10px;
	font-size:10px;
}

#footer a:hover {
	color: #fff;
	text-decoration:none;
}


.oneColFixCtrHdr #mainbox {
	border: 1px solid #a09088;
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 0px 0 255px;
}

.oneColFixCtrHdr #mainContent.fullwidth
{
	margin-left: 0px;
}

.oneColFixCtrHdr #mainContent p {
	padding:0px 15px 0px 15px;
}
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 242px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 0px 10px; /* padding keeps the content of the div away from the edges */
	/* height:585px; */
	font-size:10px;
}
.oneColFixCtrHdr #sidebar1 p {
	/*padding 4px;*/
	margin 0;
}

.outlinebox {
	border:1px; border-color:#a09088; border-style:solid;
	padding: 0;
	margin: 0px;
}

.fullwidthbox {
	border:1px; border-color:#a09088; border-style:solid;
	padding: 10px;
	margin: 10px 0px;
}

.highlightedtext {
	padding: 5px 25px 10px 25px; 
	margin: 5px; 
	background-color: #534039; 
	color: #fff;
    border: 1px; 
	border-color: #a09088; 
	border-style: solid; 
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerback.jpg);
	height: 16px;
	color: #f8c268;
	text-align: center;
	padding: 0px 5px 0 0;
}
.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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 h2 {
	color: #2c1f1a;
}

h1 {
		color: #2c1f1a;
		font-size:18px;
}


a {
	color: #b86f23;
}

a:hover {
	color: #f8c268;
	text-decoration:none;
}

a.yellow {
	color: #f8c268;
}

a.yellow:hover {
	color: #2c1f1a;
	text-decoration:none;
}

.redtext {
	color:#C00;
	font-size:11px;
}

#copyright {
	text-align:center;
	font-size:9px;
	color: #2c1f1a;
	padding: 0;
}

.feedtitle a {
	font-weight:bold;
	color:#3FF;
}

div.feedBurnerFeedBlock li { padding:25px; }
#creditfooter {
	display:none;
}