/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* header styles */
#idBanner {
  height: 59px;
  background-color: #023a55;
  background-image: url(/common/images/banner-bg.jpg);
  background-repeat: repeat-x;
}
#idBanner img.FloatRight {
  margin-top: 12px;
  margin-right: 16px;  
}

#idHeader {

}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* footer styles */
div#idFooter {
  clear: both;
  background-image: url(/common/images/footer.gif);
  background-repeat: repeat-x;
  padding: 25px 0px;
  font-size: 97%;
  text-transform: uppercase;
}
div#idFooter a {
  text-decoration: none;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* nav area styles */
div#idNav {
  float: left;
  width: 187px;
  *width: 186px;
  overflow-y: visible;
  _height: 1px;
  _overflow-y: visible; 
  padding: 0px; 
  font-size: 120%;
   
}
div#idNav a {
	font-weight: bold;
}
div#idNav table {
  margin: 4px 0px 0px 0px;
	font-size: 9pt;
}
div#idNav table a {
  display: block;
	text-decoration: none;
}
div#idNav table a:hover {
  color: #069;
}
div#idNav table td {
  padding: 3px 0px;
  border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
div#idNav td.navSeparater {

}
div#idNav td.navOnInd {
  padding-right: 4px;
  text-align: right;
	white-space: nowrap;
}
div#idNav td.navOffInd {
	color: White;
}


