body {
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.container {
	width: 780px;
	height: 100%;
	border: solid 1px #c2c2c2;
	background-color: #FFFFFF;
	text-align: left;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #59991F;
	border-bottom: solid 1px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search {
	height: 25px;
	padding-top: 34px;
	padding-left: 5px;
	background-image: url(images/top2.jpg);
	
}
#bottom_green {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	height: 15px;
	background-color: #6FBF26;
}
.pages {
	height: 20px;
	line-height: 18px;
}
.main {
	margin: 10px;
}
.search_input {
	color: #7F9A83;
	text-align: center;
	font-size: 10px;
	border: 1px solid #6FBF26;
}
.box_top {
	background-color: #8BBE3C;
	border: 1px solid #8BBE3C;
	color: #000000;
	padding: 5px;
	font-weight: bold;
}
.box {
	background-color: #EEEEEE;
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}
.error {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-bottom: 10px;
	text-align: left;
}
.success {
	color: #006600;
	border: 1px solid #006600;
	background-image: url(images/success.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
	margin-bottom: 10px;
	text-align: left;
}
.small {
	font-size: 9px;
}

#sub_pages {
     margin: 0px 20px 10px 0px;
     padding: 20px;
     float: left;
     width: 155px;
     height: 277px;
     background: url(images/menu.gif);
}
#sub_pages li {
     list-style-type: none;
     padding-top: 5px;
     padding-bottom: 5px;
     border-bottom: 1px dashed black;

}
#sub_pages a {
	color: #777777;
}
#testimonial {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 200px;
	background: #f4f4f4;
	border: 1px solid #dbdbdb;
}
