@charset "UTF-8";
body {
	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;
	font-size: 100%;
	background-color: #C5B2A3;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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: none;
	border-left-style: none;
	z-index: 10;
	clear: none;
}
.oneColFixCtrHdr #header {
	background-image: url(images/cfheader.jpg);
	height: 190px;
	width: 920px;
	padding: 0;
	margin: 0px;
	background-color: #B88E6B;
}
.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 #mainContent {
	color:#1A3D53;
	background-color: #D8A67F;
	background-image: url(images/cfmid2.jpg);
	width: 920px;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/cffooter.jpg);
	height: 85px;
	width: 920px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #DEAE88;
 }
.oneColFixCtrHdr h1 {
	color:#3F5D71;
	font-style: italic;
}
#left-image {
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 2px;
}
#topmenu {
	margin-left: 60px;
}
.leftimg {
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 2px;
}
#topmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	text-decoration: none;
	margin-right: 4px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
#topmenu a:hover {
	color: #3300FF;
	background-color: #CCFFFF;
}
.oneColFixCtrHdr #fillin {
	padding-right: 110px;
	padding-left: 60px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 14px;
}
#fillin p {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fillin a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	margin-right: 6px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
 }
 
#fillin a:hover {
	color: #3300FF;
	background-color: #CCFFFF;
}
h3 {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #fillin #ristra {
	display: inherit;
	background-image: url(images/ristra.gif);
	height: 520px;
	width: 75px;
	position: absolute;
	top: 25px;
	left: 50%;
 	clear: none;
	margin-left:360px;
	padding: 0px;
	z-index: 10;
}
 
.subfoot {
	text-align: center;
	padding-top: 50px;
}
.subfoot a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3A322F;
}
#footer a:hover {
	color: #3300FF;
	background-color: #CCFFFF;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	margin-right: 4px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 16px;
 }
 
.stylefood1 {
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
}
