<HTML>
<BODY><PRE>
<!-- BEGIN SCREEN CSS -->
html {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
    background:#fff; /*color background - only works in IE */
    font:11px/20px verdana, arial, helvetica, sans-serif; /* set default font */
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ 
    overflow:hidden; /*get rid of scroll bars in IE */
    /* */ 
}

body {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    overflow:hidden; /*get rid of scroll bars in IE */
    font-family:verdana, arial, helvetica, sans-serif;
    color:black;
    background-color:white;
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
}

/* Non IE browsers */
#Content {
    overflow:auto; /* add scroll bars as necessary */
    position:absolute; /* position absolutely */
    z-index:3; /* If required to cover any other divs */
    top:120px; /* a value to miss the header */
    bottom:50px; /* a value to miss the footer */
    left:150px; /* a value to miss any navigation div */
    right:0; /* this will put the scroll bar at the right of the page */
    background:white; /* set the background color */
    color:#000099;
    padding:5px 150px 5px 120px;
    font-family:verdana, arial, helvetica, sans-serif;
}

/* IE browsers  */
* html #Content {
    height:92%;
    width:100%; /* full screen width */
    top:40px; /* place the content at the top */
    bottom:20px;
    left:0; /* and left of the body */
    border-top:80px solid #fff; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
    border-left:150px solid #fff; /*add a left border to miss any navigation div 
                                (this is SUBTRACTED from the 100% width on quirks mode) */   
}
                            
#Sidemenu {
    position:absolute;
    /*padding:0; remove padding */
	padding:20px 0 0 0;
    margin:0; /* remove margins */
    border:0; /* remove borders */
    left:0;
    top:150px;
    bottom:56px;
    width:150px;
    z-index:4;
    background:white;
    overflow:auto;
    background-color:white;
    color:#C7BDBC;
    line-height:17px;
    font-family:verdana, arial, helvetica, sans-serif;
}
        
* html #Sidemenu {
    height:100%;
    top:0;
    bottom:0;
    border-top:150px solid #0033FF;
    border-bottom:54px solid #0033FF;
    background:white;
    color:#C7BDBC;
    background-color:white;
    line-height:17px;
    font-family:verdana, arial, helvetica, sans-serif;
}

#Header {
    position:absolute; 
    margin:0;
    top:50px;
    left:200px;
    right:50px;
    display:block;
    width:18.5%;
    height:40px;
    font-size:4em;
    z-index:5;
    overflow:hidden;
    vertical-align:middle;
    margin:0px 0px 0px 0px;
    padding:5px 0px 5px 0px;
    font-size:18px;
    background:white;
    color:#C7BDBC;
	font-style: italic;
    /*border:2px solid #0033FF;*/
    font-family:verdana, arial, helvetica, sans-serif;
}

* html #Header {height:88px;}

#Toplogo {
    position:absolute;
    margin:0;
    top:0;
    left:0;
    width:150px;
    display:block;
    height:150px;
    font-size:1em;
    z-index:5;
    overflow:hidden;
    background:white;
    color:#000099;
    
    vertical-align:middle;
    padding:20px 0px 20px 2px;
    line-height:30px;
    font-size:25px;
    font-weight:100;
    font-family:verdana, arial, helvetica, sans-serif;
    background-color:white;
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#C7BDBC;
}
body>#Toplogo {height:80px;width:150px;}

#Bottomlogo {
    position:absolute;
    margin:0;
	padding:20px 0 0 0;
    bottom:0;
    left:0;
    width:150px;
    display:block;
    height:52px;
    font-size:12px;
    z-index:5;
    overflow:hidden;
    background:white;
    color:#C7BDBC;
    background-color:white;
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#C7BDBC;
}
* html #Bottomlogo {height:56px;width:150px;}

/* ------------------------------------------------------------------------ */

a {
	margin:0px 0px 16px 0px;
	color:#C7BDBC;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}
       
#Sidemenu dl {margin: 1px; padding: 0px;}
#Sidemenu dt {margin: 1px; padding: 0px;}
#Sidemenu dd {margin: 1px; padding: 0 0 0 8px;}

.closed a:hover, .open a:hover {
	background-color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:white;
}

dd.closed {
    display:none;
}

dd.open 
{
    display:block;
}

</PRE>	
<!-- END CSS -->
