body {
  font-family: Arial;
  color: black;
  background:url(bluebg.jpg);
  background-position: top left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-size: 10pt;
}

TABLE{
	font-family: Arial;
  font-size: 10pt;
}


}

A{
	color : #006599;
	text-decoration : none;
}

A:HOVER {color : #99C9E0;text-decoration : none;}

A.mainnav:link		{color:#FFFFFF; text-decoration:none;font-size: 9pt;}
A.mainnav:active	{color:#c0c0c0; text-decoration:none;font-size: 9pt;}
A.mainnav:visited	{color:#FFFFFF; text-decoration:none;font-size: 9pt;}
A.mainnav:hover	        {color:#c0c0c0; text-decoration:none;font-size: 9pt;}

A.event:link		{color:#006599; text-decoration:none;font-size: 9pt;  font-weight : normal; }
A.event:active	{color:#006599; text-decoration:none;font-size: 9pt;}
A.event:visited	{color:#006599; text-decoration:none;font-size: 9pt;}
A.event:hover	        {color:#99C9E0; text-decoration:none;font-size: 9pt;}

A.Main_Nav:link{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:visited{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav:hover{
	font-family : Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub:link{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.Main_Nav_Sub:active{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.Main_Nav_Sub:visited{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.Main_Nav_Sub:hover{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}
A.Main_Nav_Sub2:link{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub2:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub2:visited{
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A.Main_Nav_Sub2:hover{
	font-family : Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenumaindiv{
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #333333;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenumaindiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 4px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenumaindiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 4px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenumaindiv a:hover{
	/*Theme Change here*/
	background-color: #006599;
	color: #006599;
}
.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height: 18px;
z-index: 200;
background-color: 006599;
width: 250px;
}
.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #006599;
color: #99C9E0;
}