body {
	background-attachment: fixed;
	background-color: #6699CC;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#bodyCol {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC6600;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #003366;
	text-transform: uppercase;
}
.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
.picBorder {
	border: 6px solid #EEEEEE;
}
.smPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #003366;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #336699;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.addrCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	padding-top: 50px;
	padding-left: 25px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #E9ECFF;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #E9ECFF;
	text-decoration: none;
}
.footerLink a:hover {
	color: #FF9900;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CC6600;
	font-weight: normal;
}
p a:link {
	color: #CC6600;
	text-decoration: none;
}
p a:visited {
	color: #CC6600;
	text-decoration: none;
}
p a:hover {
	color: #FF9900;
	text-decoration: underline;
}
ul a:link {
	color: #CC6600;
	text-decoration: none;
}
ul a:visited {
	color: #CC6600;
	text-decoration: none;
}
ul a:hover {
	color: #FF9900;
	text-decoration: underline;
}

