body {
color: #000000;
background-color : white;
margin: 10px;
padding: 0px;
border-top: px solid #FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:verdana, arial, georgia, sans-serif
}
#top {
color: #226266;
background-color : transparent;
border-top: 0px solid #1B8780;
padding: 0px;
font-weight: bold;
}
a, a:hover{
color: #86AA66;
background-color : transparent;
font-weight: bold; 
text-decoration: none; 
}
a:hover{
color: #008000;
text-decoration: underline 
}

/* the main page layout, including margins */
#content {
color: #226266;
background-color : transparent;
margin: 10px 10px 10px 10px;
padding: 9px 0px 3px 15px;
font-weight: normal;
width: 110px;
margin: auto;
}
#footer{
border-bottom: 3px solid #1B8780;
margin: 0px 0px 0px 0px;
text-align:right;
}

/* the boxes of the title text */
#box{
padding: 0px;
width: 0px;
height: 23px;
background-color: #86AA66;font-style:normal; font-variant:normal; font-weight:normal; line-height:17px; font-size:12px; font-family:verdana, arial, georgia, sans-serif; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

/* menu container */
#menucont {
color: #996266;
background-color : transparent;
width: 700px;
height: 22px;
position: absolute;
}

/* menu items, divider lines between menu items, float is read left to right */
.menublock, .display {
float:right;
width:110px;
background-color: #86AA66;
}

/* divider lines between menu items */
.subs{
background-color: #000000;
}

.subs a{
display: block;
}

.menublock .subs{
display: none;
}

/* text colour and orientation of menus, non-highlighted text colour */
a.tl, a:hover.tl, a:active.tl, a.sl, a:hover.sl, a:active.sl { 
border:1px solid #FFFFFF; padding:3px; display: block;
text-decoration: none; 
color: #000000;
background-color: #C9D9BB;
margin: 1px;
text-align: left;
font-weight: normal; 
}

/* color and alignment of the dropdown menu background */
a:hover.tl, a:active.tl, a:hover.sl, a:active.sl{ 
border-style:solid; border-width:1; background-color: #86AA66;
text-align: left;
}

/* alignment of the text inside the dropdown menus */
a.sl, a:hover.sl, a:active.sl{
text-align: left;
}