
#leftcolumn{
	float:left;
	width:170px;
	height: 400px;
	border: 1px thin;
	padding: 5px;
	padding-left:5px;
	font-size:10px;
}
#leftcolumn a {
	padding: 3px 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #ecf2f4;
	font-size:14px;
	text-align:left;
}
#leftcolumn a:visited{
	font-weight:normal;
}
#leftcolumn a:hover{
	background-color:#ecf2f4;
	padding: 3px 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid #ecf2f4;
	font-size:14px;
	text-align:left;
	text-decoration:underline;
}
#leftcolumn a:active {
	background-color:#ecf2f4;
    color: #006699;
    text-decoration: none;
    font-style: normal;
}
#rightcolumn{
	float:left;
	width:390px;
	min-height:400px;
	border: 1px dotted #c7c7c7; background-color: #ffffff; 
	margin-left:5px;
	padding: 5px;
	padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
	height: 400px;
}
#footer a, a:visited	{
	display: inline;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
	text-align:center;
	width:100%;
}