/* the TD basic style sheet */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
/* content style sheets that were set up early in the project by others */
.homenewsitems {
	font-size: 0.7em;
	color: #FFFFFF;
}
.header {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
/* these style are specific link styles for the newsitems on the home page so topnav isn't applied DJJ May 6 */
.homenewsitems a:link {
  	font-size: 1.0em; 
	color:#FFFFCC;
	text-decoration: underline;
}
.homenewsitems a:visited {
  	font-size: 1.0em; 
	color:#FFFFCC;
	text-decoration: underline;
}
.homenewsitems a:hover {
  	font-size: 1.0em; 
	color:#FFFFCC;
	text-decoration: none;
}
.homenewsitems a:active {
  	font-size: 1.0em; 
	color:#FFFFCC;
	text-decoration: none;
}
/* this is the style sheet for the front background image and the news and contact cells DJJ May 20 */
/* this was done to corect the background error after we needed rotating background images */
.frontimage {
	background-repeat: no-repeat;
	background-position: top left;
}
.frontnews {;
	background-color: transparent;
	border-bottom: 1px solid #5580AB;
}
.frontspacer {
	background-color: #336799;
	height: 33px;
}
.frontcontact {
	background-color: #133E69;
	border-top: 1px solid #5580AB;
	border-left: 1px solid #5580AB;
	border-bottom: 1px solid #5580AB;
}
/* standard table format DJJ */
.contenttabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttable a:link {
	text-decoration: underline;
	color: #003399;
}
.contenttable a:visited {
	text-decoration: underline;
	color: #003399;
}
.contenttable a:hover {
	text-decoration: none;
	color: #0066CC;
}
.contenttable a:active {
	text-decoration: none;
	color: #0066CC;
}

.contenttablewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contenttablewhite a:link {
	text-decoration: underline;
	color: #003399;
}
.contenttablewhite a:visited {
	text-decoration: underline;
	color: #003399;
}
.contenttablewhite a:hover {
	text-decoration: none;
	color: #0066CC;
}
.contenttablewhite a:active {
	text-decoration: none;
	color: #0066CC;
}
/* table format used for a list of text items that need to be separated DJJ */
.listtabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* table style sheets for any table with numeric data that requires vertical and horizontal separator lines DJJ */
.datatabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatabletopleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.datatableleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/* navigation style sheets and links set up early in the project by others */
.topnav {
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.2em;
}
.botnav {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.2em;
}
.leftnav {
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.2em;
}
.rightnav {
	font-size: 0.8em;
	color: #006699;
	line-height: 1.2em;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* minor style sheets */
.copyright {
	color: #CCCCCC;
	font-size: 0.7em;
}
#searchKeyword
{
	width: 92px;
}
