@charset "utf-8";
body {
	background:url(images/mainbg.jpg) repeat-x #AFC1CF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	behavior:url("/csshover.htc"); }
body, html {
	padding:0;
	border:0;
	margin:0;
	width:100%;
	height:100%; }

a {
	color:#147BC8;
	text-decoration:none; }
a:hover {
	text-decoration:underline; }
a img { border:none; }

p {
	margin:5px;
	padding:0; }
	
form { margin:0; padding:0; }
	
h1, h2, h3, h4, h5, h6 {
	margin:0pt;
	padding:0pt;
	position:relative; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	left:-999px;
	position:absolute;
	width:990px; }

object, embed {
	z-index:0; }


div.clear {
	line-height:1px; 
	clear:both; 
	visibility:hidden; }
	
#page {	
	width:828px; /* 870 - padding left (21) - padding right (21) */
	background:#fff;
	margin-top:138px;
	position:absolute;
	left:50%;
	margin-left:-435px;
	border:1px solid #999999;
	padding:16px 21px; }
	
#left, .left {
	float:left; 
	width:624px; }	
#right, .right {
	float:right; 
	width:197px; }
#left, .left, #right, .right {
	margin-top:7px; }
#inner-left, .inner-left {
	margin:20px; }

a.logo-header {
	display:block; 
	width:350px; 
	height:90px;
	position:absolute; }

a.logo-header.left {
	top:-101px; 
	left:12px;
	background:url(/images/newman-logo.gif) no-repeat; }
a.logo-header.right {
	top:-109px; 
	right:19px;
	background:url(/images/newman-header-est.gif) no-repeat; }	

.hdiv {
	background:url(/images/divider.gif) no-repeat; height:10px; }