/*///////////////////////////////////////////////////////////////////////// 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;
}
#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;
}