/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
h1{
color:#11527c;
font-size:1.4em;
}
body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;	

}
#wrapper{

	background-color: #FFFFff;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-color: #FFFFFF;
	width: 912px;
}
#main-pic{
	background-color: #00FFFF;
	width: 912px;
}
#main-pic-left{
	float:left;
	width:249px;
}
#main-pic-right{
	float:left;
	width:618px;
	height:171px;
	background-image:url(/images/main-pic.jpg);
	padding-right:45px;
}
#Leftcol{
	background-color:#ffffff;
	background-image: url(/images/left2-back.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 227px;
	padding-left:22px;
}
#newsletter{
	width: 203px;
	height: 107px;
	background-image:url(/images/newsletter-back.jpg);
	margin-bottom:12px;
	font-size:1.3em;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:2px;
	padding-top:40px;
}
#newsletter a{
color:#FFFFFF;
text-decoration:none;
}
#newsletter a:hover{
text-decoration:underline;
}
#testimonials{
	width:215px;
	height:158px;
	background-image:url(/images/testimonial-back.jpg);
}
#rightcol{
	background-color:#ffffff;
	background-image:url(/images/main-text-back.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 663px;
}
#menu{
	float:left;
	width:663px;
}
#text{
	background-color:#ffffff;
	background-image:url(/images/main-text-back.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 644px;
	padding-left:19px;
	padding-top:10px;
	font-size:1.1em;
	color:#666666;
}
#footer{
	background-color:#ffffff;
	color:#666666;
	font-size:.9em;
	float: left;
	height: 15px;
	width: 890px;
	border-top:#999999 1px solid;
	margin-top:10px;
	padding-top:10px;
	padding-left:22px;
}
#footer A {
color:#666666;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
.submit{
	background-color:#77a0b4;
	height:18px;
	color:#FFFFFF;
	font-size:0.9em;
	border:none;
}
