#sidebar {
	text-align: left;
	margin:0px 0 0 0px;
	width: 250px;
	height: auto;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	border-right:solid 0px #777777;
	
	}
	
#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type:none;
	font-size: 10px;
	
	}

#sidebar ul a {
	display: block;
	height:35px;
	line-height:30px;
	color: #777777;
	font-weight:normal;
	text-decoration: none;
	text-indent: 10px;
	background: #ffffff url(./img/menu.gif) no-repeat right center;
	border-bottom:1px solid #777777;
	padding-top:0px;
	font-size: 140%;
	font-weight: bold;
	background-color: #F0F0F0;
	}

#sidebar li {
	display:block;
	}
	
#sidebar a:hover, a.selected {
	background: #E3E3E3 url(./img/menu_a.gif) no-repeat right center;
	}
	
td.banner {
	background-color: #2069a1; color: white; 
}

.text1{
	font-size: 13px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: black;
	margin:0 20px 20px 0;
}