@charset "utf-8";

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}

a:link {
	color: #e8282e;
	text-decoration: none;
}

a:visited {
	color: #e8282e;
	text-decoration: none;
}
a:hover {
	color: #e8282e;
	text-decoration: underline;
}

a:active {
	color: #e8282e;
	text-decoration: none;
}

#paybill {
	font-size: 10px;
	color: gray;

	margin-bottom: 10px;

	 height: 27px;
}

#paybill a:link {
	font-size: 10px;
	color: gray;
	text-decoration: none;
	text-align: left;

	display: block;
	background-image: url(images/ButtonPay.png);
	width: 126px;
	height: 20px;
	padding-left: 27px;
	padding-top: 7px;
}

#paybill a:visited {
	font-size: 10px;
	color: gray;
	text-decoration: none;

	display: block;
	background-image: url(images/ButtonPay.png);
	width: 126px;
	height: 20px;
	padding-left: 27px;
	padding-top: 7px;
}

#paybill a:hover {
	font-size: 10px;
	color: gray;
	text-decoration:: none;

	display: block;
	background-image: url(images/ButtonPayRollover.png);
	height: 20px;
	padding-left: 27px;
	padding-top: 7px;
}


#logo {
	height: 139px;
	width: 315px;
	position: relative;
}

#topaddress
{
	font-size:9px;
	color: gray;
	text-align:right;
}

#utilities
{
	font-size:10px;
	text-align:right;
}

#utilities a:link {
	color: gray;
	text-decoration: none;
}
#utilities a:visited {
	color: gray;
	text-decoration: none;
}
#utilities a:hover {
	color: #e8282e;
	text-decoration: underline;
}
#utilities a:active {
	color: gray;
	text-decoration: none;
}

#footer
{
	font-size:10px;
	text-align:center;
}

#menu
{

}

.navcell
{
	vertical-align: bottom;
	text-align: center;	
	width: 68px;
}

.navbutton
{
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 4px;
}

.navbutton a:link {
	color: gray;
	text-decoration: none;
}
.navbutton a:visited {
	color: gray;
	text-decoration: none;
}
.navbutton a:hover {
	color: gray;
	text-decoration: none;
}
.navbutton a:active {
	color: gray;
	text-decoration: none;
}


.navcellspacer
{
	width: 7px;
}

#title
{
	margin-left: 73px;
	margin-bottom: 14px;
	color: #e8282e;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

#contentfull
{
	text-align: left;
	margin-bottom: 300px;
}

#contentregular
{
	margin-left: 73px;
	text-align: left;
	margin-bottom: 300px;
	line-height: 18px;
}

.boldred
{
	color: #e8282e;
	font-weight: bold;
}
.red
{
	color: #e8282e;
}

.redclick
{
	color: #e8282e;
	margin-left: 25px;
	font-size: 10px;
}

#contentregular li 
{
	list-style-image:url(images/bullet.gif);
	vertical-align: text-bottom;
	font-weight: bold;
	margin-bottom: 10px;
	
}

#contentregular li a:link 
{
	color: gray;
	text-decoration: underline;
}

#contentregular li a:visited 
{
	color: gray;
	text-decoration: underline;
}

#contentregular li a:hover 
{
	color: gray;
	text-decoration: underline;
}

#contentregular li a:active 
{
	color: gray;
	text-decoration: none;
}

