div {
	border: 1px none #000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure */		body, head, html, title,
/* text */			abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var, 
/* hypertext */		a, 
/* list */			dl, dt, dd, ol, ul, li, 
/* applet */		applet, param, 
/* presentation */	b, big, hr, i, small, sub, sup, tt, 
/* edit */			del, ins, 
/* bi-directional */bdo, 
/* form */			form, input, select, option, textarea, button, fieldset, label, legend, optgroup, 
/* table */			caption, table, td, th, tr, col, colgroup, tbody, thead, tfoot, 
/* image */			img  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-style: normal;
}					
				
address {
	font-style: normal;
}

#divLogo {
	background-image: url("/images/printLogo.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	width: 409px;
	padding-top: 100px;
	text-align: right;
}

#divLogo a {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

#divLeft { float: none; }
#divUtility { display: none; }
#divBrowserUpgrade { border: 3px solid #600; background-color: #eee;}
#NewsItems {text-align:left; margin:0; padding:0; padding-left:18px; width: 25%; width: 190px;}
#NewsItems dl {text-indent:0; text-align:left; border: 1px solid #600; margin: 0; padding: 0 8px 5px 8px; font-size: 11px;}
#NewsItems dt, 
#NewsItems dd {text-align:left; padding:0; margin:0; padding-top:8px; text-indent: 0;}
#NewsItems dt {float: left; margin-right: 8px; width:15%;}
#NewsItems dd {margin-left:10%; padding-left: 8px; text-indent: 0;}
#NewsItems .rightAlign {text-align:right;}