.mainBackground {
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navBarbackground {
	background-image: url(images/navbar_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
.advantageBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.standardBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 10px;
	list-style-type: square;
}
.sectionHead {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	color: #015790;
}

a:link {
	color: #0A5083;
	text-decoration: none;
}
a:visited {
	color: #0A5083;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}
a:active {
	color: #CC9933;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}
.letterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	padding: 15px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	padding: 4px;
}
.sectionSubhead {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #666666;
}
.level2subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE3402;
	text-transform: uppercase;
	font-weight: bold;
}
.homelink a:link {
	color: #CC9900;
	text-decoration: none;
}
.homelink a:visited {
	color: #CC9900;
	text-decoration: none;
}
.homelink a:hover {
	color: #CC9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
.homelink a:active {
	color: #CC9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
