@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #A08264;
	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: #694621;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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-image: url(../images/tan_background.gif);
} 
#header {
	background: #efe8d1;  /* 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-image: url(../images/tan_background.gif);
} 
#wrapper {
	background-color: #efe8d1;
	background-image: url(../images/wrapper.gif);
	padding: 0px;
	margin: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
/*  background-image: url(../images/columnA_top.jpg);*/
	background-repeat: no-repeat;
}
#sidebar1_innercontent {
	margin: 0px 10px 0px 5px;
	padding: 45px 5px 0px 5px;
}


.twoColFixLtHdr #mainContent {
	margin: 0px 25px 0px 215px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*  background-image: url(../images/maincontent_top.jpg);*/
	background-repeat: no-repeat;
	min-height:550px;
} 
.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;
}
#innercontent {
	margin: 0px 10px 0px 15px;
	padding: 10px 10px 0px 10px;
}

#banner_box {
  
  width:100%;

}

#banner {
  width:468px;
  margin-left: auto ;
  margin-right: auto ;  

}


#footer {
	background-image: url(../images/tan_background.gif);
} 

#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #694621;
	text-decoration: none;
	font-style: italic;
}
#footer a:hover {
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#navbar {
	background-image: url(../images/tan_background.gif);
	height: 30px;
}
#innercontent p {
	text-align: left;
	font-size: 14px;
	line-height: 120%;
}
.bold_underline {
	font-weight: bolder;
	text-decoration: underline;
}
#inner_wrapper {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

#inner_wrapper.div {
  background-color:#fff;	
  position:relative;
  width:735px;
  margin-left:30px;
  padding-bottom:20px
}

#sidebar1 h1 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #694621;
	border-bottom: thin solid #694621;
	font-family: "Times New Roman", Times, serif;
}
#innercontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #694621;
	font-weight: bold;
	border-bottom: medium double #694621;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #694621;
	border-right-color: #694621;
	border-left-color: #694621;
}

a:link {
	color: #694621;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#innercontent h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #694621;
}
a:visited {
	color: #908264;
	text-decoration: none;
	font-style: italic;
}
.sponsor {
	padding: 5px;
	float: left;
	width: 250px;
}

/** New Styles **/

#subnav  {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
#subnav li {
  padding:3px;
  margin:2px;
}
#subnav li a {
  text-decoration:underline;
}

.error {
  color:#ff0000;
}