BODY {
	background: url("topbg.jpg") top left repeat-x #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;	
}

#logo {
	margin-top: 30px;
	margin-left: 12px;
}

#container {


}

#main {
	width: 709px;
	margin-top: 20px;
	position: relative;
}

#left {
	width: 155px;
	padding-left: 12px;
	float: left;
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	font-family: arial;
	color: #666;
}

#mid {
	background-color: #fff;
	border-left: 1px solid #999;
	margin-left: 172px;
	padding-left: 10px;
	margin-right: 128px;
	line-height: 1.6em;
	height: 725px;
}

#right {
	position: absolute;
	left: 590px;
	top: 0px;
	border-left: 1px solid #999;
	padding-left: 10px;
}

BODY#frontx #left { display: none; }
BODY#frontx #mid { border-left: 0px none; margin-left: 3px; }

.red { color: #f00; }

.text-browsers-only { display: none; }

H1, H2, H3 { color: #333; }

H2 { line-height: 1.2em; font-size: 1.4em; }

H3 { font-size: 1.0em; border-bottom: 1px solid #333; }

.leftcell, .leftcost { text-align: right; padding-right: 10px; padding-left: 10px; font-weight: bold; background-color: #eee; }
.rightcell, .rightcost { text-align: left; background-color: #eee; }
.midcell, .topcost { background-color: #bbb; text-align: center; }
.rightcost { padding-left: 8px; padding-right: 8px; text-align: center; }
.leftcost { background-color: #ddd; }
