body {
	background-color: #00A23D;
	margin: 0px;
	padding: 0px;
}
.maincontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #828282;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.maincontainer .header {
	height: 90px;
	position: relative;
	top: 0px;
	background-color: #FFF;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.maincontainer .body {
	position: relative;
	top: 0px;
	background-color: #FFF;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
.maincontainer .bottom {
	top: 0px;
	background-color: #FFF;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.left   {
	width: 180px;
	float: left;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A23D;
}
.left a   {
	display: block;
	padding-left: 5px;
	margin-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F7F7F7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #575757;
	margin-top: 1px;
}
.left a:hover {
	background-color: #00A23D;
	text-decoration: none;
	color: #FFF;
}
.right {
	margin-left: 185px;
	padding-top: 20px;
}
.right .category {
	width: 90%;
	margin-left: 30px;
	height: 105px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00C449;
	border-right-color: #00C449;
	border-bottom-color: #00C449;
	border-left-color: #00C449;
}
.right .category img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
.maincontainer .body .right h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.right .category1 {
	width: 90%;
	margin-left: 30px;
	margin-bottom: 5px;

}
.maincontainer .body .right .linkbar {
	color: #D5D5D5;
	text-decoration: none;
}
.maincontainer .body .right .linkbar a {
	color: #D5D5D5;
	text-decoration: none;
}
.maincontainer .body .right .category .image {
	text-align: center;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 15px;
}
