body
{
	background-color: #928372;
	margin: 25px;
	scrollbar-base-color: #dedede;
	scrollbar-arrow-color: #ffa11e;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, Lucida Sans, Trebuchet;
}
td, p, br, input, select, div
{
	font-family: Verdana, Arial, Geneva, Helvetica, Lucida Sans, Trebuchet;
	font-size: 8pt;
	color: #333333;
}
a
{
	color: #FF6600;
}
a:hover
{
	color: #cc0000;
}
.estimateform
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
.estimateform input, select, option
{
    background-color: #ffffff;
	color: #948574;
	font-size: 8pt;
	font-weight: bold;
	border: solid 1px #948574;
	width: 190px;
	height: 20px;
}
.bodyback
{
     background-image: url(../images/back_footer.gif);
     background-repeat: repeat-y;
     background-position: left;
     background-color: #ffffff;
}
.bodycell 
{
     background-image: url(../images/back_body.gif);
     background-repeat: repeat-y;
     background-position: left;
     background-color: #AB9D90;
     padding: 20px;
     text-align: justify;
	 height: 430px;
}
.footercell 
{
	color: #666666;
     background-image: url(../images/back_footer.gif);
     background-repeat: repeat-y;
     background-position: left;
     background-color: #ffffff;
     padding: 20px 20px 0px 20px;
     text-align: center;
}
.footercell a
{
	color: #666666;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}
.footercell a:hover
{
	color: #FF6600;
	background-color: #FBDAAB;
}
.maindiv
{
    width: 920px;
    background-color: #ffffff;
    padding: 16px;
}
.toplink
{
	background-color: #cc0000;
	color: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
.toplink a
{
	color: #ffffff;
	text-decoration: none;
}
.toplink a:hover
{
	color: #ffff00;
}
.paddedtext
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.center
{
	text-align: center;
	
}
.title
{
	padding-bottom: 8px;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Geneva, Helvetica, Lucida Sans;
	font-size: 12pt;
	font-weight: bold;
	margin-top: -4px;
}
.titlesub
{
	color: #3d5c85;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 1px;
}
.cellLeft
{
    float: left; margin: 0px; padding-left: 10px; padding: 0px;
}
.cellRight
{
    float: left; margin: 0px; padding-right: 10px; padding: 0px;
}