@import url("/assets/css/_defaults.css");
@import url("/assets/css/_forms.css");

/* Rules to override for print layout go here... */

/* 
	This controls the whole page (like an extraneous BODY element)
	set this to 100% if you want a full width page 
*/
#page {
	text-align : left;
	width:90%;
	margin:0;
}
#mast {
	background-color: #fff;
	border-bottom: 1px solid #DCDCDC;
/*	background-image:url(/assets/gfx/build/banner.jpg);
	background-repeat:no-repeat; */
	height:126px;
}
#corplogo {
	margin:8px 7px 11px 7px;
	padding:0;
}
#content {	
	background-color:#fff;
	margin:0;
	padding:0;
	clear:both;
}
body.error-pages #content {
	background-image:none; 
}
#main-wrapper {
	margin:7px 0 7px 0;
	padding:0;
}
#main {
	background-color:#fff;
	margin:0;
	padding:0 0 0 0;
}
#adcol {
	display:none;
}
#topten {
	display:none;
}
/*
	ROUNDED CORNERS
	Note 1: left/right margins are sometime set inline, so check HTML if need to adjust
	Note 2: For pages that require 2 column mode, the CSS is in the head of the page
	this is currently only in WEB-INF/jsp/subscription/index.jsp
*/
.rounded_small_top,			/* If colour not specified, then is the default */
.rounded_small_bottom,
.rounded_small_blue_top,	/* Blue is for the drop down filters */
.rounded_small_blue_bottom 	{}
.rounded_small_top 			{}
.rounded_small_bottom 		{}
.rounded_small_blue_top 	{}
.rounded_small_blue_bottom 	{}

#main,						/* #main instead of .rounded_medium_bottom */
.rounded_medium_top			{}
.rounded_medium_top 		{}
#main				 		{}

.rounded_small_top,
.rounded_small_bottom,
.rounded_small_blue_top,
.rounded_small_blue_bottom,
.rounded_medium_top,
#main,						/* #main instead of .rounded_medium_bottom */
#main,						/* #main instead of .rounded_large_bottom  */
.rounded_large_top	 		{}

.rounded_small_top,
.rounded_small_bottom,
.rounded_small_blue_top,
.rounded_small_blue_bottom,
.rounded_medium_top,
.rounded_large_top 			{}
/*
	END of ROUNDED CORNERS
*/


#subcontent {
	display:none;
}

#foot {
	background-color : #fff;
	border-top: 0px solid #00f;
	font-size: 0.9em;
	clear : both;
	padding:1em 0 1em 0;
	text-align:left;
}

#foot #copyright {
	color:#666;
	font-size:10px;
}
#foot #links {
	display:none;
}
#foot .separator {
	display:none;
}
#foot #links .footer-links {
	display:none;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}
ul.sitewide-links {
	display:none;
}
#header-links {
	display:none;
}
.separator {
	display:none;
}
#site-search {
	display:none;
}
#nav1 {
	display:none;
}
#leftnav {
	display:none;
}
#topten,
.favorites,
.feedback {
	display:none;
}
#filterForm {
	display:none;	
}
#siteTools {
	display:none;	
}
#social {
	display:none;
}
#socialLinking {
	display:none;
}
ul.footer-links {
	display:none;
}

a,h2,h3,h4,h5,h6{
	color:#000000;
}



















.wysiwyg_intro  {
	color:#013865;
	margin:0 0 1em 0;
}
.wysiwyg_bodytext {
	color:#000;
	text-align:justify;
	margin:0 0 1em 0;
}
.wysiwyg_subheading1 {
	font-size:1.2em;
	margin:1em 0 0.3em 0;
	font-weight:bold;
	color:#000;
	color:#013865;
}
.wysiwyg_subheading2 {
	font-size:1.0em;
	margin:0 0 0.1em 0;
	color:#0485CD;
	font-weight:bold;
}
.wysiwyg_subheading2i {
	font-size:1.1em;
	margin:0 0 1em 0;
	color:#0485CD;
	font-weight:bold;
	font-style:italic;
}
.wysiwyg_subheading2 a,
.wysiwyg_subheading2i a {
	color:#0485CD;
}
.wysiwyg_referencetext {
	font-size:0.85em;
	line-height:1.1em;
	margin:0 0 0.5em 0;
}
.wysiwyg_quotetext {
	color:#0485CD;
	margin:0 0 1em 0;
}
.wysiwyg_quotetexti {
	color:#0485CD;
	font-style:italic;
	margin:0 0 1em 0;
}

