html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  background-color:#000000; 
 color:#FFFFFF;
font:normal 10pt arial,sans-serif;
} 
 
a {
  color:red;
}

a:hover {
  color:dark-red;
}

	a.info{
		position:relative; /*this is the key*/
		z-index:24; 
		text-decoration:none
	}

	a.info:hover{z-index:25; }

	a.info span{display: none}

	a.info:hover span{ /*the span will display just on :hover state*/
		display:block;
		position:absolute;
		top:0px; left:35px; width:300px;
		border:3px solid #2a3843;
		background-color:#394752;
		color:#FFF;
		}

#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:10px; 
/*margin-left:auto; 
 margin-right:auto;  */
background-image:url(./images/footerbg.jpg);
} 
 
#header{
 position:relative; 
 height:250px; 
  background-color:#000000; 
 width:100%;
background-image:url(./images/newHeader-logo.jpg);
} 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 width:650px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:160px; 
 float:right; 
 position:relative; 
//min-height:520px;
 background-color:#000000;
background-image:url(./images/rightColumn.jpg);
background-repeat:repeat-y;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:470px; 
padding:0 10px 10px 10px;
min-height:500px;
//border:solid thin red;
 }
 
#footer{
 height:250px; 
  background-color:#000000; 
 clear:both;
background-image:url(./images/footerbg.jpg);
background-repeat:repeat-y;
 } 
 
ul.wayfinder
{
list-style-type:none;
padding:0px;
margin:0px;
}
li.wayfinder
{
background-image:url(./images/leftsidebg.jpg);
background-repeat:no-repeat;
background-position:0px 5px;
padding:4px 0px 0px 14px;
height:16px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

tr{
background-color:#414f5a;
}
	
tr.intRow{
background-color:#394752;
}
	
th{
background-color:#2a3843;
}


