div 	{margin: 0; padding: 0; border: 0px solid green;}
html 	{margin: 0; padding: 0; border: 0}


div#header { margin: 0; padding: 0; border-bottom: 1px solid white; height: 220px;}	
	
div#leftcol {display: none; margin: 0; padding: 0; float: left; color: black ; height: 540px; width: 170px; border-bottom: px solid #333;}	
		
div#constrain {margin: 0; padding: 0; border: px solid red; color: black ; margin: 50px 20px 20px 20px; position: relative;}/*this width works for IE, but must also set..... for NN*/
	
div#rightcol {display: none; margin: 0; padding: 0; float: right;width: 170px ;margin-top: 20px; border-left: 1px solid red; border-top: 0px solid silver;}

div#footer {display: none; margin: 0; padding: 0; width: 100%;border-top: 1px solid #33f ;background: white url(../images/footer_fade.jpg) top left repeat-x ;height: 100px;clear: left;}



	

/*main typographic styles*/

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: Helvetica, sans-serif;
	text-align: left;
	line-height: 1em;}
	}
	
h1 {margin-bottom: .5em; color: black;}
h2 {margin-bottom: .5em; color: black;}
h3 {margin-bottom: .5em; color: black;}
h4 {margin-top: 2em; margin-bottom: .5em; color: black;}
h5 {margin-top: 2em; margin-bottom: .5em; color: black;}
h6 {margin-bottom: .5em; color: black;}

body p, li, a {font: 12pt/1.66em Trebuchet, Helvetica, sans-serif; margin: 0; padding: 0; background: transparent; color:black; text-align: left;}





/*variety of p treatments*/		
 

div#leftcol p, li, a {
	font-size: 12pt;/* NN needs this to be set to 12, as NN does not let the body p code override*/
	}

	
div#rightcol p {
	margin: 0 0 1em 0;
	padding: 0 20px;
	color: #2B6AFF;
	}
	
div#rightcol a {
	margin: 0;
	padding: 0;
	line-height: 1em;
	}
	
div#constrain p {
	margin: 0 0 1em 0;
	}
	
	
div#rightcol h5 {
	margin: 0 0 10px 20px;
	}
	
div#rightcol .feature_p {
	margin: 0;
	font: 13pt/2em times, serif;
	font-style: italic;
	color: #2B6AFF;
	}
	
	
div#footer p {
	margin: 10px 0 0 20px;
	color: #333;
	font-size: 10px;
	background: transparent;
	}

.p_indent	{
	padding-left: 3em;
	font-style: italic;
	}
	
.p_bold	{
	font-weight: bold;
	}
	
.p_backtotop {
	display: none;
	margin-top: 30px;
	}




	
	


h4#uppermost {margin-bottom: -1em;}

.boxed_heading {
	display: block;
	font: 16pt/1.5em Helvetica, sans-serif;
	text-align: left;
	margin-top: 4px; 
	margin-bottom: 0.5em; 
	color: black;
	border: 1px solid black;
	background: white ;
	padding: 10px;
	
	}
	
div#constrain .biggerletters {
	display: inline;
	font: 24pt Helvetica, sans-serif; 
	color: black;
	margin: 0 20px 0 20px;
	}





/*navigation begins*/

	
#secondarynav ul {
	list-style: none;
	padding: 20px 10px 20px 20px;/* controls space around navigation list as a whole unit, actually overrides anything in the leftcolumn attributes*/
	margin: 0;
	border: 0;

	}

#secondarynav li	{
	border-bottom: 1px solid white;
	width: 140px;
	margin: 0;
	padding: 0;
	color: #000;
	}

#secondarynav li a {
	font: 12px;/*28px leading was originally used to control the navigation text, also affects the depth of the navigation, , doesn't work for NN, need to set padding for it.*/
	padding: 6px 0 6px 0;/*testing nav list spacing/pseudo-leading...works for both IE and NN*/	
	text-align: center;
	display: block;
	font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: blue;
	text-decoration: none;
	background: white url(../images/button_a.gif) top left no-repeat;/*normalimage nav buttons*/

	}

#secondarynav li a:visited {
	font: 12px;/*28px leading was originally used to control*/	
	}
	
#secondarynav li a:hover {
	font-weight: normal;
	background: white url(../images/button_b.gif) top left no-repeat;/*the rollover image*/
	color: red;
	text-decoration: none;
	}
	
html>#secondarynav li a {width: 138px;}
	

#secondarytop, #tertiarytop	{
	border-top: 1px solid white;
	font: 12px;/*28px leading was originally used to control the navigation text, also affects the depth of the navigation, see padding as well*/
	padding: 6px 0 6px 0;/*testing nav list spacing/pseudo-leading...works for both IE and NN*/	

	}







/*link treatments - general */

	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: black;
	background: transparent; 
	}
	
a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: black;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: red;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: red;
	background: transparent;  
	}	
	
	






	
/*image treatments*/


img#logo {
	position: absolute; z-index: 1; top: 13px; left: 5px;
	margin: 0; padding: 0;
	}
	
div#content img { margin : 5px 0; border: 1px solid #ccc;}
	
div#rightcol img { margin :10px 0 15px 0; }

div#constrain .img_float_right {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid black;

		
	}
	
	

	
	
/* tabular data generic */	
	
	
table#styledtablefull {
	border: 1px solid black;
	margin: 10px 0 30px 0;
	padding: 0;
	}
	
table#styledtablefull td p {
	font-family: Tahoma, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	text-align: left;
	color: black;
	padding: 4px;
	margin: 0;
	}
	
table#styledtablefull tr#rows p{
	border-top: 1px solid black;
	margin: 0;
	padding: 4px;
	}
	
table#styledtablefull tr#toprow p {
	font-weight: bold;
	color: #fff;
	background: black;
	margin: 0;
	padding: 4px;
	}
	
table#styledtablefull tr#rowspan {
	margin: 0;
	padding: 0;
	background: ;
	}
	
table#styledtablefull tr#rowspan p {
	text-transform: uppercase;
	color: #03c;
	margin: 0;
	padding: 4px;
	}
	
table#styledtablefull tr#rows td {
	border-right: 0px solid #ccc;
	margin: 0;
	padding: 0;
	}
	
table#styledtablefull tr#rowspan td {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
	
table#styledtablefull tr td#lastcolumn {
	border-right: 0;
	margin: 0;
	padding: 0;
	}
	

table#styledtablefull td {
	padding: 0;
	margin: 0;
	}
	
table#styledtablefull tr.dark {
	padding: 0;
	margin: 0;
	background: #f0eff3;
	}
	
	
	
div.noprint {
	display: none;
	}
	