		body {  
		width: 100%; 
		padding: 0px; 
		margin: 0px; 
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 16px;
		color: #555;
		border: 0px;	
		}
		
		body a:link {
			text-decoration: underline;
			color: blue;
			
		}

		body a:visited {
			text-decoration: underline;
			color: blue;
		}

		body a:hover {
			text-decoration: underline;
			color: #56bdf8;
		}

		body a.loading {
			padding-right: 21px;
			background: url(../images/spinner.gif) right center no-repeat;
		}

		p {
		margin-bottom: 20px;
		margin-top: 20px;
		}
		
		img { 
			border: 0;
			margin: 0;
		}
		
		form { 
			margin: 0;
		}
		
		.clear{ clear:both; }
		
		#top { 
			height: 95px;
			width: 100%; 
			color: white;
			margin: 0;
			background: url(../images/bg.gif) repeat-x;
 
		}

		.topalign {
			width: 747px;
			margin-left: auto; 
			margin-right: auto;
		}

		#logo { 
			width: 288px;
			background: white;
		} 
		
		#smallnav {
			width: 150px;
			height: 20px;
			float: right;
			margin-top: 10px;
			color: #4FADE0;
			font-size: 13px;
			padding: 2px;
		}
		
		#smallnav a:link {
			text-decoration: none;
			color: white;
		}

		#smallnav a:visited {
			text-decoration: none;
			color: white;
		}

		#smallnav a:hover {
			text-decoration: underline;
			color: white;
		}


		#nav { 
			height: 33px;
			width: 100%; 
			color: white;
			margin-top: 0px;
			margin-bottom: 20px;
			background: url(../images/navbg.gif) repeat-x;
			font-size: 15px;
			font-weight: bold;
 
		}

		.navalign {
			width: 747px;
			text-align: right;
			padding-top: 2px;
			margin-left: auto; 
			margin-right: auto;
			margin-bottom: 0px;
			margin-top: 0px;
		}

		#nav a:link {
			text-decoration: none;
			color: white;
			font-weight: bold;
			
		}

		#nav a:visited {
			text-decoration: none;
			color: white;
			font-weight: bold;
		}

		#nav a:hover {
			text-decoration: underline;
			color: white;
			font-weight: bold;
		}
		
		
		#searchcontainer { 
			width: 708px;
			color: #555;
			margin-left: auto; 
			margin-right: auto;
			margin-top: 20px;
			margin-bottom: 30px;
			border: 2px solid #56bdf8;
 			padding: 20px
		}
		
		.searchboxalign {
			width: 493px;
			margin-left: auto; 
			margin-right: auto;
			margin-top: 10px;
			margin-bottom: 20px;
			
		}
		
		#searchbox { 
			width: 400px;
			color: #56bdf8;
			background: white;
			margin: 0;
			padding: 5px;
			border: 1px solid #555;
			vertical-align: middle;
			font-weight: bold;
			font-size: 16px;
		}
		
		
		.searchbutton {
			font-size: 16px;
			font-weight: normal;
			vertical-align: middle;
			padding-top: 3px;
			padding-bottom: 3px;
			margin: 0;
		}

		.updateservingbutton {
			font-size: 10px;
			font-weight: normal;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 3px;
			padding-right: 3px;
		}		
		

		#staticintro { 
			width: 470px;
			margin-top: 35px;
			margin-bottom: 60px;
		}
		
		
		#staticnutritiondata { 
			width: 250px; 
			color: #555;
			margin: 5px 0;
			background-color: white;
			float: right;
		}
		
		
		#content { 
			width: 747px;
			color: #555;
			margin-left: auto; 
			margin-right: auto;
			background-color: white;
			margin-bottom: 20px;
		}

			#articleend { 
			color: #555;
			font-weight: normal;
			margin-top: 30px;
			margin-bottom: 20px;
			margin-left: auto; 
			margin-right: auto;
			padding: 3px;
			border: 1px dotted #56bdf8;
			width: 589px;
			height: 148px;
			background: white;
			text-align:center;
		}


