.bodytext {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.bodyheader {
	font-family: Arial;
	font-size: 15px;
	color: #046E97;
	font-weight: bold;
}
.bodyheaderorange {
	font-family: Arial;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}
.headertext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#navlinks a, #secondlinks a:link, #secondlinks a:visited {
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-image:  url(/images/link.bg.jpg);
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-indent: 25pt;
	line-height: 22px;
}

#navlinks a:hover {
	color: #FFCC00;
}
#footerlinks a, #footerlinks a:link, #footerlinks a:visited {
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#footerlinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#imageright {
	float:right;
	padding-bottom:7px;
	padding-left: 15px;
  }