html {height: 100%; margin-bottom: 1px;
overflow-y: scroll;}

BODY {
margin-top: 50px;
color: #000000;
font-family: verdana, arial, geneva;
font-size: 11px;
line-height: 135%;
background-color: #ffffff;

}


#wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
}

#left {
width: 240px;
float: left;
}


H1 {
color :  #000080;
font-size : 24px;
margin-top: 0px;
margin-left: 428px;
font-family : Arial, Helvetica, Sans-Serif;

}


H2 {
color :  #000040;
font-size : 18px;
margin-top: 0px;
margin-left: 20px;
font-family : Arial, Helvetica, Sans-Serif;

}

H3 {
color :  #666666;
font-size : 14px;
margin-top: -14px;
margin-left: 192px;
font-family : Arial, Helvetica, Sans-Serif;

}


P.body {
margin-left: 290px;
margin-right: 60px;
text-align: justify;
color: #000040;

}

P.body2 {
margin-left: 0px;
margin-right: 60px;
text-align: justify;
color: #000040;

}

P.right {
margin-left: 290px;
margin-right: 60px;
text-align: right;
color: #000040;
font-style: italic;

}

P.left {
margin-top: 0px;
color: #000040;
font-style: italic;
float: left;
width: 224px;
}

P.left2 {
margin-top: 400px;
color: #000040;
font-style: italic;
float: left;
width: 224px;
}


P.center { 
font-size : 14pt;
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
text-align: center;
line-height: 135%;
color: #000080;
padding-left: 280px;
margin-top: 10px;
margin-right: 50px;
margin-bottom: 0px;
 } 

 img.right {
 float: right;
 clear: right;
 border: solid 4px;
 border-color: #385883;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 20px;
 margin-bottom: 0px;
 }

 img.left {
 border: solid 0px;
 border-color: #385883;
 margin-top: 0px;
 margin-left: 0px;;
 margin-right: 20px;
 margin-bottom: 0px;
 float: left;
 clear: both;
 }
 
 
a:link { color: #222222;
font-size: 10pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}

a:visited { color: #222222;
font-size: 10pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}

a:hover { color: #afcae5;
font-size: 10pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}

a.inline:link { color: #000040;
font-size: 8pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}

a.inline:visited { color: #000040;
font-size: 8pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}

a.inline:hover { color: #000080;
font-size: 8pt;
font-weight:bold;
font-family: arial,geneva;
text-decoration: none;
}


LI.body {
margin-left: 0px;
margin-right: 60px;
margin-top: 2px;
text-align: justify;
color: #000040;
}

LI.body2 {
margin-left: 290px;
margin-right: 60px;
margin-top: 2px;
text-align: justify;
color: #000040;
}


/*-----------------------------------------------------------
  Pure CSS Drop-down Menu
  Last Updated: 12/31/2007 by Justin Spegele
  Author: Justin Spegele
          Spegele Design and Development
          http://www.spegele.com/
  This code is free to modify and use for any purpose, as
  long as proper credit is given to the original designer.
----------------------------------------------------------- */

/* Overarching Menu
    -----------------------------------*/
    .cssnav {
        position:relative; 
        margin-left: 286px;
        margin-top:  0px;
        margin-right: 0px;
        z-index:1000;
        font-size:9px;
        font-family:  Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align:center;
    }
    .cssnav ul {
        padding:0;
        margin:0;
        list-style-type:none;
    }
    .cssnav ul ul {
        width:153px;
        text-align:left;
        
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
        float:left;
        width:207px;
        position:relative;
                    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
        display:block;
        text-decoration:none; 
        color:#000000; 
        border:1px solid #004000; 
        border-width:1px 1px 1px 1px;
        padding-left: 5px;
        background:#cccccc; 
        line-height:25px;
        margin-left: 5px;
        
    }
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
        color:#fff; 
        background:#cccccc;
    }
    .cssnav :hover > a, .cssnav ul ul :hover > a {
        color:#fff;
        background:#081c57;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
        background:#ffffff;
        line-height:1em; 
        padding:5px 10px; 
        width:180px;
        border-width:0 1px 1px 1px;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
        background:#666666;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        visibility:visible; 
    }
/*	Third Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul ul a, .cssnav ul ul ul a:visited {
        background:#081c57;
    }
    /* Links on hover */
    .cssnav ul ul ul a:hover {
        background:#081c57;
    }
    /* Positioning */
    .cssnav ul ul ul{
        left:150px; 
        top:-1px; 
    }
    .cssnav ul ul ul.left {
        left:-154px;
    }
    /* Visibility */
    .cssnav ul :hover ul ul{
        visibility:hidden;
    }
    .cssnav ul :hover ul :hover ul{
        visibility:visible;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
        visibility:hidden;
        position:absolute;
        top:26px;
        left:0; 
        border-top:0px solid #004000;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }


.fadetext {
margin-left: 350px;
margin-top: 20px;
margin-right: 60px;
width: 470px;
text-align: justify;
color: #000040;

}

.red {
padding: 10px;
text-align: justify;
color: #ff0000;

}

