/* CSS Document 

   Copyright 2007 Barb Boswell.
   
   Designed by Dryke and Associates, Inc.
   http://www.dryke.com
*/

body {
	background-color: #629AD7;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:active, a:visited {
	color: #5B8217;
	text-decoration: none;
}
a:hover {
	color: #8BC923;
}
h1, h2, h3, h4, h5, h6 {
	color: #416FAD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#contentHome {
	background-image: url(../images/body_bg_striped.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}
#content {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}
#containerHome {
	width: 100%;
	background-image: url(../images/body_bg_top_striped.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
#container {
	width: 100%;
	background-image: url(../images/body_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
#main {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 900px;
	height: 207px;
	_margin-left: 2px; /* IE Only */
}
#menu {
	width: 900px;
	height: 38px;
	_margin-left: 2px; /* IE Only */
	text-align: center;
}
#leftCol {
	width: 187px;
	margin-top: 15px;
	margin-left: 10px;
	_margin-left: 5px; /* IE Only */
	margin-right: 5px;
	float: left;
}
#centerCol {
	width: 337px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#rightCol {
	width: 335px;
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 5px;
	float: left;
}
#onlyCol {
	width: 879px;
	margin-top: 15px;
	margin-left: 10px;
	_margin-left: 5px; /* IE Only */
	margin-right: 5px;
	float: left;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#footerContainer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
}
.calDate {
	color: #5B8217;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
}
.calText {
	font-size: 11px;
	padding: 0;
}
.quoteAttr {
	color: #577D16;
}
.endorsement {
	color: #577D16;
	font-size: 11px;
}
.footerText {
	font-size: 12px;
	font-weight: bold;
}
.title {
	color: #577D16;
	font-weight: bold;
}

