* body
{
	margin: 0 ;
	padding: 0;
	font: 85% Arial,Helvetica,sans-serif;
	text-align: center;
	color: #000;
	background-image: none;
	background-color: #ffe580;
	}

#container
{
	margin: 15px auto;
	width: 760px;
	text-align: left;
	background-color: #fff; 
	border:  1px solid #676767;
}

/* Nancy hack */
/* AE hack to NL hack, added bg color to container B */
#containerB
{
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #ffffcc;
	text-align: left;
}

#header
{
	height: 85px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 1px solid #676767;
}

a:link { color: #006B3F; }

a:visited { color: #006B3F; }

a:hover, a:active
	{
	color: #9c0;
	}
h1
	{
	color: #000;
	font: bold 200% Arial,Helvetica,sans-serif;
	margin: 0;
	}
h2
	{
	color: #FFF2BF;
	font: 120% Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 3px 0;
	background-color: #292F7C;
	border-bottom: 1px solid #676767;
	}

h2 a { text-decoration: none; }
h3
{
	color: #000;
	font: 106% Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-top: 0;
}
#header
{
	height: 130px;
	width: 100%;
	background: url(wellweb.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 1px solid #292f7c;
}
#header h1
{
	color: #B52C07;
	font: 160% Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}

p{text-align: left;}

#nav, #nav ul { /* all nav lists */
		padding: 0;
		margin: 0;
		font-size: 1em;
		list-style: none;
		float : left;
		width : 230px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.50em;
		margin-bottom : -1px;
		display: block;
		/* width: 15em;  */
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		/* margin-left : 15.05em;  */
		margin-left:230px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a, #nav li a:visited {
		/* width: 15em;
		width : 14em;  */
		width:220px;
		display : block;
		color : #006B3F;
		font-weight : normal;
		text-decoration : none;
		background-color : #ffffcc;
		border : 1px solid #ccc;
		padding : 0 5px; /* 0 0.5em;  */
	}
	
	#nav li a:hover {
		color : #292f7c;
		background-color : #eaeaea;  /* #eaeaea was white */
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* AE081307 Added per TL to fix sticking flyouts in ie7 */
#nav li:hover, #nav li.hover {position: static;}

#content {
	background: #fff;
	width: 525px;  /* 70%;  */
	float:right;
}
#content .gutter {padding: 10px 20px;}

#footer
{
	clear: both;
	border-top: 1px solid #676767;
	color: #006;
	background: #fff;  /* ffca00 */
	font-size: 90%;
}
/*  #footer a, #footer a:visited
{
	text-decoration: underline;
	color: #C4C769;
}
#footer a:hover, #footer a:active
{
	text-decoration: none;
	color: #fff;
	
}
*/
div.row {
  clear: both;
  padding-top: 5px;
  }
div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 390px;
  text-align: left;
  }
input.btn{
   color:#000080;
   width:171px;
   height:32px;
   font-family: Arial,Helvetica,sans-serif;
   font-size:small;
   font-weight:bold;}
   
.test{
 text-align:right;
/* margin:5px ;  */
padding:5px;  
 white-space:nowrap;
}
.test span{float:left;width:5em;text-align:left;}

/*  Hide from IE5/Mac  \*/
* html #footer { height:  1%;  }
/*  End hide from IE5/Mac  */
