body {
	font: small Arial, Verdana, sans-serif;
	color: #333;
	border-top: 5px solid #F31F16;
	border-bottom: 5px solid #F31F16;
	padding: 0px;
	margin: 0px;
}
a img {
	border:0;
}
a:link {
	color: #00c;
}
a:visited {
	color: #551a8b;
}
a:active {
	color: #f00;
}
a:hover {
	color: #c00;
}
form {
	margin: 0;
	padding: 15px;
}
#topbar form {
	padding: 0 0 15px 0;
}
#footer {
	text-align: center;
	background: #eee;
	border-top: 1px solid #36c;
	border-bottom: 1px solid #36c;
}
#top_logo {
	margin:0 auto;
	width:470px;
}
#topbar {
	display: block;
}
#results {
	vertical-align: top;
	padding: 0 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#results p a {
	font-size: larger;
	font-weight: bold;
}
#results p a.more {
	color: #6666FF;
	font-size: small;
	font-weight: normal;
}
#results span.extra {
	text-decoration: none;
	color: green;
	font-weight: normal;
	font-size: small;
}
#banner {
	vertical-align: top;
	width: 150px;
	padding: 0 5px 0 10px;
}
#subcats {
	vertical-align: top;
	width: 150px;
	padding: 0 10px 0 5px;
}

table#strip tr td {
	background: #eee;
	border-top: 1px solid #36c;
	padding: 0 5px;
	margin: -10px;
	font-size: larger;
}
* html body table#strip tr td {
	padding: 10px 5px;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin: 25px 0 7px 0;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	border-bottom: 1px solid #c00;
	color: #333;
}
h2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #c00;
}
p.subcats {
	margin: 5px 0;
}
p.count {
	font-style: italic;
	color: green;
	margin: 5px 0;
}

li a:visited, li a:link {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #00c;
}
li a:hover {
	color: #c00;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	margin-left: 2px;
	background: url('star.png') left no-repeat;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	font: bold 13px/15px Arial, Tahoma, sans-serif;
}
#top_menu {
	margin: 0 auto;
	text-align: center;
}
#top_menu a {
	font: bold 11px Arial, Tahoma, sans-serif;
	text-decoration: none;
	margin: 3px;
	color: #000000;
}
#top_menu a:hover {
	text-decoration: underline;
	color: #F31F16;
}

/* sitemap */
#sitemap {
	padding-left: 10px;
}

#sitemap h1 {
	font: bold 16px/18px Arial, Tahoma, sans-serif;
}
#sitemap h1:hover {
	color: #c00;
}
#sitemap h3 {
	font: bold 12px/15px Arial, Tahoma, sans-serif;
	color: #000;
}
#sitemap h3:hover {
	color: #c00;
}

#sitemap ul {
	list-style: normal;
	margin-left: 15px;
}
#sitemap li {
}
/* /sitemap */