body {
	background-color: #900E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.HomepageImage {
	padding-bottom: 5px;
	padding-left: 5px;
}
.LeftNav {
	background-image: url(images/ButtonBg.jpg);
	padding-left: 20px;
	color: #000000;
	font-weight: bold;
}
.LeftNav a{
	color: #000000;
	text-decoration: none;
}
.LeftNav a:hover{
	text-decoration: underline;
}
.LeftNavBillPay {
	background-image: url(images/ButtonBg.jpg);
	padding-left: 20px;
	color: #900E00;
	font-weight: bold;
}
.LeftNavBillPay a{
	color: #900E00;
	text-decoration:none;
}
.LeftNavBillPay a:hover{
	text-decoration:underline;
}
.LeftNavLinks {
	padding-top: 5px;
	padding-bottom: 5px;
}

.LeftNavLinks a{
	font-weight: bold;
	color: #000000;
}


.NavPic {
	background-image: url(images/Over100Years.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 2px;
}
.BottomNav {
	background-image: url(images/BottomNavBg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d8080;
}
.BottomNav a{
	color: #7d8080;
	text-decoration:none;
}
.BottomNav a:hover{
	color: #7d8080;
	text-decoration:underline;
}
.ContentCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #900e00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-weight: bold;
	color: #900e00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	text-decoration: underline;
}
.FeaturedBoxes {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.ImageBorder {
	border: 1px solid #000000;
	margin: 5px;
}
.TableBorder {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.TableBorder img{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.GlosseryBox {
	background-color: #D5DCE2;
	border: 1px solid #000000;
	padding: 15px;
}
#CheckmarkListImage li {
	list-style-image: url(images/Checkmark.jpg);
}
