@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BEFABE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.SoapCalc3col #container { 
	position: relative;
	width: 1056px; 
	background: #FFFFCA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:5px;
	border: 1px solid #60BD51;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#Header{
height:90px;
padding-top:6px;
width:1054px;
border-bottom: 1px solid #60BD51;
}
#Header table td{
/*vertical-align:text-top;*/
}
#SidebarLeft{
width:160px;
/*padding-left:2px;*/
height:900px;
background:#FFFFCA;
color:#000000;
vertical-align:top;
}
#SidebarRight{
width:160px;
height:900px;
background:#FFFFCA;
color:#000000;
vertical-align:top;
text-align:center;
}
#Content{
width:730px;
height:900px; 
background:#FFFFCA;
color:#000000;
border-left: 1px solid #60BD51;
border-right: 1px solid #60BD51;
}
#divTopAdBanner{
padding-top:5px;
}
#divCentering{
padding:10px 35px;
}
a:link {
	font-size: 14px;
	font-weight: 400; 
	color:#0000FF; 
}
a:visited {
	font-size: 14px;
	font-weight: 400;
	color: #006600;
	 
}
.nd a:visited{
	font-size: 14px;
	font-weight: 400; 
	text-decoration:none;
}
a:hover {
	font-size: 14px;
	font-weight: 400; 
	font-style: italic;
	
}
