html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 13pt !important;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 7in;
  	 }
    
#newmenu, #secondarynav, #welcome, .hide {
    display: none;
    }

#primarycontent, #bravefourhundred {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}
   	
p {
   	font-size: 13pt !important;
   	font-family: Georgia, Palatino, serif;
   	line-height: 150%;
    }
#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
	}

#footer p	{
	margin: 10pt 0;
	padding: 0;
	}

#footer ul	{
	margin: 10pt 0 0 0;
	padding: 0;
	}
	
#footer li	{
	display: inline;
	margin: 0;
	padding: 0 15pt 0 0;
	text-align: left;
	border: 0;
	}	

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}

h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}

	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#primarycontent a:link:after, #primarycontent a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

#primarycontent a[href^="/"]:after {
   	content: " (http://www.todd.acheson.com/" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maincontent a[href^=""]:after {
   	content: " (http://www.todd.acheson.com/" attr(href) ")";
	}
*/
	
.vs0	{
	margin-top: 0;
	}
	
.vs3	{
	margin-top: 3pt;
	}		

.vs5	{
	margin-top: 5pt;
	}	

.vs7	{
	margin-top: 7pt;
	}

.vs10	{
	margin-top: 10pt;
	}	

.vs15	{
	margin-top: 15pt;
	}	
	
.vs25	{
	margin-top: 25pt;
	}