.graphicHeader {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

.textHeader {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
background-color: #000000;
color: white;
font-weight: bold;
}

.navBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
}

.crumbBar {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
height:30px;
}

.contentHeader {
background-color: #4682b4;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
color: white;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
height:35px;
}

.contentHeader A:link {
color: white;
text-decoration: none;
}

.contentHeader A:hover {
color: white;
text-decoration: underline;
}

.contentHeader A:visited {
color: white;
text-decoration: none;
}

.subContentHeader {
background-color: #CADCEC;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
}

.contentCell {
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

.postBorder {
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
}

.footer {
letter-spacing: 1px;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
}

table {
border-collapse: collapse;
}

form {
margin: 0px;
}

.navBar A:visited, .crumbBar A:visited, .subContentHeader A:visited, .contentCell A:visited, .footer A:visited {
color: #000000;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica;
}

.navBar A:link, .crumbBar A:link, .subContentHeader A:link, .contentCell A:link, .footer A:link {
color: #000000;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica;
}

.navBar A:hover, .crumbBar A:hover, .subContentHeader A:hover, .contentCell A:hover, .footer A:hover {
color: #244560;
text-decoration: underline;
font-family: Tahoma, Arial, Helvetica;
}
.hovermenu ul{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 5px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #D5E2F0;
	border: 2px solid #D5E2F0;
}

.hovermenu ul li a:hover{
background-color: #336699;
color: white;
	text-decoration: none;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	color: white;
border-style: inset;
}
#dropmenudiv{
position:absolute;
border:1px solid white;
font:normal 12px Verdana;
line-height:16px;
z-index:100;
}
	
#dropmenudiv a{
border:0px solid #006699;
width: 100%;
display: block;
text-indent: 2px;
color: #000000}

#dropmenudiv a:hover{
	color:#FFFFFF;
    border:0px solid white;
	background-color: #336699;
	text-decoration: none;
}
