body {
background: #f5f5f5 url(greyborder.jpg) top center repeat-y; 
margin:9px;
font: 10pt 'Lucida Consul', Verdana, Helvetica, sans-serif;
color:#666666;
}

a:link{ color:#6C8EFF; text-decoration:none; }
a:hover{ color:#6C8EFF; text-decoration:none }
a:active{ color:#999999; text-decoration:none; }
a:active:hover{ color:#6C8EFF; text-decoration:none; }
a:visited{ color:#9DACBF; text-decoration:none; }
a:visited:hover{ color:#000; text-decoration:none; }


#wrap{
width:780px;
margin-left:auto;
margin-right:auto;
}

#page{
padding:10px;
width:760px;
}

#container{
padding:10px;
width:auto;
text-align:justify;
}

h1{
text-align:left;
color:#6C8EFF;
font-size:14pt;
font-weight:bold;
}

.green{
text-align:left;
color:#008000;
font-size:11pt;
font-weight:bold;
}

h3{
text-align:left;
color:#6C8EFF;
font-size:11pt;
font-weight:bold;
}

#title{
height:130px;
margin-bottom:10px;
text-align:center;
font-size:10pt;
letter-spacing:-1px;
color:#CCCCCC;
}

#subfooter{
text-align:center;
font-size:10px;
height:20px;
padding-bottom:10px;
border-top:#CCCCCC 1px solid;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
padding-bottom:30px;
border-top:#CCCCCC 1px solid;
}

/* style the outer div to give it width and relative position so that you can set a z-index to ensure it is on top of any other page elements */
.menu { 
width:auto; 
font-size:0.85em;
padding-top:20px;
padding-bottom:30px;
position:relative; 
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block; 
text-decoration:none; 
color:#6C8EFF; 
width:115px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#F3F3F3; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:125px;
w\idth:115px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table{ 
margin:-1px;
border-collapse:collapse;
font-size:11px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color:#9DACBF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
}

.menu ul ul a {
color:#6c83ff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
}


/* yet another hack for IE5.5 */

* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover{
color:#F3F3F3; 
background:#6C8EFF; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
