@charset "utf-8";

body {
	font: normal 12pt Georgia, "Times New Roman", Times, serif;   
    color: #000;
    background: white;
}

#header,
#nav,
#footer,
.subnav-col,
.landing-header,
ul.tabbed-content,
div#tool-bar,
#breadcrumb,
div#footer-contact
 	{
    display: none;
	}
#wrapper {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#wrapper * {
   float: none !important;

}
#content {
	float: none;
    width: 100%;
    margin: 0;
}

h1 {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}

a {
	color: #000;
    text-decoration: underline;
}

.column-content, 
.tabs-section .column-content {
	font-size:12pt;
	padding-left: 0px;
}
.tabs-section {
	border: none;
}
ul li {
	list-style: circle!important;
}
ol li {
	list-style: decimal!important;
}
