.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: 12pt;
	text-decoration: none;
	font-weight: normal;
	color: #000099;

}

.newsblurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	color: #000099;
	text-decoration: none;
	font-weight: bold;

}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	border: black;
	text-decoration: none;
}

.boldblurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	text-decoration: none;

}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-decoration: none;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

.homebodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: normal;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;



}
a:hover {
	color: #FF9900;
	text-decoration: none;

}
.bodytextital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
}

/* .sideImage{
	background-size: 100% auto;
	background-repeat: no-repeat;
} */

.imageNoRepeatFullWdth{
	background-repeat: no-repeat;
	background-size: 100% auto;	
}

.imageNoRepeatFullWdthHght{
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}