@charset "utf-8";
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: rgb(255,243,207);
}
.twoColFixLtHdr #container {
	width: 800px;
	border: 2px solid rgb(3,66,119);
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 15px auto 0px auto;
} 
.twoColFixLtHdr #header {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	height: 160px;
	width: 750px;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #navigation {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	width: 800px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid rgb(3,66,119);
}
.twoColFixLtHdr #container #navigation img {
	vertical-align: text-bottom;
}
.twoColFixLtHdr #sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: rgb(3,66,119);
	background-color: rgb(209,218,221);
	float: left;
	width: 200px;
	padding: 5px 15px 0px 10px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: rgb(16,143,52);
	text-decoration: none;
	background-color: rgb(209,218,221);
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: rgb(143,0,10);
	text-decoration: none;
	background-color: rgb(209,218,221);
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: rgb(4,89,141);
	text-decoration: overline;
	background-color: rgb(209,218,221);
}

.twoColFixLtHdr #mainContent {
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 250px;
} 
.twoColFixLtHdr #mainContent h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(4,89,141);
	background-color: rgb(255,255,255);
}
.twoColFixLtHdr #mainContent h4 {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:link {
	color: rgb(143,0,10);
	text-decoration: none;
	background-color: rgb(255,255,255);
}
.twoColFixLtHdr #mainContent a:visited {
	color: rgb(4,89,141);
	text-decoration: none;
	background-color: rgb(255,255,255);
}
.twoColFixLtHdr #mainContent a:hover {
	color: rgb(16,143,52);
	text-decoration: overline;
}

.twoColFixLtHdr #footer {
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	background-color: rgb(255,187,125);
	height: 35px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-top: 2px solid rgb(3,66,119);
} 
.twoColFixLtHdr #footer a:link {
	color: rgb(4,89,141);
	text-decoration: none;
	background-color: rgb(255,187,125);
}
.twoColFixLtHdr #footer a:visited {
	color: rgb(16,143,52);
	text-decoration: none;
	background-color: rgb(255,187,125);
}
.twoColFixLtHdr #footer a:hover {
	color: rgb(143,0,10);
	text-decoration: overline;
	background-color: rgb(255,187,125);
}

.fltrt {
	float: right;
	margin: 0px 0px 0px 8px;
	height: 30px;
	padding: 2px 0px 0px 0px;
}
.fltlft {
	float: left;
	margin: 0px 0px 0px 8px;
	height: 20px;
	padding: 10px 0px 0px 0px;
}
.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.veggie {
	float: right;
	padding: 0px;
	height: 69px;
	width: 78px;
	text-align: right;
	vertical-align: text-bottom;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
address {
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	background-color: rgb(255,243,207);
	text-align: center;
	padding: 3px 0px 15px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
