@charset "UTF-8";
/* CSS Document */

body {
	background-color: #EDEDED;
	margin-top: 0px;
	margin-left: 0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 8px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 16px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003;
	line-height: 20px;
}

p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	line-height: 16px;
}

p2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	line-height: 16px;
}

.page {
	width: 100%;
	margin-top: 0px;
	background-color: #CCC;
	float: left;
}

.underline {
	text-decoration:underline;	
}

.contentArea{
	height: 700px;
}

.lefCol {
	float: left;
	width: 300px;
	margin-right: 40px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.lefCol1 {
	float: left;
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.rightCol {
	float: left;
	width: 320px;
}

.pageContainer {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
.MainHeader {
	background-color: #FFF;
	width: 720px;
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
}
a {
	color: #003;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
}
.footer {
	float: left;
	height: 50px;
	width: 720px;
	background-image: none;
	background-color: #37409F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003;
	text-decoration: none;
	text-align: center;
}
.mainNav {
	height: 30px;
	width: 720px;
	float: left;
	background-image: url(../images/navBar.jpg);
	background-repeat: no-repeat;
}
.quoteTxt{
	background-color:#FFF;
	padding:8px;
	font-size:11px;
	
	
	
}
.lefColHome{
	float: left;
	width: 670px;	
	margin-right: 40px;
	margin-left: 25px;
	margin-bottom: 20px;
	
	}