<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:170px; /* a value to miss the header */
    bottom:0px; /* 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:#FFFF66; /* set the background color */
    color:#000099;
    padding:5px 80px 5px 80px;
    font-family:verdana, arial, helvetica, sans-serif;
}

/* IE browsers  */
* html #Content {
    height:94%;
    width:100%; /* full screen width */
    top:40px; /* place the content at the top */
    bottom:20px;
    left:0; /* and left of the body */
    border-top:120px solid #FFFF66; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
    border-left:150px solid #FFFF66; /*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 */
    margin:0; /* remove margins */
    border:0; /* remove borders */
    left:0;
    top:170px;
    bottom:76px;
    width:150px;
    z-index:4;
    background:white;
    overflow:auto;
    background-color:#FFFF66;
    color:#000099;
    line-height:17px;
    font-family:verdana, arial, helvetica, sans-serif;
}
        
* html #Sidemenu {
    height:100%;
    top:0;
    bottom:0;
    border-top:160px solid #FFFF66;
    border-bottom:73px solid #FFFF66;
    background:#FFFF66;
    color:#000099;
    background-color:#FFFF66;
    line-height:17px;
    font-family:verdana, arial, helvetica, sans-serif;
}

#Header {
    position:absolute; 
    margin:0;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:170px;
    font-size:4em;
    z-index:5;
    overflow:hidden;
    vertical-align:middle;
    text-align: center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:12px;
    color:#000099;
    background:#FFFF66; /* set the background color */
    border-bottom:2px solid #0033FF;
    border-right:2px solid #FFFF66;
    font-family:verdana, arial, helvetica, sans-serif;
    /*background:url(GA-banner.jpg);*/
}

* html #Header {height:152px;}

#Bottomlogo {
    position:absolute;
    margin:1px;
    bottom:0;
    left:0;
    width:150px;
    display:block;
    height:73px;
    font-size:9px;
    z-index:5;
    overflow:hidden;
    background:#FFFF66;
    color:#000099;
    background-color:#FFFF66;
    border-top-width:3px;
    border-top-style:solid;
    border-top-color:#0033FF;
}
* html #Bottomlogo {height:76px;width:150px;}

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

a {
	margin:0px 0px 16px 0px;
	color:blue;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a.alma {
	margin:0px 0px 16px 0px;
	color:blue;
	font-size:10px;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a.alma:hover{
color:green;
font-size:10px;
text-transform:none;
}
       
#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:#669999;
	font-size:14px;
	font-weight:bold;
	color:black;
}

dd.closed {
    display:none;
}

dd.open 
{
    display:block;
}

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

