@charset "UTF-8";
/* CSS Document */

/* ****************************************** */
/* THIS STYLESHEET IS FOR *** PRINT *** MEDIA */
/* IT OVERRIDES/ADDS TO THE MAIN STYLESHEET   */
/* ****************************************** */

/* EMBED IT ON THE PAGE USING: 
<link rel="stylesheet" type="text/css" media="print" href="/master_content/styles/print.css" />
 */
  
body { 
background-color: #FFF;
height:auto;
}

a, a:link, a:visited, a:active {
text-decoration: underline;
}

/* forms */
.textfield {
	border: 1px solid #000;
	background-color: none;
	}
textarea {
	border: 1px solid #000;
	background-color: none;
	}	
	
/* index */

/* column left */
#column_left { /* index page td that contains left column table */
color:#000;
background-color: none;
background-image: none;
}
#column_left_table { /* index page left column table, in include file */
}
.welcome_text {
padding: 3px 10px;
}
a.welcome_link:link, a.welcome_link:active, a.welcome_link:visited, a.welcome_link:hover{
	color: #ffe838; /* was f7cd0b or #ffe838*/
	text-decoration: none;
	}
	
/* Using light_green_td instead
.hottopics_light_green_td {
	background-color:#358736;
	border: 1px solid #F09317;
	color: #fff;
	}	
*/

#hottopics_text div { /* index page left links paragraph spacing */
padding: 0.5em 1em 0.3em 10px;
display: block;
/* text-indent:-20px; */
}

#hottopics_text a:link, #hottopics_text a:visited, #hottopics_text a:active { /* index page left links */
text-decoration: none;
color: #fff;
}

#hottopics_text a:hover { /* index page left links */
text-decoration: none;
color: #ffe838;
}

/* column center */
#index_centercolumn{ /* index page  td that contains center column table */
background-color: #3132de;
}
#index_centercolumn_table { /* index page center column table, in include file */
}


/* column right */
#index_sitetools { /* index page td that contains right column table */
background-color: #358736;
background-image: url(/master_content/images/sitetools_repeat.gif);
background-repeat: repeat-y;
}
#index_sitetools_table { /* index page right column table, in include file */
}

/* Sub Page */

/* Subpage left column */
#column_left_subpage { /* subpage page td that contains left column table */
background-image: none;}

#column_left_table_subpage { /* subpage left column table, in include file */
margin-top: 10px;}

/* hide header image in left navs */
#column_left_table_subpage img {display:none;} 

.section_links_header {
text-transform:uppercase;
padding: 3px;
color:#fff; /* was f7cd0b; */
border-bottom: solid 2px #000 /* was056506;*/
}
.column_left_links_subpage {
background-color: #fff; /* was 358736;*/
color: #000;
font-size: 0.8em; /* was 10px;*/
}

.column_left_links_subpage a:link, .column_left_links_subpage a:visited { /* index page left links */
padding: 3px 3px 3px 10px;
display: block;
background-color: #fff; /* was 358736;*/
color: #fff /* was white;*/
}

/* Subpage right column */

.subpage_content {
	background:none;
border-right: none; /*was 1px #f09317 solid; */
font-size: 1em; /* was 12px*/
}

.breadcrumb {
	display:none;/*
background-color: #fff;  was f7cd0b;*/
}
.breadcrumb a:link, .breadcrumb a:visited {
text-decoration:underline;
}


/* Footer */
.footer_table {
	color:#000;
	background-image:none;
	width:550px;
}
.footer_table img {display:none;}


/* Global */

#header_table, #topnav_table { page-break-after:avoid;}
.content_coldivs, .grayshading {
	page-break-before:avoid;clear:both;}

.leftcol {float:left;width:139px;}
.rightcol {float:left;width:550px;}

/* display the print-only header */
#print_header {display:block;width:600px;page-break-after:avoid;}
#print_header img {float:left;margin-right:2em;}
#print_header h1, #print_header h2 {margin:0;padding-bottom:0.5em; width:500px;}

/* hide the default header, topnav, download_acrobat and fooer */
#header_table, #topnav_table, .download_acrobat {display:none;}
	
.light_green_td { /* light green boxes in left nav area */
background-color: #fff;
color: #000;
font-size: 1em; /* changed from 12px */
}

.highlight_box {
	border: #000 solid 1px;
	background-color:none; /* was #bcbef5 */
	margin: 15px 0px;
	background-image:none;
	}
	
.highlight_box_header {
	background: none; /* was #ccc */
	color: #000;
	border-bottom: #000 solid 1px;
	}
	
.highlight_box_header img {
	color: #000;
	}
	
	
.highlight_box_header a {
	color: #000;
	}

.image_table_right {
	border: #000 solid 1px;
	background-color: none; /* was #eee */
	}
	
.image_table_header {
	background: #fff; /* was ccc */
	text-transform:uppercase;
	font-weight:bold;
	}

.captionwhite {
	font-size:0.8em; /* was 10px */
	}

.subheading {
	font-size:0.8em; /* was 10px */
	}

.atrisk_table {
	border-top: 1px solid #f7cd0b;
	border-right: 1px solid #f7cd0b;
	width:500px;
	}	
.atrisk_table td {
	border-bottom: 1px solid #f7cd0b;
	border-left: 1px solid #f7cd0b;
	}
.atrisk_table_header {
	background-color:#fff;
	color:#000;
	}	
.atrisk_table_row_odd {
	background-color:#fff /* was fbeca5 */
	}
.atrisk_table_row_even {
	background-color:#fff /* was fee159 */
	}

/* test gradient boxes */

.highlight_box_white_header {
	background: #fff; /* was eceffe */
	color:#000;
	}
		
.highlight_box_gold_header {
	background: #fff; /* was ad8802; */
	color: #000; /* was fff; */
	text-transform:uppercase;
	}
.highlight_box_gold {
	background-color: #fff; /* was ffe945;*/
	background-image:none;
	}
	
.highlight_box_blue_header {
	background: #fff; /* was 0c11a8; */
	color: #000; /* was fff;*/
	}
.highlight_box_blue {
	background-color: #fff; /* was bcbef5;*/
	background-image:none;
	}
	
.highlight_box_green_header {
	background: #fff; /* was 0b6919;*/
	color: #000; /* was fff;*/
	}
.highlight_box_green {
	border: #000000 solid 1px;
	background-color: #fff; /* was b5ffae;*/
	background-image:none;
	}
	
.highlight_box_flatblue_header {
	background: #fff; /* was c5d5df;*/
	}
.highlight_box_flatblue {
	background-color: #fff; /* was d8e7f3;*/
	}
	
