body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: black;
}
body,td,th {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}
div.center {
	text-align: center;
}
div.right {
	text-align: right;
}
div.justify {
	text-align: justify;
}
th {
	text-align: left;
	color: #000066;
	font-weight: bold;
}
#bg {
	background: url(images/bg3.gif);
}
#layout {
	margin: 0px auto;
	width: 899px;
	text-align: left;
	background: white;
}
#header {
	position:relative;
	height: 178px;
	background: url(images/head2.png) no-repeat top left;
	margin-bottom: 10px;
	font-size: 12px;
}
#header.businesshotline {
	background: url(images/businesshotlinebanner.png) no-repeat top left;
}
#menu {
	float: left;
	width:225px;
}
#panel {
	float: right;
	width: 194px;
}
#content {
	margin: 0px auto 0px 237px;
	width:455px;
}
* html #content {
	height: 1px;
}
#footer {
	clear: both;
	margin: 5px auto 0px;
	border-top: 1px solid #000066;
	width: 50%;
	text-align: center;
}
#subfooter {
	padding: 10px 0px 5px;
	text-align: center;
}
#subfooter table {
	margin: 0px auto;
}
#subfooter, #subfooter td {
	font-size: 10px;
	color: #000066;
}
#subfooter h1, #subfooter td h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
#subfooter a, #subfooter a:hover, #subfooter a:active, #subfooter a:visited {
	color: #0000cc;
	text-decoration: none;
}
@media print {
#menu, #panel, #footer, #subfooter, #header {
	display: none;
}
}
