/*Global Styles*/


      .style1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif
	  }
      address {
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:1.8em;
        padding:0;
        background:#fe9;
        color:#000;
        border-top:1px solid #dd1100;
        font-size:x-small;
        font-style:normal;
        text-align:center;
      }
      blockquote {
        margin:0 1.5em 1.5em;
        padding:0.5em;
        background:#8564D9;
        color:#dd1100;
        font-size:smaller;
      }
      blockquote p {
        margin:0;
        padding:0;
      }
      blockquote p span {
        float:left;
        position:relative;
        right:0.25em;
        bottom:0.25em;
        padding:2px;
        background:#060;
        color:#FFFFFF;
        border:solid #dd1100;
        border-width:0 3px 3px 0;
        font-size:2em;
        line-height:1.0;
      }
      body {
        margin:0;
        padding:0;
      }
      em {
        font-style:normal;
        font-weight:bolder;
      }
      h1 {
	margin:0;
	padding:0;
	font-size:2em;
	line-height:3.0;
	font: Verdana;
      }
      h2 {
	margin:0 0 0.5em;
	padding:0;
	font-size:1.5em;
	color: 1E00DD;
      }
      html {
        margin:0;
        padding:0;
        font:100%/1.5 sans-serif;
        background:#C0DFFD;
        color:#003399;
      }
      p {
        margin:0 0 1.5em;
      }
      ul {
        margin-top:0;
        margin-bottom:1.5em;
      }
      #header {
        position:fixed;
        top:0px;
        left:-4px;
        width:100%;
        height:6em;
        background:#36C;
	z-index:5;
        color:#000000;
        border-bottom:2px solid #00F;
      }
      #header div {
        float:left;
        width:9em;
        height:3em;
        margin-right:0.5em;
        background:#36C;
        color:#000;
        font-size:2em;
        font-weight:bold;
        text-align:center;
        line-height:3em;
      }

      #content {
        margin:7em 16em 2em 12em;
      }
      #sidebar {
        position:absolute;
        top:7em;
        right:0px;
        width:13em;
        background:#C0DFFD;
        color:#000;
        border:1px solid #00F;
        border-right-width:0;
      }
      #sidebar p {
        padding:0 0.5em;
      }
      #nav {
        position:fixed;
        top:7em;
        left:0;
        width:11em;
        margin:0;
        padding:0;
        background:#36C;
      }
#nav2 {
        position:fixed;
        top:8em;
        right:0;
        width:11em;
        margin:0;
        padding:0;
        background:#C0DFFD;
      }
      #nav a:link,#nav a:visited {
        color:#C0DFFD;
        text-decoration:none;
      }
      #nav a:hover,#nav a:focus {
        color:#0000CC;
      }
      #nav li {
        margin:0;
        padding:0.25em 0.5em;
        list-style-type:none;
        border-bottom:1px solid #fff;
      }
      #nav span {
        position:absolute;
        top:10em;
        left:0.5em;
        width:10em;
        background:#C0DFFD;
        color:#2300D3;
       font-weight: bold;
        visibility:hidden;
      }
      #nav a:hover span,#nav a:focus span {
        visibility:visible;
      }
    
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a:link,#nav2 a:visited {
        color:#36C;
        text-decoration:none;
	font-weight: bold;
      }
      #nav2 a:hover,#nav a:focus {
        color:#0000CC;
      }
      #nav2 li {
        margin:0;
        padding:0.25em 0.5em;
        list-style-type:none;
        border-bottom:0px solid #fff;
      }
      #nav2 span {
        position:absolute;
        top:4em;
        left:0.5em;
        width:10em;
        background:#C0DFFD;
        color:#2300D3;
       font-weight: bold;
        visibility:hidden;
      }
      #nav2 a:hover span,#nav a:focus span {
        visibility:visible;
      }
    
	#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav1 a {
	display: block;
	width: 17em;
}

#nav1 li { /* all list items */
	float: left;
	width: 17em; /* width needed or else Opera goes nuts */
}

#nav1 li ul { /* second-level lists */
	position: absolute;
	background: C0DFFD;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav1 li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
#nav {
        position:absolute;
                                z-index:1;
      }
<!--
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccff99;
}
.style2 {
	font-size: small;
	color: FF9933;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
	font-stretch: wider;
	color: #FF6600;
	background:#C0DFFD;
	z-index:0;
}
.style4 {	
	color: #ccff99

}
.style5 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #3366cc;
	z-index:3;

}
-->




</style>
