body {
	background-color: #D8D8D8;
}

div#header1 {
	background-image: url(/images/header1a.jpg);
	width: 1024px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: top center;
}

div#header2 {
	background-image: url(/images/header2a_fapwt01.jpg);
	width: 1024px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
}

table#maincontent {padding: 0%;
text-align: justify;
margin-right:  10px;
margin-left: 30px;
background-color: #D8D8D8;
}

div#leftcolumn {
padding: 1%;
float: left;
text-align: left;
background-color: #D8D8D8;
font-size: 11px;
width: 151px;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 105px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #605452;
	background-color: #D8D8D8;
	padding: 5px;
	border: 1px #D8D8D8;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
	border-bottom: 1px #D8D8D8;
	}
li:hover ul, li.over ul { 
	display: block; }