div 	{margin: 0; padding: 0; border: 1 px solid red;}
html 	{margin: 0; padding: 0; border: 0;}
body	{background: white url(../images/bgd.jpg) repeat-x;}


div#header {margin: 0; padding: 0; height: 246px;}	
	
div#leftcol {margin: 0; padding: 0; float: left; color: black ; width: 170px; border-bottom: px solid #333;}	
		
div#constrain {margin: 0; padding: 0; border: px solid red; color: black ; margin: 20px 20px 20px 200px;}/*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 {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: orange;}
h3 {margin-bottom: .5em; color: #1D1E95;}
h4 {margin-top: 2em; margin-bottom: .5em; color: #2398AB;}
h5 {margin-top: 2em; margin-bottom: .5em; color: #66f;}
h6 {margin-bottom: .5em; color: purple;}

body p, li, a {font: 12px/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: 12px;/* NN needs this the 'leftcol' be set to 12, as NN does not let the body p code override*/
	}
	
div#constrain p {
	margin: 0 0 1em 0;
	}
	
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 {
	margin-top: 30px;
	}




	
/* misc typographic treatments*/


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

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





/*navigation treatments*/

	
#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 10px 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 : none;
	color: #FF5E04;
	background: transparent; 
	}
	
a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #B15EFF;
	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;  
	}	
	
	
	/*link treatments - footer */

	
div#footer a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent; 
	}
	
div#footer a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent; 
	}

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

div#footer 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#constrain .img_float_right {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid silver;
		
	}
	
	
	
	
/*scrollbars*/
body {
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #008B8B;
SCROLLBAR-FACE-COLOR: #800080;
SCROLLBAR-HIGHLIGHT-COLOR: #8A2BE2;
SCROLLBAR-SHADOW-COLOR: #9400D3;
SCROLLBAR-3DLIGHT-COLOR: #FFC0CB;
SCROLLBAR-TRACK-COLOR: #FFA500;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
	
	
	
	
	
/* tabular data generic */	
	
	
table#styledtablefull {
	border: 1px solid #339;
	margin: 10px 0 20px 0;
	padding: 0;
	}
	
table#styledtablefull td p {
	font-family: 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 #ccc;
	margin: 0;
	padding: 4px;
	}
	
table#styledtablefull  ul li{

	margin: 0;
	padding: 4px;
	list-style-image: url(../images/bullet_square_outline.gif);
	}
	
table#styledtablefull tr#toprow p {
	font-weight: bold;
	color: #fff;
	background-color: #339;
	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;
	}.h2noleading {
	margin: 0px;
	padding: 0px;
}
