body{ margin: 0; padding: 0; font-family: helvetic, arial, sans-serif; color: #aaa; font-size: small; background-color: #fff; width: 800px; }

p{
	color: #222;
}
p.largeblk { color: black; font-size: 1.5em; }
div.boxitem{ background-color: #fff; color: #222; height: 70px; padding-left: 5px; margin: 0 0 0 5px; }

#header{
	margin:15px 0 0;
	background-color: #5c0909; 
	height:130px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
	width:226px;
	height:37px;
}

.address {
	float:right;
	width:20%;
	vertical-align:middle;
	margin:5px 20px 0 0;
}

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 120px;
	background-image: url(../grfx/HeaderCook.JPG);
	background-repeat: no-repeat;

}

ul.leftCol { text-indent: -1em; list-style: none; margin-top: 0; }
ul.rtCol { text-indent: -1em; list-style: none; margin-top: 0; }
li { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0.7em; padding-top: 0; color: #666; font-size: smaller; height: auto; }
h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #76839A;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	background-color: #76839a;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1em;
}

h4
{ color: #080713; font-size: 0.8em; padding-left: 5px; padding-right: 5px; margin: 0 0 5px 10px; }


dt
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

.hdrname
{
	font-weight: bold;
	font-size: larger;
}

img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}

.footer {
	background-color: #76839A;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

ul.leftCol li a{ color: #222 !important; text-decoration:none; }
ul.rtCol li a { color: #222 !important; text-decoration: none; }
ul.leftCol li a:hover{
	color:#000;
	text-decoration:underline;
}
ul.rtCol li a:hover { color: #000; text-decoration: underline; }
h3.leftCol a{
	color:#fff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#333;
	text-decoration:none;
}

.colcont {
	margin-top: 30px;
	width: 100%;
	height: 100px }

.colboxleft {
	margin-right: 10px;
	width: 160px;
	height: 100px;
	float: left }

.colboxright {
	margin-left: 10px;
	width: 160px;
	height: 100px;
	float: right }

.colboxmiddle {
	margin-right: 0px;
	margin-left: 170px;
	width: auto;
	height: 100px }

