/*///////////////////////////////////////////////////////////////////////// Master Styles */
* {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
HTML 
{
	height: 100%;
}

Body {
	background-color: #016703;
	height: 100%;
	text-align: center;
}
#divMain {
	margin: auto;
	margin-top: 10px;
	width: 1000px;
}
#tblMain {
	background-image: url(../images/Gardenburger_bkg.jpg);
	background-position: 0px 6px;
	background-repeat: repeat-y;	
	margin-bottom: 10px;
}
#tdLNav {
	width: 219px;
}
#tdContent {
	width: 781px;
	text-align: left;
	padding-right: 171px;
	padding-left: 10px;
}
p.nav {
	font-size: 9px;
	color: #B3D9B3;
}
p.nav a:link, p.nav a:visited {	
	color: #B3D9B3;
	text-decoration: none;
}
p.nav a:hover {
	text-decoration: underline;
}
#FloatingImg {
	float: right;
	margin-right: -171px;
	z-index: 1;
	width:368px; 
	height:678px; 
	background-image:url('../images/k12_rtimg.jpg'); 
	background-repeat:no-repeat; 
	background-position:top left;
}

#FloatingImg #VeggieForDay {
	margin-top:236px;
	margin-left:2px;
	display:block;
	width:158px;
	height:120px;
}
#FloatingVeggieKit {
	float: left;
	margin-top:0px;
	z-index: 1;
	width:158px; 
	height:120px; 
	background-image:url('../images/VeggiePRKit.jpg'); 
	background-repeat:no-repeat; 
	background-position:top left;
}

#FloatingVeggieKit #VeggieKit {
	margin-left:2px;
	display:block;
	width:158px;
	height:120px;
}

#VeggieBrochure {
	float: right;
	margin-right: 0px;
	margin-top:0px;
	width:210px;
	text-align: center;
}

#tblFooter 
{
	width: 100%;
}
#tdLFooter 
{
	text-align: left;
}
#tdRFooter 
{
	text-align: right;
}
#legal1 
{
	text-align: left;	
	font-size: 10px;
	color: #ffffff;
}
#legal2 
{
	text-align: right;	
	font-size: 10px;
	color: #ffffff;
}
#legal1 a:link, #legal1 a:visited, #legal2 a:link, #legal2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#legal1 a:hover, #legal2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////////////////////// Content Styles */
.h1Reg 
{
	color: #016703;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.h2Reg 
{
	color: #016703;
	font-weight: bold;
	font-size: 12px;
}
.h3Reg 
{
	color: #66cc66;
	font-weight: bold;
	font-size: 12px;
}
.pReg 
{
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}
.aReg:link, .aReg:visited
{
	color: #66cc66;
	text-decoration: underline;
}
.aReg:hover 
{
	text-decoration: none;
}
.ulReg 
{
	margin-left: 15px;
	margin-bottom: 10px;
}
.olReg 
{
	margin-left: 15px;
	margin-bottom: 10px;
}
.liReg 
{
	color: #666666;
	font-size: 12px;
}

#CritCommWrapper {
	background: #000 url(http://library.kelloggs.com/critcomm/assets/alert_red.png) no-repeat;
	height: 55px;
	margin: 20px auto;
	padding: 0 0 0 70px;
	width: 970px;
}

#CritCommWrapper p {
	height: 25px;
	padding: 10px 0;
}

#CritCommWrapper a {
	color: #fff;
	font-size: 18px;
}

#CritCommWrapper a:hover {
	color: #cf000d;
}

.tblVeggieLinks
{
	width:550px;
}

.tblVeggieLinks td
{
	padding:3px;
}

.tblVeggieLinks td a, .tblVeggieLinks td a:visited
{
	text-decoration:none;
	color:#016703;
}

.tblVeggieLinks td a:hover
{
	text-decoration:underline;
	color:#016703;
}

.tblVeggieDay
{
	width:300px;
}

.tblVeggieDay td
{
	padding:3px;
}

.tblVeggieDay td a, .tblVeggieDay td a:visited
{
	text-decoration:none;
	color:#016703;
}

.tblVeggieDay td a:hover
{
	text-decoration:underline;
	color:#016703;
}
