/* overall formatting */
@import url("default.css");

html,body {
	margin: auto;
	background: #ffffff;
}

a {
	color:#000000;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, sans serif;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h2 {
	font-family: Arial, Verdana, sans serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h3 {
	font-family: Arial, Verdana, sans serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h4 {
	font-family: Arial, Verdana, sans serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
h5 {
	font-family: Arial, Verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
h6 {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.noprint {
	display: none;
}


acronym, .acronym{
	border-bottom: none;
}

div#container {
	position: static !important; /* needed for footer positioning*/
	width: 100%;
	height: auto !important;
}

/* header and topnav */
#header, #topnav {
	display: none;
}

#header-print {
	font-family: Arial, Verdana, sans serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 15px;
	display: block;
}

/* main area */

div#content {
	width: 100%;
	padding:0px !important;
}
table#content_table {
	width: 100%;
	border: 0;
}
table#body_table {
	width: 100%;
	border: 0;
}
td#body {
	width: 100%;
	text-align: left;
	border: 0;
}
td#body_col1 {
	text-align:left;
	border: 0;
}
td#body_col2 {
	text-align:left;
	padding-left: 20px;
	border: 0;
}
#breadcrumbs {
	display: none;
}
#disclaimer {
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
}

/* column 2 formatting */
div#col2_content {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/* side nav */
td#sidenav {
	display: none;
}
#textsize {
	display: none;
}

#banners {
	display: none;
}
#footer {
	display: none;
}

#footertext {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* hide search keywords */
.boxHiddenKeywords {
	display: none !important; 
	visibility: hidden;
}

div.collapsible, .collapsibleContent {
	display: block !important;
}