.headerwh  {
	font-size : 13.5;
	font-family : Georgia,Times New Roman;
	color : white;
	text-decoration : underline;
	font-style : none;
	line-height:1.5;
	font-weight : bold;
}

.header  {
	font-size : 12;
	font-family : Georgia,Times New Roman;
	color : black;
	text-decoration : none;
	font-style : none;
	line-height:1.5;
	font-weight : bold;
}

.nav  {
	font-size : 12.5;
	font-family : Georgia,Times New Roman;
	color : black;
	text-decoration : none;
	font-style : none;
	background-color : #daaf03;
	
}


.nav A  {
	color : black;
	text-decoration : none;
}

.nav A:hover  {
	color : white;
	background-color : #28405A;
	text-decoration : none;
}


.body  {
	font-size : 13;
	font-family : Arial;
	color : black;
}

.body  A  {
	color : #28405A;
	text-decoration : none;
	font-weight : bold;
}

.body  A:hover  {
	color : red;
	text-decoration : underline;
	font-weight : bold;
}

.side  {
	font-size : 12.5;
	font-family : Arial;
	color : white;
	line-height:1.5;
}

.side  A  {
	color : white;
	text-decoration : none;
	font-weight : bold;
}

.side  A:hover  {
	color : red;
	text-decoration : underline;
	font-weight : bold;
}

.foot  {
	font-size : 10;
	font-family : Tahoma,Arial;
	color : black;
	font-weight : normal;
}

.foot  A  {
	color : 2D5E91;
	text-decoration : none;
}

.foot  A:hover  {
	color : red;
	text-decoration : underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Georgia,Times New Roman;
line-height:1.5;
z-index:100;
font-weight: bold;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color: #28405A;
color : white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #daaf03;
color : black;
}
