BODY {font-size: 8pt; font-family: arial, verdana, helvetica; color: #000; background-color: #FFF; margin-top: 0px;}

A:link    {color: #92012C; font-weight: bold; text-decoration:none}
A:visited {color: #92012C; font-weight: bold; text-decoration:none}
A:hover   {color: #92012C}

.bolden {font-weight: bold; color: darkblue;}
.boldenbig {font-weight: bold; color: darkblue; font-size: 12pt;}

h1 {font-size: 12pt; margin-left:5px; color: darkblue;}
h2 {font-size: 10pt; margin-left:5px; color: darkblue;}
h3 {font-size: 10pt; margin-left:5px; color: darkblue;}

.content {font-size: 10pt; margin-left:15px; margin-right:10px;}

.cp {font-size: 8pt; text-align:right;}
.tcl {font-size: 10pt; text-align:left}
.tc {font-size: 10pt; text-align:justify}

.imgfloatr {float:right; margin:0px 15px 5px 0px;}

#menu{
width: 99%;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 100%;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana, serif;
}

#menu ul li{
display: inline;
}

#menu ul li a{

border-right: 1px solid #000; /*Theme here*/
float: left;
color: #FFF;
font-weight: bold;
padding: 1px 18px 1px 15px;
text-decoration: none;
background: url(/graphics/common/topbg.gif);
}

#menu ul li a:hover{
color: #0000A0;
}

/* Style for Drop Down Menu */

.menudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; /*Theme here*/
border-bottom-width: 0;
font:normal 10px Verdana, serif;
line-height:14px;
z-index:100;
width: 200px;
visibility: hidden;
}

.menudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*Theme here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
background-color: #999;
}

.menudiv a:visited{ /*Theme here*/
color: #FFF;
background-color: #999;
}

.menudiv a:hover{ /*Theme here*/
color: #888;
background-color: #FFF;
}