body {
        background-color: #0B2864;
     }

table, img {border: 0px; border-color: #0B2864;}


td {font-family: arial,helvetica,sans-serif; font-size: 12px; color: #ffffff;}

a:link, a:visited, a:active {color: #9E16FF;}

a.bluelink, a.bluelink:visited, a.bluelink:active 
  {color: #ffffff; font-weight: bold; text-decoration: none;}
a.bluelink:hover {text-decoration: underline;}

.heading {
   font-size: 24px; font-weight: bold; font-style: italic; 
   text-align: center; 
   text-decoration: none;
   border: solid; border-width: thin; width: 100%; border-color: #0B2864;
   padding: 0.3em;
   }
.fp
{
font-family: "Monotype Corsiva";
color: #9A94B6;
font-size: 18px;
text-align: center;
padding:10px 15px 3px 18px;

}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #9995B6;
border-left-width: 0;
text-decoration: none;
background: url(../images/menubgred.gif) center center repeat-x;
color: #0B2864;
font: bold 13px Tahoma;
}
	

.horizontalcssmenu ul li a:hover{
background: url(../images/menubgoverred.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

