﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.6;
	margin:0;
	padding:0;
	color: #000;
	background: white;
}

form, p, h1, h2, h3, h4, ul, li {
	margin:5px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#column2 {margin-top: 30px; border-top: 3px solid #000;}

#header, #primaryNav, #footer, #section ul, #breadcrumbs, #journeyMainNav, #secondaryNav, 

#column2 ul li a, #column2 .bannerCaption{
display:none;
}

#header, #footer, #content {
	text-align:left
}

.dotted {
	clear:both;
	height:1px;
	border-bottom: 1px dashed #ccc;
}

#header, #footer, #section, #contentHolder, #breadcrumbs, #sectionJF, journeyMainNav div {
	margin:0 20px;
	width:80%;

}

table td {border: 1px solid #000; vertical-align: top;}
a img { border:none; }

a:link, a:visited {
	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.atmitchell.com" attr(href) ") ";
   }
  