#socialalign { margin-left:auto; margin-right:auto; width: 455px; text-align:center;}
.singlesocial { margin:0; padding:0; list-style:none;}
.singlesocial li { margin:0 0 0 0; padding:0 10px 0 10px; list-style:none; float:left; }
ul.singlesocial { margin:0; padding:0; }
		
		#articlebookmarkbutton { 
			margin-left: 3px;
			vertical-align: middle;
		}

		.listitem {
			font-size: 17px; 
			font-weight: bold; 
			color: #555;
			margin: 0px;
		}

		#footer { 
			height: 100%;
			width: 100%; 
			color: white;
			padding-bottom: 20px;
			margin-top: 20px;
			background: #343b40 url(../images/footerbg.gif) repeat-x;
 			clear: both;
		}


		#footer a:link {
			text-decoration: underline;
			color: #56bdf8;
			
			
		}

		#footer a:visited {
			text-decoration: underline;
			color: #56bdf8;
			
		}

		#footer a:hover {
			text-decoration: underline;
			color: white;
			
		}


		.footeralign {
			width: 747px;
			padding-top: 20px;
			margin-left: auto; 
			margin-right: auto;
		}




		.footerheader {
			font-size: 18px; 
			font-weight: bold; 
			color: white;
			margin-bottom: 10px;
			text-align: center;

		}





		#footer ul {
			list-style-type: disc;
			margin: 0px;
			padding: 0px;
			
		}

		#footer ul li {
			margin: 0px;
			padding: 0px;
			padding-bottom: 2px;
			
		}

		#footer ul a:link {
			text-decoration: underline;
			color: #56bdf8;
			font-weight: normal;
		}

		#footer ul a:visited {
			text-decoration: underline;
			color: #56bdf8;
			font-weight: normal;
		}

		#footer ul a:hover {
			text-decoration: underline;
			color: white;
			font-weight: normal;		
		}


		#footer1 { 
			width: 418px;
			margin-left: auto; 
			margin-right: auto;
			padding: 0 25px;
		} 
		


		#footerend {
			width: 747px;
			text-align: center;
			margin-top: 20px;
			margin-bottom: 0px;
			margin-left: auto; 
			margin-right: auto;
		}






		H1 { 
			font-size: 23px; 
			font-weight: bold;
			color: #555;
			margin-bottom: 20px;
			text-align: center;
	
		}
		
		H2 { 
			font-size: 20px; 
			font-weight: bold;
			color: #56bdf8;
			margin-top: 20px;
			margin-bottom: 20px;
			border-bottom: 1px dotted #555;
 
		}

		H3 { 
			font-size: 18px; 
			font-weight: bold; 
			color: #555;
			margin-bottom: 20px;
		}
		
		H4 { 
			font-size: 17px; 
			font-weight: bold; 
			color: #56bdf8;
			margin-bottom: 10px;
		}



		ul {
			margin-top: 10px;
			margin-bottom: 10px;

		}
		
		ul li {
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		ul.list li {
			margin-bottom: 20px;
		}
		
		ol {
			
			margin-top: 10px;
			margin-bottom: 10px;

		}
		
		ol li {
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		ol.list li {
			margin-bottom: 20px;
		}

		.diggright {
			float: right;
			margin: 0;			
		}
		
		.diggleft {
			float: left;
			margin: 0px 15px 1px 0px;			
		}
		
		.diggleft2 {
			float: left;
			margin: 6px 10px 1px 0px;
			text-align: center;
			border: 1px dashed #56bdf8;
			padding-top: 9px;
			padding-bottom: 12px;
			padding-right: 3px;
			padding-left: 3px;
		}

		.adsleft {
			float: left;
			margin: 2px 15px 2px 0px;			
		}
		
		.adsright {
			float: right;
			margin: 2px 0px 2px 8px;			
		}
		
		.adsleftcloser {
			float: left;
			margin: 2px 0px 2px 0px;			
		}
		
		.adsbottom { 
			margin-left: auto; 
			margin-right: auto;
		}
		
		.underline {
		text-decoration: underline;
		margin: 0;
		}
		
		.image { 
			border: 0;
			margin-top: 20px;
			margin-bottom: 20px;
			text-align: center;
		}



.tablecontainer {
	margin-bottom: 30px;
}

.tablenotes {
	border: 1px solid #56bdf8;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin: 0px;
}

table.sortable {
	border: 1px solid #56bdf8;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
    text-align: center; 	
    width: 747px;
	margin: 0px;
}

table.sortable th {
	border: 1px solid #56bdf8;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
    text-align: center; 	
	margin: 0px;
	padding: 4px;
}

table.sortable td {
	border: 1px solid #56bdf8;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	padding: 4px;
	text-align: center;	
	margin: 0px;
}


table.sortable th.title {
width: 45%;
vertical-align: top;
padding-top: 20px;
font-size: 20px;
}

table.sortable .description {
text-align: left;
vertical-align: top;
font-weight: normal;
font-size: 16px;
}

table.sortable td.amount {
text-align: left;
width: 40%;
vertical-align: top;
}

table.sortable td.source {
width: 15%;
vertical-align: top;
padding-top: 20px;
text-align: left;
}

table.sortable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

table.sortable caption.center {margin-left:auto; margin-right:auto;}


table.sortable thead th {
	text-align: center;
	background: #ACE2FF;
	color: #4F76A3;
	font-size: 100% !important;
}

table.sortable tbody.data th {
	font-weight: bold;
}

table.sortable tbody.data tr { 
	background: #FCFDFE; 
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    margin-left:auto;
    margin-right:auto;
}

table.sortable tbody.data tr:hover {
	color: #555;
	background-color: #ACE2FF;
}

table.sortable tbody.data tr.odd:hover {
color: #555;
	background-color: #FCFBF7;
}




table.sortable a:link {
			text-decoration: underline;
			color: blue;
}

table.sortable a:visited {
			text-decoration: underline;
			color: blue;
}

table.sortable a:hover {
			text-decoration: underline;
			color: white;
}

table.sortable tfoot th {
	font-size: 85%;
}

table.sortable tfoot td {
	font-size: 85%;
}

table.sortable tbody.data td.best {
   color: green;
   font-weight: bold;
}

table.sortable tbody.data td.worst {
   color: red;
   font-weight: bold;
}

.tablespacer {
 border-top: 5px solid #56bdf8;
 margin-top:25px;
 margin-bottom:25px;
}