@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
}
body{
	background-color: rgb(151,191,13);
	margin: 0;
	padding: 0;
	text-align: center; /* centre content in IE6 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #666;
}
#container {
	width: 760px;
	border: #063 thin outset;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	background-color: #FFF;
	margin: 0;
	height: 190px;
}
#nutritionlogo {
	float: left;
	background-color: #FFF;
	margin: 0;
	padding-left: 50px;
	padding-top: 56px;
}
#toppic {
	float: right;
	height: 165px;
	width: 372px;
	padding: 0;
	margin-right: 20px;	
}
#navbar {
	font-weight: bold;
	height: 2em;
	overflow: hidden;
	padding-left: 40px;	
}
#navbar ul {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar a {
	float: left;
	white-space: nowrap;
	font-weight: bold;
	color: rgb(0,102,44);
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
#navbar_current {
	color: rgb(151,191,13);
}
#navbar a:hover {
	color: rgb(151,191,13);
}
#navbar a:active {
	color: rgb(151,191,13);
}
#sidebar {
	float: left;
	width: 108px;
	padding: 58px 0 20px 50px;
}
#sidebar_attribution {
	font-weight: bold;
	font-style: italic;
}
#sidebargreentext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: rgb(0,102,44);
	line-height: 1.5em;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
#sidebar a {
	color: rgb(226,0,122);
	text-decoration: none;
}
#sidebar a:hover {
	color: rgb(226,0,122);
	text-decoration: underline;
}
#rightpic {
	float: right;
	width: 178px;
	padding-top: 70px;
}
#maincontent {
	background-color: #FFF;
	margin-left: 158px;
	margin-right: 178px;
	padding: 10px 20px 0 20px;
}
#footer {
	height: 70px;
	margin: 0;
	padding: 10px 20px 20px 50px;
	background-color: #FFF;
	text-align: left;
}
#footer p a {
	text-decoration: none;
	color: #666;
}
#footer p a:hover {
	color: rgb(226,0,122);
}
#footer p a:active {
	color: rgb(226,0,122);
}
#footertext {
	float: left;
	width: 200px;
	font-size: x-small;
}
#footerlogo1 {
	width: 100px;
	float: right;
	padding-top: 15px;
}
#footerlogo2 {
	width: 50px;
	float: right;
	padding-top: 0px;
	margin-right: 50px;
}
#footerlogo3 {
	width: 120px;
	float: right;
	padding-top: 10px;
	margin-right: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: x-large;
	color: rgb(151,191,13);
}
h2 {
	font-size: large;
	color: #666;
	margin-bottom: -0.4em;
	margin-top: 0.4em;
}
h3 {
	font-size: medium;
	color: #666;
	margin-bottom: -0.4em;
	margin-top: 0.4em;
}
#maincontent_intro {
	font-weight: bold;
}
a:link {
	color: rgb(226,0,122);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#maincontent ul {
	margin-top: -1em;
}
.imageleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#sidebar ul li {
	padding-bottom: 0.5em;
}

