 body {
    color:black;
    background-color: white ;background-position:center;font-family: sans-serif;
}


img.floatCenter{float: center;
margin: 4px;}

img.floatLeft{float: left;
margin: 4px;}

.tableborder{border-top: outset 2px,bgcolor: black;
border-bottom: outset 1px;bgcolor: black;
}

.tabbottom{
font-size: 85%; font-weight: normal ;
color: #FFFFFF;font-family: sans serif;
}
.verticalbar{
 width : 1px;height:100%; background-color:black;
}

.th{font-size: 12px;font-family: sans-serif;}

.p
{
font-family: arial;
font-size: 85%; font-weight: normal ;
color: #666666;text-align: left;
font-family: sans serif; face: arial;
padding-left: 15px;
padding-right: 15px;
}

 p.right {
padding-left: 15px;
padding-right: 15px;
font-size: 85%; font-weight: normal ;
color: #666666;text-align: right;
valign: top;
font-family: sans serif; face: arial;}

 p.center {
padding-left: 15px;
valign: top;
font-size: 85%; font-weight: normal ;
color: #666666;text-align: center;
font-family: sans serif; face: arial;}

 p.left {
padding-left: 15px;
padding-right: 15px;
font-size: 85%; font-weight: normal ;
color: #666666;text-align: left;
font-family: sans serif; face: arial;
valign: top;
}


.th{
padding-left: 15px;
padding-right: 15px;
font-size: 2; font-weight: normal ;
color: blue;
text-align: left;
font-family: sans serif; face: arial;
valign: top;
align: left;
}

.hr {color:navy}

H1 { font-weight: bold ;color: black;
  text-align: center;
}

H2 { font-weight: bold ;color: black;
  text-align: center;
}

H3 { font-weight: bold ;color: black;
  text-align: center;
  font-family: Helvetica, Geneva, Arial,
  SunSans-Regular, sans-serif; 
  text-decoration: underline
}

H4 { font-weight: bold ;color: black;
  text-align: center;
}

H5 { font-weight: bold ;color: black;
  text-align: center;
}
H6 { font-weight: bold ;color: black;
  text-align: center;
}
 
 
/*#menu a{color: #0000FF;
background-color:#999999;
font-size: 12px; 
font-family: sans-sarif;
text-decoration: none;
 }

#menu visited { color: purple;
background-color:#999999;
font-size: 12px; 
font-family: sans-sarif;
text-decoration: none;
 }

#menu hover { color:blue;
background-color:#999999;
font-size: 12px; 
font-family: sans-sarif;
text-decoration: none;
}

#menu active { color: red;
background-color:#999999;
font-size: 12px; 
font-family: sans-sarif;
text-decoration: none;
 }*/


address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
  
#menu {
width: 16em; /* set width of menu */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
left: 100%;
width="32%";
} 

#menu ul ul ul dt{
position: absolute;
top: 0;
left: 90%; /* to position them to the right of their containing block */
width: 30%; /* width is based on the containing block */
}
div#menu ul ul ul 
{display: none;}

div#menu ul ul :hover ul 
{display: block;}

div#menu ul ul :hover ul ul
{display: none;}

div#menu ul ul :hover ul
div#menu ul ul ul :hover ul
{display: block;}

#menu ul li {float: left; width: 50%;}

#menu ul li a {height: 1%;}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
}
#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->


