.maintext {
	font-size: 90%;
	line-height: 150%;
}
#navbar {
	font-size: 12px;
	padding-top: 10px;
}
#navbar ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#navbar a {
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #BB8888;
	padding-left: 3px;
	color: #330000;
	margin-top: 4px;
	margin-left: 4px;
}
#navbar a:hover {
	text-decoration: underline;
	color: #999900;
	border-color: #999900;
}
#navbar a.active, #navbar a.active:hover {
	border-color: #88BB88;
	text-decoration: none;
	color: #300;
}
#navbar li {
	display: inline;
}
#navbar li.heading {
	display: block;
	margin-top: 14px;
	font-weight: bold;
}
#navbar li.heading hr {
	height: 1px;
	border-width: 1px;
	margin: 8px;
}
#pagetitle, .subtitle {
	color: #444444;
	border-bottom: 1px solid #CCCCCC;
	font-size: 110%;
	padding-bottom: 4px;
	padding-top: 16px;
}
.shiftright {
	padding-left: 2em;
}
#leftside {
	padding-right: 20px;
}
.productsbox {
	border: 1px solid #999999;
	padding: 6px;
	font-size: 90%;
	margin-left: 0px;
}
.productsbox h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	display: inline;
	color: #110000;
}
.productsbox form {
	float: right;
}

#linkbox {
	font-size: 90%;
	margin: 12px;
}
hr {
	display: block;
	clear: both;
	border: none;
	border-bottom: 3px dotted #BBC093;
	margin: 20px;
}