a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000000;
}
a:active, a:hover {
	text-decoration: none;
	color: #FF0000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#header {
	position: absolute;
	height: 170px;
	width: 790px;
	top: 0px;
	left: 5px;
}
#navbar {
	position: absolute;
	height: 400px;
	width: 130px;
	top: 175px;
	left: 5px;
}
#content {
	position: absolute;
	height: 400px;
	width: 640px;
	left: 160px;
	top: 120px;
}
#navButton {
	position: relative;
	height: 32px;
	width: 130px;
	background-image: url(images/button.gif);
	margin-top: 7px;
}
/* I don't think this one is being used in the navbar because all text has an <a> (link), uses the following style */
.navText {
/*	font-size: 12px;
	color: #FFFFFF; */
	text-align: center;
/*	font-weight: bold; */
} 
/* the navbar links uses these styles */
.navText a, a:visited {
	font-size: 12px;
	color: #FFFFFF;
/*	text-align: center; 
	vertical-align: middle; */
	font-weight: bold;
}
/* the navbar links uses this hover */
.navText a:hover {
	color: #FF0000;
} 
.headerText {
	font-size: 14px;
	font-weight: bold;
	color: #AB0F0F;
	text-align: right;
	padding-right: 5px;
	letter-spacing: 1px;
}
#headerTextLoc {
	position: absolute;
	height: 16px;
	width: 360px;
	left: 350px;
	top: 85px;
}
#headerNavBar {
	position: absolute;
	height: 16px;
	width: 106px;
	left: 596px;
	top: 120px;
}
.headerNavBarText {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: right;
	padding-right: 5px;
	letter-spacing: 1px;
}
#headerLine {
	background-image: url(images/redPixel.jpg);
	position: absolute;
	height: 2px;
	width: 482px;
	left: 240px;
	top: 168px;
}
.smTextHeader {
	font-size: 2px;
	color: #121264;
}
#pageHeaderBox {
	width: 500px;
	padding-top: 5px;
	padding-left: 20px;
}
h2 {
	font-size: 24px;
	color: #121264;
}
#pageContents {
	padding-left: 40px;
}
h3 {
	font-size: 14px;
	color: #121264;
	font-variant: small-caps;
}
/*
p a:visited {
	color: #000000;
} */
/* links in content area seem to be using this visited style */
.contentLink a {
	color: #0000FF;
	font-weight: lighter;
} 
.contentLink a:visited {
	color: #0000FF;
	font-weight: lighter;
} 
/* links in the content area use this style */
.contentLink a:hover {
	color: #FF0000;
}

li {
	padding-top: 8px;
}

.picText {
	font-size: 9px;
}

.readMoreLink {
	text-align: center;
	font-size: 9px;
	color: #121264;
	padding-bottom: 6px; 
}

.readMoreLink a:visited{
	text-align: center; 
	font-size: 9px;
	color: #121264;
	padding-bottom: 6px; 
}

.readMoreLink a:hover{
	text-align: center;
	font-size: 9px;
	color: #FF0000;
	padding-bottom: 6px;
}
.readMoreLinkFirstPage {

	text-align: center;
	font-size: 14px;
	color: #121264;
	padding-bottom: 6px;
}
.readMoreLinkFirstPage a:visited {

	text-align: center; 
	font-size: 14px;
	color: #121264;
	padding-bottom: 6px;
}
.readMoreLinkFirstPage a:hover {

	text-align: center;
	font-size: 14px;
	color: #FF0000;
	padding-bottom: 6px;
}
