body {
	background-color: #F2F2F2;
	background-image: url('img/container.gif');
	background-repeat: no-repeat;
	background-position: top;
	font-family: Lucida Grande, Verdana, Tahoma, serif;
	width: 900px;
	font-size: 9pt;
	margin: 10px auto;
}

#htmlBody {
	background-color: white;
	width: 870px;
	margin-left: 15px;
}

#pageBody {
	background-color: White;
	width: 620px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 10px 15px;
	float: left;
}

#pageBody h2 {
	color: #0066CC;
	font-size: 16pt;
	margin-top: 0;
}

a {
	color: #0066CC;
}

ul li {
	list-style: square;
}

#header {
	background-image: url('../img/header-alt.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	width: 840px;
}

#web-banner {
	height: 60px;
	width: 468px;
	padding: 30px 0px 0px 342px;
}


#navbar3 {
	background-image: url('img/navbar.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0 auto 10px;
	padding: 2px;
	width: 840px;
}

#navbar3 h2 {
	border-right: 1px solid #CCCCCC;
	display: block;
	float: left;
	font-size: 10pt;
	margin: 1px auto 0px;
	padding: 3px 4px;
}

#navbar3 h2 a.nav {
	color: #333333;
	display: block;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}

#navbar3 h2 a.nav:hover {
	color: #0066CC;
}


/*#navbar3 div.anylinkcss {
	display: none;}*/

#rightColumn {
	background-image: url('img/sidebar.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 6px 0px 0px 8px;
	width: 150px;
}

h3 {
	color: #003366;
	font-size: 12pt;
	margin: 0;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin-top: 0px;
}

#rightColumn ul {
	margin: 0;
	line-height: 1.5;
	list-style: square;
	padding: 8px 0 10px 20px;
}

table.compare {
	width: 100%;
}

table.compare td {
	border-bottom: 1px solid #CCCCCC;
	height: 16px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

table.compare th {
	border-bottom: 3px double #CCCCCC;
	height: 16px;
	padding: 3px;
}

table.compare td.title {
	font-weight: bold;
	text-align: right;
}

table.compare td img {
	vertical-align: middle;
}

#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	font-size: 9pt;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	width: 840px;
}

#pageFooter {
	border-top: 1px solid #CCCCCC;
	clear: both;
	font-size: 9pt;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	width: 880px;
}