BODY { background-image: url("/Images/seamless.jpg");
       margin: 0px; padding: 0px; }

/* top banner styling */
DIV.header { border-bottom: solid 1px;
             background-image: url("/Images/header_green.gif");
             width: 100%; height: 50px;}
STRONG.header { line-height: 50px; font-size: 150%; font-family: sans-serif; color: #296b39; }
IMG.header { float: left; }

/* turn off the header if printing */
@media print {DIV.header {display: none;}}

/* Top Menus styling */
DIV.TopMenus { margin-bottom: 10px; text-align: right; width: 100%; height: 25px; padding-right: 4px;}
SPAN.TopMenu { padding-bottom:2px; padding-left: 4px; padding-right: 4px; margin-right: 5px; vertical-align: top;
               border-bottom: 1px dotted black; border-left: 1px dotted black; border-right: 1px dotted black;
               background-color: #99cc99;
               font-weight: bold; font-family: sans-serif; font-size: 90% }
SPAN.TopMenuSelected { padding-bottom:2px; padding-left: 4px; padding-right: 4px; margin-right: 5px; vertical-align: top;
                       border-bottom: 1px dotted black; border-left: 1px dotted black; border-right: 1px dotted black;
                       background-color: #ffcc00;
                       font-weight: bold; font-family: sans-serif; font-size: 90% }
A.TopMenu { color: #296b39; }
A.TopMenu:link, A.TopMenu:visited, A.TopMenu:active { text-decoration: none; }

/* turn off the top menus if printing */
@media print {DIV.TopMenus {display: none;}}

/* Side Menus styling */
DIV.SideMenus { padding-top: 5px; padding-bottom:5px; float: left; margin-left: 5px; width: 7.5em; border: 1px solid; background-color: #99cc99; }
DIV.SideMenu { clear: left; text-align: center; }
DIV.SideMenuSelected { clear: left; text-align: center; background-color: #ffcc00; }
A.SideMenu { font-weight: bold; font-family: sans-serif; color: #296b39; }
A.SideMenu:link, A.SideMenu:visited, A.SideMenu:active { text-decoration: none; }

/* turn off the side menus if printing */
@media print {DIV.SideMenus {display: none;}}

/* Content styling */
DIV.Content {margin-left: 9em; margin-right: 25px;}
DIV.FrameFix {width:100%}

/* Do not indent content if printing */
@media print {DIV.Content {margin-left: 25px;}}



