body {
  background-image: url("images/bground_banner.gif");
	background-repeat: repeat-x;
	background-position: top;

	}
  
body, p, td, ul, ol, li {
  font:90% Univers, Tahoma, Verdana, Arial, Helvetica;
}  





#bannerTitle {
position:absolute;
top: 254px; 
left: 20px;
font: 180% Arial Narrow, Univers, Tahoma, Verdana, Arial, Helvetica;
color: #017CC2;
}


  .dropshadow {
    /* Empty declaration: this is here so that you can tag shadowed things */
}

.shadowed {
    /* This styles our actual text */
    color: white;
    position: absolute;
    background: transparent !important;
    z-index: 100;
    margin: 0;
}
  

#navcontainer {
  font-size: 13.5px;
  padding-right: 62px;
  height: 28px;
  }
#navlist ul {
  padding: 0;
  margin: 0;
  }  
#navlist li {
  display: inline;
  list-style-type: none;
 }
 
#navlist li#active a{
color: #000;
}

#navlist li a {
  font-family: Arial Narrow, Arial, Helvetica;
  font-weight: bold;
	color: #007CC3;
  text-decoration: none;
  padding-right: 5px;
}

#navlist li a:hover  {
  color: #000;
}

P, TD {
	color: #000000;

	}

UL, LI, OL {
	color: #000000;
  margin: auto;
  padding: auto;

	}


  
INPUT {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	}


	
BLOCKQUOTE {
	font-family: Univers, Tahoma, Verdana, Arial, Helvetica;
	line-height: 14pt;
	margin-left: 10px;
	margin-right: 10px
	}


	
H1 {
	font-size: 130%;
  margin-top: 3px;
  margin-bottom: 1px;
	color: #000
	}
	
	
H2 {
	font-size: 120%;
  margin-top: 3px;
  margin-bottom: 1px;
	color: #007DC3
	}
	
	
H3, H4, H5 {
	font-size: 110%;
	}
	
A:link, A:visited {
	text-decoration: underline;
	color: #007DC3;
	}
	
A:hover {
	text-decoration: none;
	color: #000;
	}


