#top{
float:none;
width:700px;
min-height: 50px;
border: 3px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
/*
float:left;
width:100%;
*/
min-height: 400px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

TD{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#503D29;
	font-size:12px;
	font-weight:normal;
	line-height:23px;
}
li{
	list-style-image: url(../images/bullet.gif);
	vertical-align: middle;			
	line-height: 19px;	
}
