body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.wrapper {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
.head {
	background-image: url(../images/header_b.jpg);
	background-repeat: no-repeat;
	height: 205px;
}
.subnav {
	font-size: 10px;
	float: right;
	margin-right: 55px;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}
.subnav a {
	color: #FFFFFF;
}
.nav {
	height: 59px;
	width: 672px;
	margin-left: 277px;
	padding-left: 3px;
	background-color: #EEEEEE;
}
.nav img {
	display: inline;
}
.content {
	padding-bottom: 5px;
}
.content a {
	color: #100D6E;
}
.subheader {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #100D6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #100D6E;
	height: 38px;
	padding-top: 30px;
	padding-left: 5px;
}

.left-col {
	float: left;
	width: 278px;
	text-align:center;
}
.right-col {
	float: left;
	width: 708px;
}
* html .right-col {
	width: 700px;
}
p {
	text-align: justify;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.right-col h2 {
	color: #3D72BE;
	margin: 0px;
	padding-top: 30px;
}

.testimonial {
	width: 410px;
	padding: 10px;
}
.testimonial em {
	font-weight: bold;
	text-align: right;
	line-height: 30px;
}
.testimonial img {
	padding-right: 10px;
}



.clear {
	clear: both;
}

.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #66AFDC;
}
.textlinks {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.footer  a{
	color:#FFFFFF;
	text-decoration: none;
}
.footer  a:hover{
	text-decoration: underline;
}
.footer-container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
.footer-form {
	float: left;
	width: 430px;
	text-align: left;
}
.footer-form h2 {
	padding-top:20px;
	margin: 0;
}
.footer-addy {
	float: left;
	width: 400px;
}
