@charset "UTF-8";
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 120px;
	font-size: 14px;
}
.wrapper {
	width: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
}
.page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
.logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 55px;
}
.content {
	padding: 0;
	margin: 380px 0 0 0;
	width: 100%;
	clear:  left;
}
.left {
	float: left;
	width: 350px;
	border-right: 1px solid #CCCCCC;
	padding-right: 5px;
	font-size: 13px;
}
.right {
	margin-left: 365px;
	border-left: 1px solid #CCCCCC;
	padding-left: 0px;
	width: 390px;
}
.bottomcontent {
    clear: both;
	width: auto;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
}
.inset {
	width: 600px;
	border: 1px solid #eeeeee;
	background-color:#ECFBEA;
	padding: 8px;
	margin: 5px auto;
}
.inset ol {
	margin: 0 20px;
	list-style-position: outside;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;	
	text-align: center;
	line-height: 110%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
	text-align: center;
	line-height: 110%;
	font-style:italic;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;	
	text-align: left;
	line-height: 110%;
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;	
	line-height: 110%;
}
div.testimonial {
	width: 80%;
	border: 1px solid #995C5C;
	background-color:#FFFBEE;
	padding: 10px;
	margin: 5px auto 15px auto;
}

div.testimonial h1 {
    font-size: 1.5em;
	color: #CC0000;
	border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: center;
}
div.testimonial img {
   margin: 5px;
   padding: 3px;
   background-color:#FFFFFF;
   border: 1px solid #ddd;
}
div.blip {
   float: left;
   margin: 5px;
   clear:both;
}
