h1,h2,h3{
	font-family: verdana, arial, 'sans serif'; 
	}

p,table,li{
	font-family: verdana, arial, 'sans serif'; 
	margin-left: 10pt;
	}

table { 
	table-layout: auto;
	}

ul{
	list-style: disc; 
	}

ol{
	list-style: decimal; 
	}

p,li,th,td{
	font-size: 100%;
	background-position: 35px;
	}
tr td p {
}


body{
	/* background-image: url("ShadedBlueBgnd.gif") */
	/* color of the continents in the logo */
	/* background-color:#eaeaf4; */
	}

html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	}

html, body, #container {
    min-height: 100%;
    width: 98%;
    height: 100%;
} 

html>body, html>body #container {
    height: auto;
}

#header{
	font-family: verdana, arial, 'sans serif'; 
	width: 98%;
	margin-left: 10pt;
	margin-right: 10pt;
	text-align: center
	}
#container{
    position: absolute;
    top: 0;
    left: 0;
	}
#content { 
	font-family: verdana, arial, 'sans serif'; 
	padding-bottom: 40px; 
	margin-left: 10pt;
	}
#footer{
	clear: both;
	position: absolute;
	bottom: 0; 
	width: 40%;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-left: 30%;
	margin-bottom: 0;
	text-align: center;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 8pt;
	border-top: 1px solid blue; 
	}

h1,h2,h3,hr 
{
	color:#124970; 
}

a:link    {color:#124970}
a:visited {color:#124970}
a:active  {color:#0087CB}
a:hover   {color:#0087CB}

/*- Menu Tabs CNS--------------------------- */

#cnstabs {
	float:left;
	width:100%;
/*	background-image: url("ShadedBlueBgnd.gif") */
/*	background-color:#eaeaf4; */
	font: bold 11px/1.5em Verdana;
	font-size:93%;
	line-height:normal;
	}
#cnstabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}
#cnstabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#cnstabs a {
	float:left;
	background:url("file://///rick/c/CNSSYS_Web_Archive/www/html/lib/tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border-bottom:1px solid #666;
	}
#cnstabs a span {
	float:left;
	display:block;
	background:url("file://///rick/c/CNSSYS_Web_Archive/www/html/lib/tab_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#cnstabs a span {float:none;}
/* End IE5-Mac hack */
#cnstabs a:hover span {
/*	color:#FFF; */
	background-color:#eaeaf4;
	}
#cnstabs a:hover {
	background-position:0% -42px;
	}
#cnstabs a:hover span {
	background-position:100% -42px;
	}
#cnstabs #current a {
	background-position:0% -42px;
	}
#cnstabs #current a span {
	background-position:100% -42px;
	}
