body {
	font-family: verdana,sans-serif;
	margin:10px 10px 0px 10px;
	padding:0px;
	}
.date {
	font-family: verdana,sans-serif;
	font-size: .9em;
	margin-top: .25em;
	margin-bottom: 0;
	}

.homepage {
	font-family: serif;
	font-size: .9em;
	margin-top: -1.25em;
	margin-bottom: 0;
	text-align: right;
	}

.multiparts{
height: 300px;
}

#leftcontent {
	position: absolute;
	left:10px;
	top:146px;
	width:200px;
	background:#fff;
	}

#centercontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}

#formnavigation {
	display: block;	
	visibility: visible;
	}

#backbutton {
	visibility: hidden;
	}

#forwardbutton {
	visibility: hidden;
	}

#eventcontent0 {
	display: block;
	visibility: visible;
	}


#eventcontent1 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

#eventcontent2 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

#eventcontent3 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;
	}

#eventcontent4 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

#eventcontent5 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

#eventcontent6 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

#eventcontent7 {
	position: absolute;
	top: 146px;
	display: block;
	visibility: hidden;	
	}

html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:5px;
	top:146px;
	width:200px;
	background:#fff;
	}
	
#banner {
	background:#8fbc8f;
	height:111px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:111px;
	}

#footer {
	background:#ffffff;
	height:40px;
	margin-top: 20px;
	border-top:2px solid #483d8b;
	border-right:2px solid #483d8b;
	border-left:2px solid #483d8b;
	border-bottom:2px solid #483d8b;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:60px;
	}

#disclaimer {
	background:#ffffff;
	height:20px;
	margin-top: 10px;
	border-top:2px solid #ff0000;
	border-right:2px solid #ff0000;
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:60px;
	}

#button {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: verdana,sans-serif;
	background-color: #666699;
	}

#leftbox {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: serif;
	border: 3px solid #9999cc;
	}

#leftpanel {
	width: 12em;
	padding: 0 0 1em 0;
	font-family: serif;
	background: #9999cc;
	}

#rightbox {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: serif;
	border: 3px solid #99cc99;
	}

#rightpanel {
	width: 12em;
	padding: 0 0 1em 0;
	  border-left: 10px solid #669966;
	  border-right: 10px solid #003300;
	background-color: #99cc99;
	margin-bottom: 1em;
	font-family: verdana,sans-serif;
	}

html>body #banner {
	height:111px;
	}
		
p,h1,h2,h3,pre,table {
	margin:0px 10px 10px 10px;
	}
	
#centercontent h1 {
	font-size:1.5em;
	padding-top:0;
	margin-top: 10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#centercontent h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#centercontent h3 {
	font-size: .9em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #000000;
	}

#centercontent p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	}

#centercontent p.reference {
	font: .7em italic serif;
	padding-top:10px;
	}

#centercontent li {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	}

#centercontent hr {
	color: #483d8b;
	}

#centercontent table {
	width: 67%;
	}

#centercontent table.distribution {
	width: 45%;
	}

#centercontent th {
	width: 25%;
	font-size: .9em;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	text-align: left;
	vertical-align: text-top;
	padding-top: 6px;
	}

#centercontent td {
	font-size: .9em;
	padding-top: 6px;
	}

#centercontent td.contact {
	font-size: .9em;
	padding-top: 6px;
	vertical-align: text-top;
	}

#centercontent td.hours {
	font-size: .9em;
	padding-top: 6px;
	background-color: #8fbc8f;
	}



#centercontent ul.recipe {
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
	}

#centercontent li.ingredients {
	font-size:.9em;
	padding-top: 0px;
	font-family: serif;
	}

#centercontent li.dcenteritems {
	font-size:.9em;
	padding-top: 0px;
	font-family: serif;
	}

#eventcontent1 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent1 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent2 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent2 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent3 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent3 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent4 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent4 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent5 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent5 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent6 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent6 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#eventcontent7 p {
	font-size:.9em;
	padding-top:10px;
	font-family: serif;
	width: 350;
	}

#eventcontent7 h2 {
	font-size:1.25em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #228b22;
	}

#leftcontent h1 {
	font-size: 1em;
	padding-top:10px;
	padding-left: 8px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #666699;
	}

#leftcontent h2 {
	font-size: 1em;
	padding-top:10px;
	padding-left: 8px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #666699;
	}

#leftcontent p {
	font-size:.75em;
	padding-top:10px;
	font-family: serif;
	color: #000000;
	}

#leftcontent li {
	font-size:.75em;
	font-family: serif;
	color: #000000;
	}

#leftcontent td {
	font-size:.75em;
	font-family: serif;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	}

#leftcontent dl {
	font-size:.75em;
	font-family: serif;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	}

#leftpanel h2 {
	font-size: 1em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

#leftpanel p {
	font-size: .75em;
	padding-top: 0px;
	padding-left: 10px;
	font-family: serif;
	}

#leftpanel li {
	margin: 1em .75em 0 -.75em;
	}


#leftbox li {
	margin: 1em .75em 0 -.75em;
	}

#rightpanel h2 {
	font-size: 1em;
	padding-top:10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #003300;
	}

#rightbox h2 {
	font-size: 1em;
	padding-top: 10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	}

#rightbox p {
	font-size: 1em;
	padding-top: 0px;
	padding-left: 0px;
	font-family: serif;
	}

#rightcontent img {
	margin-left: 30px;
	}
	
#banner h1 {
	font-size:14px;
	padding:10px 0px 10px 10px;
	margin:0px;
	}

#banner p {
	font-size: .8em;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding:5px 10px 5px 20px;
	margin:0px;
	background: #333366;
	margin-top: 0em;
	}

#banner a {
	color: #ffffff;
	text-decoration: none;
	}

#banner a:hover {
	background-color: #666699;
	color: #ffffff;
	}

#rightcontent p {
	font-size:10px
	}

#button ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	order: none;
	} 
	 
#button li { 
	border: 1px solid #666699; 
	margin: 0; 
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #333366;
	border-right: 10px solid #ccccff;
	background-color: #9999cc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 1em;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #333399;
	border-right: 10px solid #9999ff;
	background-color: #6666cc;
	color: #fff;
	}

#footer p {
	font-size:.75em;
	padding-top:10px;
	font-family: serif;
	}

#disclaimer p {
	font-size:.75em;
	padding-top:5px;
	font-family: serif;
	}

#disclaimer h4 {
	font-size: .9em;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #ff0000;
	display: inline;
	padding-left: 8px;
	padding-top: 10px;
	}


	 