body { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #000000;
	background-color: #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%; 
	height: 100%; 
	overflow: auto;
}



#header, #footer {
	clear: both;
	background-color: #999;
}	
	
/*** Multi-column ***/


.header {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #32467e;
	border: 0px solid black;
}

.page {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #ccc;
}

#indexpage {
	background-color: #E9F4FE;
	width: 99%; 
	height: 99%; 
}

#header {
	background-color: #E9F4FE;
	float: left;
	width: 98%;
	margin: 0px;
	border: 0px solid black;

}

#logo {
	float: left;
	width: 450px;

}

#rebatetable {
	float: left;
	border: 1px solid black;
	padding-left: 0px; 
	padding-right: 0px;
	width: 455px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #16387c
}

#lospeed {
	float: right;
	border: 0px solid black;
	padding-left: 0px; 
	padding-right: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
}


#formheader {
	background-color: #E9F4FE;
	float: left;
	width: 98%;
	margin: 3px;
}

#forminfo {
	float: left;
	width: 450px;
	font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
	overflow:auto;
	
}

#menubar { 
}

#content {
	background-color: #E9F4FE;
/***	border: 1px dashed green; ***/
}

#infodiv {
	float: left;
	width: 450px;
	font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
	overflow:auto;
	background-color: white;
}

#map { 
	float: left;
	background-color: white;
	border: 1px solid red;
}

#footer p { 
	color: white;
	font-size: small;
/***	padding-top: 4px;  ***/
	text-align: center;
/***	border-top: 2px solid #999; ***/
}

.dropBox {
	float: right;
	padding: 4px;
	margin: 4px;
	background-color: white;
	border: 2px solid #ffffff;
	font-size: small;
}

.dropBox img {
	display: block;
}

  		.style1 { font-weight: bold; font-size: 16px; COLOR: #616db9; font-family: Arial,Helvetica,sans-serif }
  		body { background-color: #E9F4FE; font-size: 12px; font-family: Arial,Helvetica,sans-serif }
  		td { font-size: 12px; font-family: Arial,Helvetica,sans-serif }
  		tr.table_header a:link { color: #88FFFF }
  		tr.table_header a:visited { color: #88FFFF }
  		tr.table_header a:hover { color: #88FFFF }
  		tr.table_header a:active { COLOR: #88FFFF }
  		a:link { color: #0000CC }
  		a:visited { color: #0000CC }
  		a:hover { color: #0000CC }
  		a:active { color: #0000cc }
  		.style6 { font-weight: bold; color: #FFFFFF; text-align: center; }
  		.style7 { color: #616DB9 }

      .shadetabs{
	  padding: 3px 0;
	  margin-left: 0;
	  margin-top: 1px;
	  margin-bottom: 0;
	  font: bold 10px Verdana;
	  list-style-type: none;
	  text-align: left; /*set to left, center, or right to align the menu as desired*/
	  }

	  .shadetabs li{
	  display: inline;
	  margin: 0;
	  }

	  .shadetabs li a{
	  text-decoration: none;
	  padding: 3px 7px;
	  margin-right: 3px;
	  border: 1px solid #778;
	  color: #2d2b2b;
	  background: white url(shade.gif) top left repeat-x;
	  }

	  .shadetabs li a:visited{
	  color: #2d2b2b;
	  }

	  .shadetabs li a:hover{
	  text-decoration: underline;
	  color: #2d2b2b;
	  }

	  .shadetabs li.selected{
	  position: relative;
	  top: 1px;
	  }

	  .shadetabs li.selected a{ /*selected main tab style */
	  background-image: url(shadeactive.gif);
	  border-bottom-color: white;
	  }

	  .shadetabs li.selected a:hover{ /*selected main tab style */
	  text-decoration: none;
	  }

	  .contentstyle{
	  border: 1px solid gray;
	  width: 450px;
	  margin-bottom: 1em; padding: 10px;
	  }
