#main {
	border: 1px solid #d9e2ea;
	clear: both;
	/* background: #FFF3B3;*/
	padding-top:0;
}

#contents {
	padding: 1em 1.5em 1.5em 1.5em;
	/*background: #FFFDF3;*/
	min-height: 300px;
}

#header {
	margin-top:10px;
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width:660px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width:auto;
	display: block;
	float: left;
	padding: 8px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size:11px;
	text-decoration: none;
	

}
	ul#primary a.current { color:#003e74}
	
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #d9e2ea;
	border-bottom: none;
	background: #FFF;
	padding-bottom: 10px;
	margin-top: 0;
}
/**/
#header ul#primary a {
	background: #d9e2ea;
	border-left: 2px solid #fff;
	border-right:2px solid #fff;
	border-top:1px solid #fff;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #fff;
	/*background: #11568b;
	padding-bottom: 5px;*/
	text-decoration:underline;
	color:#000;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 20em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }


#license { width:500px;  background-color:#eee; position:absolute; margin:120px 0 0 0; padding:15px; border:1px solid #11568b }
#license p { overflow:scroll; height:300px;  }
#eaton { width:800px;  background-color:#eee; position:absolute; margin:60px 0 0 0; padding:15px; border:1px solid #11568b }

