@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
}
#logo {


	background-image: ;
	height: 100px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
}

#banner {
	height: 200px;

}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 365px;
	padding-bottom: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: small;
	clear: both;
}
h1 {
	font-size: xx-large;
	color: #808000;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
}
h2 {
	margin-top: 2px;
	color: #3473A4;
	font-size: x-large;
}
h3 {
	font-size: larger;
	font-style: italic;
	color: #808000;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
	text-align: center;
	font-weight: lighter;
}
p {
	line-height: 1.25;
}
i {
	text-align: center;
	color: #808000;
}
a {
	color: #ee9414;
	text-decoration: none;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #808000;
	font-weight: bold;
	font-size: large;
}
.foot_txt {
	font-size: x-small;
	text-align: center;
}
