@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #9DCDE1;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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: #000;
	
	/* Hides from IE5-mac \*/
html #content{height: 1%;}
/* End hide from IE5-mac */
	
	
}
.oneColFixCtrHdr #header {
	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: #000;
	background-color: 9DCDE1;
}
.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 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
#foodmaincontent {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
.maintopformat {
	font-family: Verdana, Arial, sans-serif;
	height: auto;
	width: 740px;
	font-size: 16px;
	text-align: left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #000;
	background-color: #DFE1E0;
}
.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 */
	color: #000;
}
#articleholderstyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	height: auto;
	width: 630px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 25px;
	margin: auto;
}
.articletitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}


.linkstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: x-large;
	margin: 0px;
}
h2 {
	font-size: medium;
	margin: 0px;
	font-weight: bold;
}


.floatleft {
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contentparagraph {
	font-size: 16px;
}


.footerfont {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.linksbottom {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
.fontsizebody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}
#tabledivholder {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.centertableimage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #FFF;
}
.contactmaintext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.contacttitletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.tablefontstylebodyfood {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 3px;
	background-color: #FFF;
	margin: auto;
}
.tablefontheaderfood {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #000;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
}
.footsizefoodtable {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

