body {
  font: 11px verdana, helvetica, arial, sans-serif;
  margin-top:20px;
  /*background: #1A2D3B;*/
  background: #ffffff;
}

div#shell {
	width:800px;
	left: 50%;
	margin-left: -400px;
	background:#ffffff;
	position: absolute;
	border:1px solid #426987;
	background-color: #ffffff;
}

div#shellplain {
	width:800px;
	left: 50%;
	margin-left: -400px;
	background:#ffffff;
	position: absolute;
	background-color: #ffffff;
}

div#header {
	width:800px;
	height:136px;
	background: #ffffff url(images/banner_blue.jpg) no-repeat right top;
}

div#nav {
	height:20px;
	cursor: hand;
	cursor: pointer;
}

div#banner {
	position:inherit;
}

div#content {
	float: left;
	padding: 0px 40px 0px 40px;
	width: 400px;
	background:#ffffff;
	color:#000000;
	position: relative;
}

div#tableholder {
	float:left;
	padding:10px 40px 20px 40px;
	width: 400px;
	background:#ffffff;
	position: relative;
}

div#helpbox {
	text-align:center;
	float:right;
	width: 270px;
	padding:10px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	background:#ffffff;
	background-image: url("images/helpbkgrd.gif");
	background-repeat: no-repeat;
	background-position: center center;
	border:1px solid #426987;
}

div#footer {
	width:800px;
	height:20px;
	background:#81A9BF;
	padding: 2px 0px;
	margin: 0px;
	position: relative;
}

div#links {
	background:#ffffff;
	padding:4px 4px 4px 4px; 
}

div#ad {
  float: right;
  width: 344px;
  height: 47px;
  margin-right: 20px;
  margin-top: 30px;
}

div#leakmap {
	float:right;
	width: 290px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	position: relative;
	background:#ffffff;
	/*border:1px solid #426987;*/
}

div#fpomap {
	float:right;
	width: 290px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	position: relative;
	background-image: url("images/techhelp/fpo4map.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	/*border:1px solid #426987;*/
}

div#note {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
 	color: #CC0000;
	font-size: 9px;
 }
 
 div#copyright {
 	height:10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 4px 4px 0px;
	background: #1A2D3B;
 	color: #CCCCCC;
	font-size: 9px;
 }

div#formstuff {
	width:500px;
	left: 50%;
	margin-left: -170px;
	/*border:1px solid #09351B;
	background:#ffffff;*/
	position: absolute;
}

a {
	color:#426987;
	text-decoration:none;
}

a:visited {
	color:#426987;
}

a:hover {
	color:#6abbd6;
	text-decoration:underline;
}

a .util{
	color:#900000;
	font-weight: bold;
	text-decoration:none;
}

a:visited .util {
	color:#900000;
	font-weight: bold;
}

a:hover.util {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}

h1 {
	padding: 0px 0px 0px  0px;
	margin-bottom:0px;
	color:#1a2d3b;
	font-size: 18px;
	font-weight: bold;
	/*border-bottom: 1px solid #545454;*/
}
h2 {
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 4px 0px;
	color:#426987;
	font-size: 14px;
	font-weight: bolder;	
}

h3 {
   padding: 0px 0px 0px 0px;
   font:bolder 12px arial;
}

 ul {
	margin: 0px 0px 20px 0px;
	list-style-position: inside;
	list-style-image: none;
	vertical-align: middle;
	list-style-type: square;
 }

input {
  font: normal x-small/normal "Courier New", Courier, mono;
  background-color: transparent;
}

.menu {
  font: 11px verdana, helvetica, arial, sans-serif;
  color:#ffffff;
  background:#426987;
}

hr {
	margin-top:20;
	margin-bottom:20;
	color:#CCCCCC;
}
