@charset "utf-8";
/* CSS Document */

#leftcol {
	float: left;
	width: 190px;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcol {
	width: 580px;
	margin-top: 0px;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#leftmenu li {
	list-style-type: none;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;


}
#leftmenu a {
	color: #143C63;
	background-color: #4BCFFC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #143C63;
	border-bottom-color: #143C63;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	display: block;

}
#leftmenu a:hover {
	color: #4BCFFC;
	background-color: #143C63;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4BCFFC;
	border-bottom-color: #4BCFFC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	display: block;
}
#rightcol ul,li {
	margin: 1em;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
