#atminop {
	margin: 2px;
	border-style: none;
}
#search {
	font-size: 12px;
	margin-right: 8px;
}
#search form {
	margin: 0;
}

#sidebar {
	width: 140px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-size: 13px; 
	line-height: 110%
}

#sidebar .side-title {
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
}
#sidebar .side-title a:link {
	color: #339; 
	text-decoration: none
}
#sidebar .side-title a:visited {
	color: #339; 
	text-decoration: none
}
#sidebar .side-title a:hover {
	color: #c00; 
	text-decoration: underline
}

#sidebar ul {
	padding: 0;
	margin: 0;
}
#sidebar ul.side-a {
	margin-left: 18px;
	list-style-type: square;
	font-weight: bold;
}
#sidebar ul.side-b {
	margin-left: 18px;
	list-style-type: disc;
}

#sidebar .banner {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

/****** old style *******/
.side-a {
	font-size: 13px; 
	color: #33f; 
	line-height: 110%
}
.side-a a:link, .side-a a:visited {
	color: #339; 
	text-decoration: none
}
.side-a a:hover {
	color: #c00; 
	text-decoration: underline
}
.side-b {
	font-size: 12px; 
	color: #333; 
	line-height: 120%
}
.side-b a:link, .side-b a:visited {
	color: #333; 
	text-decoration: none
}
.side-b a:hover {
	color: #c00; 
	text-decoration: underline
}


