body {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 height:100%;
 width:100%;
 background-color: #C0C0C0;
}

div#head
{
 height: 95px;
 width: 100%;
 background-color: #C0C0C0;
 border-bottom: 1px solid black;
}


ul#nav,
ul#nav ul {
        margin: 0;
        padding: 0;
        width: 155px; /* Width of Menu Items */
        border-bottom: 1px solid #ccc;
        background: #fff; /* IE6 Bug */
        color: black;
        /* font-size: 100%;    */
                background-color: #A9A9A9;
                font-family: Arial;
                font-size: 11pt;
        }

ul#nav li {
        position: relative;
        list-style: none;
        }

ul#nav li a {
        display: block;
        text-decoration: none;
        color: #000080;
        padding: 2px;             /*5 before editing */
        border: 1px solid #ccc;
        border-bottom: 0;
        }


/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav ul {
        position: absolute;
        display: none;
        left: 154px; /* Set 1px less than menu width */
        top: 0;
        }

ul#nav li ul li a { padding: 1px 1px; } /* Sub Menu Styles */        /*2;5 before editing*/

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */

ul#nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }

ul#nav li.menuparent:hover,
ul#nav li.over {
        background-color: #C0C0C0;
}


ul#nav li a:hover {
        color: #E2144A;
}


div#content
{
 height:94%;
 font-size:12pt;
 font-family:Arial;
 width:100%;
 background-color: #C0C0C0;
 color: #0F1E87;
 padding-left: 5px;
 padding-right: 12px;

}


div#menu
{
 width:155px;
 height:100%;
 background-color: #A9A9A9;
 border-right: 1px solid black;
 text-align:left;
}


div#content {
         width: 95%;
         max-height:400px;
         height: 85%;
         overflow: auto;
}

