﻿@charset "utf-8";
/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }
/* remember to define an outline style! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	font-weight: bold;
	background: transparent;
	color: #520;
	text-decoration: underline;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

hr {
	margin: 0px 0px 12px;
	border-bottom: 1px solid #A19E94;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
}
p {
	margin-bottom:12px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
#container {
    width: auto !important;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
    display:block;
}

#rightColumn {
    display:none;
}

div#middleColumn {
   padding-top: .5em;
   padding-bottom: .5em;
   display:block;
}
#twoCol #container #rightColumn {
	width: auto;
	border-top: none;
	padding-top: 9px;
	margin-top: 0px;
	float: none !important;
    color: black;
    background: transparent none;
    display:block;
    font-size: 12pt;
}
#content #middleColumn #topHeaderSection h1, 
#twoCol #container #rightColumn h1,
#twoColLand #rightColumn h1 {
	margin-bottom: 6px;
	display: block;
	font: 1em/1.1em Helvetica, Arial, Verdana, sans-serif;
	color: #4c4d4f;
}
a.backToTop{display:none;}
#footer {
	width: auto;
	clear: left;
	margin: 0 5%;
    padding-top: .5em;
    border: 0;
}
#header, #twoCol #header {
	display:none;
}

#navHolder, #mainNav {
	display:none;
}

#topCallout {
	display:none;
}
span.tertiaryHead{display:none;}

