/***********************************************/
/* page and link styles                             */
/***********************************************/
body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	
}

a, a:link, a:visited{
	color: #ff0000 ;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container { width: 100%;}
#pagecell1 { width: 100%;}
#masthead {width: 100%;}

/************** layout elements turned off *****************/

#pageNavbox, #privacy, #subnavbg, #globalNav, #bottomnav, #sectionLinks, #advert, #advert img { display:none; }

.subglobalNav, .skipLinks { display:none; }


/************** main page styles *****************/

.feature{
	font: bold 10pt "Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	width: 96%;
	margin-left: 2mm
}
html>body .feature {
	color: #000000;
}

.feature h1{
	font: bold 14pt "Times New Roman", Times, serif;
	color: #000000;

}

.feature h2{
	font: bold 12pt "Times New Roman", Times, serif;
	color: #FF0000;
}

#feature a:link:after, #feature a:visited:after {
content: " (" attr(href) ") ";
}

/************** copyright style ****************/

#siteInfo{
	font-size: 10pt;
	color: #999999;
	margin-left: 2mm

}
