/* site styles*/
body{
	font-family: Arial;
	color: #165829;
	font-size: 12px;
}
A:hover {
	color: #008000;
	font-weight: bold;
}
A:active{
	color: #800000;
}
td {
	font-family: Tahoma;
	font-size: 12px;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border-style: none;
}
.spaced{
	margin-top: 10px;
	margin-bottom: 10px;
}
.centered{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.bolded{
	font-weight: bold;
}
.italics{
	text-decoration: italics;
}
.underlined{
	text-decoration: underline;
}
.black{
	color: #000000;
}
.red{
	color: #FF0000;
}
.heading{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.supertitle{
	margin-top: 20px;
	font-face: Pythagoras;
	font-size: 32px;
}
.centerforie{
	text-align: center;
}
.centeredobj{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.bottomlink{
	display: block;
//	margin-top: 14px;
//	margin-bottom: 14px;
	margin: 14px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
/*layout elements*/
#top{
	display:block;
	clear: both;
	height: 180px;
	width: 1000px;
}
#middle{
	display: block;
	clear: both;
	width: 1000px;
}
#bottom{
	display:block;
	clear: both;
	background-color: #A2BE7C;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	width: 1000px;
}
#top-menu{
	background-color: #A2BE7C;
	padding: 3px;
	font-weight:bold;
	margin-bottom:12px;
}
#topcategory{
	width: 180px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	background-color: #A2BE7C;
}
#top-menu a {
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
	color: #165829;
}
#topcenter{
	float: left;
	margin-top:  20px;
	width: 500px;
	text-align: center;
	color: #008000;
}
.topside{
	float: left;
	display: inline;
	width: 180px;
}
#sidebar{
	float: left;
	margin-bottom: 20px;
	color: #008000;
	width: 180px;
}
.subcatlink{
	display:block;
	color: #008000;
	position: relative;
	left: 25px;
	width: 155;
}
.categoryname{
	display:block;
	margin-top: 14px;
	font-weight: bold;
}
#contentpane{
	float: left;
	margin-left: 10px;
	width: 800px;
}
