﻿body {
   background: white;
   font-size: 12pt;
   }
   
#menu, .nav_top, #sidebar, #add_content, .bottom_links, #page_options, #partners, #media_container {
   display: none;
   }
      
#content {
	float: none !important;
	color: #000 !important;
	border: 0;
	width: auto;
	margin-left: 0 5%;
	padding-top: 1em;
	border-top: 1px solid #000;
	background: transparent none;
   }
   
h1 {
	padding: 0 0 10px 0;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	padding: 6px 0 10px 0;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
	padding: 6px 0 10px 0;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h4 {
	padding: 0 0 10px 0;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	}

#header {
   margin-bottom: -8px;
   color: #000;
   }
   
#header img {
   vertical-align: bottom;
   }
   
.contact h1 {
	font-size: 100%;
	}
		
.contact ul {
	list-style: none;
	margin-left: -40px;
	font-size: 85%;
	}

.contact ul li {
	list-style: none;
	line-height: 1.5em;
	}
	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.setfocus.com" attr(href) ") ";
   }