a{ color: navy; text-decoration: underline; }

a:visited{ color: navy; text-decoration: underline; }

a:hover{ color: #006400; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/header-x.jpg);
	background-repeat: repeat-x;
}
p.underline{
	text-decoration: underline;
}
.headline{
	font-size: large;
	font-weight: bold;
}
div.clear{ clear: both; }

div.copyright{ font-size: x-small; float: right; padding-top: 6px; }

div.main{ width: 100%; border-bottom: 1px dotted gray; }

h1.header{ font-size: 18pt; color: #004499; }

td.borderbottom{ border-bottom: 1px solid #c7c7cf; }

td.bordertop{ border-top: 1px solid #c7c7cf; }
table.pad td{
	padding: 10px;
}

td.header{
	background: url(images/header_rgt.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

td.maincontent{ padding-right: 10px; padding-left: 10px; }

tr.gray td {
	background-color: #efefef;
	color: black;
	border-left: 1px dotted black;
}

ul.spacer{ line-height: 2.5em; }
ul.spaceafter li{
 padding-bottom: 16px;
}
.rollover a, .rollover a:visited {
	display: block;
	width: 143px;
	height: 22px;
	padding: 4px 0px 0px 0px;
	font: bold 13px sans-serif;
	color: #333;
	background: url("images/rollover_button.jpg") 0 0 no-repeat;
	text-decoration: none;
}

.rollover a:hover { background-position: 0 -26px; color: #049; text-decoration: none;}

.rollover a:active { background-position: 0 -52px; color: #3B6C30; }

#dropmenudiv{
	position: absolute;
	border-left: 1px solid black;
	background-color: white;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/* border-bottom: 1px solid black; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#dropmenudiv a:visited{ color: black; }

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #DEDEDE;
	color: #049;
}
