/* CSS Document */

body {
	background-image: url(images/Home-Page-back.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
}

a:link {
	text-decoration: underline;
	color: #7CBE86;
}
a:visited {
	text-decoration: underline;
	color: #7CBE86;
}
a:hover {
	text-decoration: none;
	color: #609abb;
}
a:active {
	text-decoration: underline;
	color: #7CBE86;
}


h1 {
	color: #0a467d;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
	font-weight: lighter;
	}
	
h2 {
	color: #4884A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
ol li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-style: italic;
	color: #609abb;
	}	
	
hr {
	border-top: #7CBE86 solid 1px;
	border-left: 0px;
	border-right: 0px;
	width: 85%;
	}
	
p {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
/* Styles */
	
.testimonials {
	font-size: 18px;
	font-style: italic;
	color:#0157a4;
	}
	
.testimonials-page {
	font-weight: bold;
	font-style: italic;
	color: #7CBE86;
	}	

.emphasize {
	font-weight: bold;
	font-style: italic;
	color: #7CBE86;
	}
	
/* Layout */
	
#PageWrapper {
	width: 850px;
	margin: 0 auto;
	}
	
#Header {
	width: 850px;
	height: 130px;
	}
	
#ContentWrapper {
	width: 850px;
	min-height: 400px;
	}
	
#Content {
	margin-left: 341px;
	width: 504px;
	}
	
#LeftColumn {
	margin-left: 15px;
	width: 326px;
	float:left;
	}
	
#Footer {
	min-height: 100px;
	font-size: 11px;
	clear: both;
	}
	
#Form {
	
	border: 2px solid #7CBE86;
	width: 850px;
	padding: 0px 30px;
	clear: both;
	}