@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background: url(images/template/bg.jpg) repeat-x #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body a {
	color: #102c62;
}
.top_details td {
	font-size: 12px;
}
.menu {
	background: url(images/template/menu_bg.gif) no-repeat;
	padding-top: 20px;
	padding-left: 11px;
	padding-right: 11px
}
td.title {
	border-bottom: 1px solid #102c62;
	padding-left: 32px;
	padding-top: 5px;
	background: url(images/template/leaf.gif) no-repeat 0px 7px;
	color: #66a621;
	font-weight: bold;
	font-size: 15px;
}
td.menu_link {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 32px;
	background: url(images/template/bullet.gif) no-repeat 17px 6px;
}
td.menu_link a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
td.testimonials {
	padding-top: 16px;
	padding-left: 25px;
	padding-right: 14px;
}
td.main {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}
td.main h1 {
	color: #66a621;
	font-size: 15px;
}
td.main h2 {
	color: #66a621;
	font-size: 15px;
}
td.main img {
	padding: 3px;
	border: 1px solid #333;
}
td.footer {
	border-top: 1px solid #818181;
	padding-top: 18px;
	padding-bottom: 13px;
}