/* Please feel free to use for your own projects */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color: #fff;
	}
p {
	font-size: 15px;
	margin: 0 2px 12px 2px;
	}
.bold {font-weight:bold}
h1, #contentMain h1 acronym, #contentMain h1 abbr {background: white; color: red; text-decoration: none; font-weight: bold; padding-bottom: 12px; font-size:20px}
#contentMain p acronym{display: none;}
#contentMain p abbr{display: none;}
h2 {background: white; color: black; text-decoration: underline; font-weight: bold; padding-bottom: 1px; font-size:14px}
h3, h4, h5 {background: white; color: black; text-decoration: underline; font-weight: bold; padding-bottom: 1px; font-size:12px}

address {
	margin: 1em 0;
	line-height:1.4em;
	font-style: normal;
	}
#container 	{
	width: Auto;
	margin:0.5%;
	padding: 0;
	border: 0;
	float: none !important;
	color:#000;
	background: transparent;
	}
body .logo {display: none;}
/*-------------- Header styles --------------------*/
#header, masterWrap #headerWrap #header {display: none;}

/*This class for email.html form buttons*/
form .button {padding: 3px;}

.center {text-align: center;}

/*----------- Top navigation bar styles-----------------------------*/
#nav {display: none;}
#navcontainer ul {display: none;}
#breadcrumb {display: none;}

/*----------- Main Content Styles --------------------------------*/
#contentMain {margin-left:10%;}
#contentMain a, #contentMain a:link {
	font-weight:bold;
	font-style:normal;
	color:#36C;
	text-decoration:none;
	border-bottom:1px dashed #36c;
	} 
#print-link {display: none;}
	
/*..............Styles for Lists in Content Area................*/
#contentMain ul {
	margin: 5px 0px 10px 0px;
	color: #333;
	}
#contentMain ul li {
	color: #000000;
	line-height:1.5em;
	margin:3px 0 5px 40px;
	list-style: none;
	list-style-position: outside;
	list-style-image:  url(../images/bullet_square.gif);
	}
#contentMain ol li {
	color: #000000;
	line-height:1.5em;
	margin:3px 0 5px 40px;
	list-style-position: outside;
	}
#contentMain img {display: none;}
#content img {display: none;}
#content_new img {display: none;}
/*..............Styles for Definition Lists in Content Area................*/
#contentMain dl {
	margin:1em 0 1em 0;
	padding:0;
	line-height:1.3em;
	}
#contentMain dl dt {
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#006;
	}
#contentMain dl dd {
	margin:0 0 1.5em 0;
	}
#contentMain dl.indented dd{
	margin:0 0 1em 2em;	
	}
#contentMain dl.inline {
        margin:1em 0 1em 10px;
        border:none;
	}
#contentMain dl.inline dt {
        font-size:13px;
        margin:0;
        padding-right:10px;
        width:8em;
        float:left;
	}
#contentMain dl.inline dd {
		margin:0;
	}
	
.visit-site {
	font-size:.85em;
	padding-top: 2px;
	display: block;
	}
pre {
	font-size:1.2em;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	}
.fauxlink {
	text-decoration: underline;
	color: #0000FF;
	}
.top {vertical-align: top;}
.h1small{
	font-size:0.60em;
	font-weight: normal;
}
.black {color: #000;}
.blue {color: #369;}
.red {color: #900;}

/*------------------------- Right-hand content container styles ------------------*/
#colSecondary{display: none;}


/*------------------------- Right-hand Navigation styles ------------------*/
#navlist{display: none;}
h3.RHheader {display: none;}

/*----------------------------Side Content Styles --------------------------*/


#resourcelink{width:98%;text-align:right;display:block;margin:6px 0 0;padding:0 4px 14px 0}
.clearer{height:1px;margin-top:-1px;clear:both}

cite{letter-spacing:0.05em;font-size:small}

/*------------------------Footer Styles --------------------------*/
div.footerbar{background:50% 50% #369;border:none;text-align:right;height:7px;clear:both;}
#footer{display: none;}

/*---------------Float and border styles ---------------*/

.floatright	{
	float:right;
	margin:2px 0px 1px 10px;
	}
.floatleft	{
	float:left;
	margin:8px 10px 1px 0px;
	}
.border	{border:gray solid 1px;}	

.offscreen{position:absolute;left:0;top:-500px;width:1px;height:1px;overflow:hidden}

table tr.border {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	}

/*----------------------Styles for Content Quick-link Nav Bar-------------------------------*/
#contentMain #quick-nav ul, #contentMain .quick-nav ul{display: none;}

#contentMain #quick-nav li, #contentMain .quick-nav li{display: none;}

/* Test code for main page feature sections*/
/* story highlights */


hr {
	color: #A3C1E0;
	background-color: #A3C1E0;
	}
.toplink {display: none;}
a.top {display:none;}
    
a:link:after, a:visited:after {
      content: " (" attr(href) ") ";
      font-size: 90%;
    }
html.noted a:link:after, html.noted a:visited:after {
      content: '';
    }