/* Remove unwanted elements */
#topnav, #main_nav, #contactArea, #services_nav, #branding, #footer
							{
							display: none;
							}



/* Ensure the content spans the full width */
#subject_content
							{
							width: 100%;
							margin: 0;
							float: none;
							}



/* Improve colour contrast of links */
a:link, a:visited			{
							color: #000
							}

#printlogo 					{
							position: relative;
							top: 0;
							left: 0;
							margin-bottom: 10px;
							}


							
#address p					{
							position: relative;
							top: 0px;
							left: 0;
							font-family: "Lucida grande", helvetica, arial, san-serif;
							font-size: 0.65em;
							text-align: center;
							color: #000;
							padding: 5px;
							margin: 0 0 15px 0;
							border-bottom: 1px solid #000;
							}							

#wrapper					{
							background: #fff;
							}
								
h1							{
							margin: 0 0 15px 0;
							background: #000;
							padding: 3px 6px 5px 6px;
							}
							
							
h2.content_headings			{
							color: #000;
							}
							
ul.test_lists				{
							color: #000;
							}
							
#subject_content a:link:after, #subject_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
