.sidebar ul, ol{
	padding:0px;
	margin:0px;
}
.sidebar ul li{
	padding:0px;
	margin:0px;
	margin-left:25px;
	list-style-type:disc;
}
.sidebar ol li{
	list-style-type:none;
}
.sidebar ul li a{
	text-decoration:underline;
	font-weight:bold;
}
.sidebar ul.contact li a{
	text-decoration:underline;
	font-weight:normal;
	font-size:13px;
}
.sidebar ul li a:hover, .sidebar ul li a.current{
	text-decoration:none;
}
.sidebar ul li a.current:hover{
	text-decoration:underline;
}
.sidebar ul li a.current{
	font-weight:normal;
}
.sidebar ol li a{
	text-decoration:underline;
	list-style-type:none;
	font-weight:normal;
}
.sidebar ol li a.current{
	text-decoration:none;
}
.sidebar a.more{
	padding:0px;
	float:right;
}
.sidebar a.newsheader{
	width:240px;
	display:block;
	text-transform:uppercase;
	text-decoration:underline;
	color:#fff;
	padding-left:20px;
	font:bold 12px arial;
	background:url(news_bar.gif) left top no-repeat;
}
.sidebar p{
	padding-left:10px;
	margin-bottom:0px;
	width:240px;
}                       
.sidebar .space{
	width:250px;
	height:10px;
	display:block;
}
.sidebar form{
	width:265px;
	height:200px;
	background:url(feedback.png) left top no-repeat;
}
.sidebar form label{
	color:#fff;
	font:normal 12px/24px arial;
	margin:0px;
	margin-left:10px;
	display:block;
	width:250px;
}
.sidebar form input{
	float:left;
	border:1px solid #656362;
	color:#fff;
	height:19px;
	font: normal 12px/19px arial;
	background:#181818;
	width:240px;
	margin-left:10px;
}
.sidebar form textarea{
	float:left;
	border:1px solid #656362;
	color:#fff;
	height:19px;
	font: normal 12px/19px arial;
	background:#181818;
	width:240px;
	height:100px;
	margin-left:10px;
	overflow:hidden;
}
.sidebar form input.send{
	width:auto;
	height:21px;
	border:0px;
	color:#fff;
	font: normal 12px arial;
	padding:0px 10px;
	margin-left:5px;
	margin-top:5px;
	margin-right:12px;
	float:right;
	cursor:pointer;
	background:url(btn_bg.gif) left top repeat-x;
}

