/* CSS Document */
body{
	background-image: url(images/modext_bg.gif);
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContainer{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header{
	background: url(images/header.gif) no-repeat;
	height: 145px;
}
#navigation{
	height: 35px;
	background: url(images/nav-bg.gif) no-repeat;
	padding-left: 50px;

}
#navigation a{
	width: 110px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	height: 35px;
	padding-top: 9px;
	background: url(images/nav-button-bg.gif) no-repeat;
}
#navigation a:hover, #navigation a.navActive{
	background: url(images/nav-rollover.gif) repeat-x;
}
#content{
	background: url(images/content-bg.gif) repeat-y;
}
#contentTop{
	background: url(images/content-top.gif) no-repeat;
	height: 19px;
}
#contentBottom{
	background: url(images/content-bottom.gif) no-repeat;
	height: 17px;
	clear: both;
}
#footer{
	background: url(images/footer-bg.gif) no-repeat;
	height: 40px;
}
#leftCol{
	float: left;
	margin-left: 20px;
	width: 570px;
	font-size: 13px;
}
#leftCol h2{
	font-size: 18px;
	color: #3798B9;
	border-bottom: 1px solid #77B6D0;
	margin-top: 0;
	padding-top: 0;
}
#leftCol a{
	color: #003E72;
}
#leftCol a:hover{
	text-decoration: none;
}
#rightCol{
	float: right;
	text-align: center;
	width: 150px;
	font-size: 11px;
	padding-right: 6px;
}
#rightCol p{
	border-bottom: 1px solid #F2BA35;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
p.serving{
	margin-top: 0;
	padding-top: 0;
	color: #003066;
}
#rightCol p.lastp{
	border: none;
}
#footer{
	padding: 15px 20px 0 20px;
	color: #000;
	clear: both;
}
#footer a{
	color: #000;
}
#footer p{
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#footer .copyright{ 
	width: 300px; 
	float: left; 
}
#footer .credit{ 
	width: 300px; 
	float: right; 
}
table{
	border-collapse: collapse;
}
table tr td.photo{
	padding-top: 8px;
}

td{
	text-align: center;
}
tr.borderRow td{
	border-bottom: 1px solid #003066;
}
a img{ border: none; }
table#sentriconAbove th{
	text-align: left;
	padding-bottom: 8px;
}
table#sentriconAbove td.tblLeftCol{
	text-align: left;
}
table#sentriconAbove td.tblRightCol{
	padding-left: 5px; 
	text-align: right;
}
p.ans{
	border-bottom: 1px solid #003066;
	padding-bottom: 5px;
}