body {
		margin:5px;
		background:white;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, li {
		font-size:12pt;
		color:#000;
		line-height:14pt;
		margin:0;
		padding:0;
}
#header {
	height:103px;
	padding:0px;
		background:url(../../images/style/sitewide/background_body.jpg) repeat-x #eee;
}
	#header form, #contentnavigation, #subheader, #subnavigation, #content #highlights {
	display:none;
	}
			#content #breadcrumbs {
			margin:10px 0 25px 0;
			padding:0 0 13px 0;
			font-size:11pt;
			color:#999;
			border-bottom: 1px dotted #8a8a8a;
			}

		#content h1 {
			padding:0;
			margin:0 0 21px 0;
			font-size:17pt;
			color:#a3171a;
			}
			
		#content h2 {
			padding:0;
			margin:0 0 18px 0;
			font-size:15pt;
			color:#a3171a;
			}
		
		#content h3 {
			padding:0;
			margin:0 0 14px 0;
			font-size:13pt;	
			color:#a3171a;
			}
		
		#content h4 {
			padding:0;
			margin:0 0 10px 0;
			font-size:12pt;
			color:#a3171a;
			}
		
		#content p {
			padding: 2px 0 13px 0;
				}
		#content p img {
			padding: 0 9px 5px 0;
			}
		/* pretty awesome hack to print out full links for a hrefs in text body.  courtesy of ALA: http://www.alistapart.com/articles/goingtoprint/ */
		#content a:link:after, #content a:visited:after {
   		content: " (" attr(href) ") ";
   		}
		#content a[href^="/"]:after {
		   content: " (http://www.privatemi.com" attr(href) ") ";
		   }
		#footer {
					border-top: 1px dotted #8a8a8a;
					}
