body {margin: 2%;
padding: 0;
font-family: sans-serif;
font-size: .6em;
line-height: 1.4em;}

div#header {padding: 1%;
text-align: left;
background-color: #333333;
color: #FFCC99;
font-weight: lighter;
font-size: 4em;}

div#header1 {
	padding: 2%;
	background-image: url(../../images/header2-image.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #333333;
	color: #FFCC99;
	font-weight: bold;
	font-size: 16px;
	text-indent: 15px;
}


table#maincontent {padding: 0%;
text-align: justify;
margin-right:  10px;
margin-left: 30px;
background-color: #333333;
color: #cccccc;
font-weight: bold;
font-size: 1.2em;}

div#leftcolumn {padding: 1%;
float: left;
text-align: left;
background-color: #333333;
color: #cccccc;
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: #FFCC99;
	background: #333333;
	padding: 5px;
	border: 1px solid #444444;
	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 solid #444444;
	}
li:hover ul, li.over ul { 
	display: block; }
