@charset "UTF-8";/* CSS Document */<style type="text/css">.oneColFixCtrHdr #header {	background: #DDDDDD;	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */}.oneColFixCtrHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse  */	padding: 100px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColElsCtr #container {	width: 1070px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	margin-top: 1px;	margin-left: 25px;	font-family: Verdana, Arial;}ul.menu {	list-style:none;	margin:0;	padding:0}ul.menu * {margin:0; padding:0}ul.menu a {	display:block; 	color:#FFF;	text-decoration:none}ul.menu li {	position:relative; 	float:left; 	margin-right:1px}ul.menu ul {	position:absolute; 	top:26px; 	left:0; 	background:#d1d1d1; 	display:none; 	opacity:0; 	list-style:none}ul.menu ul li {	position:relative; 	border:1px solid #aaa; 	border-top:none; 	width:236px; 	margin:0}ul.menu ul li a {	display:block; 	padding:3px 7px 5px; 	background-color:#d1d1d1}ul.menu ul li a:hover {background-color:#c5c5c5}ul.menu ul ul {	left:218px; 	top:-1px}ul.menu .menulink {	border:0px solid #aaa;	padding:7px 7px 6px; /*distance from top, L B*/	font-weight:bolder;	background:url(../images/header.gif);	width:224px}ul.menu .menulink:hover, ul.menu .menuhover {	background:url(../images/header_over2.gif);	/*font-family: Verdana, Arial;*/	float: left;}ul.menu .sub {	background:#d1d1d1 url(../images/arrow.gif) 206px 8px no-repeat}ul.menu .topline {border-top:1px solid #aaa}.oneColElsCtr #footer table tr td {	color: #666;	font-family: Verdana, Arial;}</style>