body { 
background : #f0f0f0; 
color : #222222; 
font : 0.75em Arial; 
margin : 0; 
padding : 0; 
margin-top : 5px; 
} 
.nb { 
border : none; 
} 
.vat { 
vertical-align : top; 
} 
#divMain { 
top : 10px; 
width : 752px; 
} 
#divNav { 
left : 0; 
width : 750px; 
margin-top : 2px; 
padding-top : 0; 
} 
#divContent { 
left : 0; 
height : 50%; 
width : 752px; 
margin-top : 5px; 
} 
#divFooter { 
left : 0; 
width : 750px; 
height : 20px; 
background-color : #034b09; 
text-align : center; 
padding-top : 5px; 
} 
#divCaption { 
font-size : large; 
font-weight : bold; 
color : #034b09; 
} 
#imgLogo { 
position : relative; 
top : 0; 
left : 0; 
width : 162px; 
height : 83px; 
} 
#imgHeader { 
position : relative; 
top : 0; 
left : 3px; 
width : 580px; 
height : 83px; 
} 
#imgTopic { 
float : right; 
border : none; 
margin : 5px; 
padding-left : 10px; 
padding-bottom : 10px; 
} 
#tblBottom { 
width : 750px; 
background-color : #ffffff; 
} 
#tblBody { 
background-color : #ffffff; 
border-collapse : collapse; 
} 
#tdNav { 
width : 200px; 
background-color : #c1cbbd; 
border : 1px solid #000000; 
} 
#tdContent { 
width : 548px; 
padding : 5px; 
border : 1px solid #000000; 
} 
#tdFullContent { 
width : 750px; 
padding : 5px; 
border : 1px solid #000000; 
} 
#tdSpacer { 
width : 3px; 
border : none; 
background-color : transparent; 
} 
#btmLeft { 
font-size : xx-small; 
text-align : left; 
vertical-align : top; 
} 
#btmRight { 
text-align : right; 
vertical-align : top; 
} 
#cr { 
color : #bbbbbb; 
height : 20px; 
vertical-align : bottom; 
float : right; 
padding-right : 5px; 
} 
.mnuBar { 
width : 750px; 
} 
.mnuItem { 
text-align : center; 
color : #ffffff; 
background-color : #034b09; 
border : 1px solid #999999; 
} 
.mnuItem { 
color : #ffffff; 
background-color : #034b09; 
} 
.mnuItem:hover { 
color : #000000; 
background-color : #145c1a; 
} 
#MenuBar a { 
text-decoration : none; 
color : #aaaaaa; 
} 
#MenuBar a:hover { 
color : #ffffff; 
} 
.ligs { 
list-style-image : url(../images/greenbox.gif); 
} 
.ligc { 
list-style-image : url(../images/greencircle.gif); 
} 
#imgLogo, #imgHeader, #divNav, #divFooter { 
border : 1px solid #000000; 
} 

/*
Styling to support the new jQuery based dynamic navigation
*/
.subNavHdr {
    padding: 2px 5px 2px 5px;
}

.sub2NavHdr {
    padding: 2px 5px 2px 15px;
}

.subNavDiv ul {
    margin-top:5px;
    margin-bottom: 2px;
    padding-left:10px;
}

.subNavDiv li {
    padding:2px 2px 2px 0px;
    list-style:none;
    border-top: 1px solid silver;
}

#tdNav{
    color:rgb(68, 68, 68);
}

#tdNav a {
    text-decoration:none;
    color:rgb(68, 68, 68);
}

.bdr-tb {
    border-bottom: 1px solid silver;
}