      html, body {
        padding:0px;
        margin:0px;
        text-align:center;
        background-color:#cccccc;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:90%;
      }
      #container {
        text-align:left;
        padding:0px;
        margin:0px auto;
        height:auto;
        overflow:auto;
        background-image:url(images/bg.jpg); 		
        background-repeat:repeat-y;
        border: solid 1px #000;/**/
		width: 762px;
		voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
		voice-family:inherit;
		width: 760px;
      }
      #banner {
	  	height:96px;
        width:760px;
        /*background-image:url(/images/logo_banner.jpg);*/
      }
      #topmenu {
        background:#dddddd;
        width:760px;
        height:38px;
        background-image:url(images/container_mi.jpg);
      }
      
      #sidenav {
        width:185px;
        position:relative;
        float:left;
        height:auto;
        overflow:auto;
      }
      #content {
        width:570px;
        height:auto;
        position:static;
        float:right;
        display:block;
      }
      .blurb {
        float:left;
        text-align:left;
        width:280px;
        margin:0px 10px 0px 10px;
        /*border:1px solid #ff00ff;/**/
        height:auto;
        padding-bottom:20px;
      }
      .rightimg {
        float:right;
        width:215px;
        margin:5px 10px 5px 10px;
        /*border:1px solid #ff00ff;/**/
      }
      .leftimg {
        float:left;
        width:215px;
        /*border:1px solid #ff00ff;/**/
      }
      .paragraph {
        width:550px;
        /*border:1px solid #0000ff;/**/
        height:auto;
		position:relative;
        /*background:#ffacac;/**/
      }
      #containerBI {
	display:block;
	padding:0px;
	background:#000;
	background-image:url(images/container_bi.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:10px;
	width:760px;
	position: relative;
      }
      #containerBI img {
        height:10px;
      }
      #topmenu a {
        display:block;
        float:left;
        height:25px;
        width:100px; 
        background-image:url(images/btn_separator.jpg);
        background-repeat:repeat-x;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        text-decoration:none;
        font-weight:600;
        font-size:11px;
      }
      #topmenu a.selected span {
        color:#ff0000;
        background-image:url(images/btn_bg_selected.jpg);
      }
      #topmenu a.firstChild {
        margin-left:5px;/**/
      }
      #topmenu a span {
        text-align:center;
        padding-top:7px;
        margin-right:0px;
        display:block;
        width:99px; 
        height:25px;
        background-repeat:repeat-x;
        overflow:hidden;
        cursor:hand;
        background-image:url(images/btn_bg_out.jpg);
      }
      #topmenu a:hover span {
        color:#ff0000;
      }
      #topmenu a:link span {
        color:#003366;
      }
      #sidenav .lvl2 a {
        margin-top:0px;
        display:block;
        font-weight:600;
        font-size:11px;
        height:18px;
        color:#003366;
        text-align:left;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background-image:url(images/btn_sidenav.jpg);
        background-repeat:no-repeat;
        text-decoration:none;
        /* border:1px solid #ffa5a5;/**/
      }
      #sidenav .lvl2 a span {
        /*margin-top:2px;/**/
        margin-left:15px;
        display:block;
      }
      #sidenav .lvl2 a.selected {
        color:#ff0000;
      }
      #sidenav .lvl2 a.firstChild {
        margin-top:15px;
        background-image:url(images/btn_sidenav_firstchild.jpg);
        height:20px;
      }
      #sidenav .lvl2 a.firstChild span {
        margin-top:2px;
      }
      /*lvl3*/
      #sidenav .lvl3 a {
        margin-top:0px;
        display:block;
        font-weight:600;
        font-size:11px;
        height:18px;
        color:#003366;
        text-align:left;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background-image:url(images/btn_3.jpg);
        background-repeat:no-repeat;
        text-decoration:none;
      }
      #sidenav .lvl3 a span{
        margin-left:22px;
      }
      #sidenav .lvl3 a.selected {
        color:#ff0000;
      }
      #sidenav .lvl3 a.lastChild {
        background-image:url(images/btn_3_btm.jpg);
        height:18px;
      }
      #sidenav .lvl3 a.firstChild {
        background-image:url(images/btn_3_top.jpg);
        height:19px;
      }

      
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	border-bottom-style: solid;
	font-style: normal;
	line-height: 22px;
      }
      #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #FF6600;
	border-bottom-style: solid;
	font-style: normal;
	line-height: 22px;
        
      }

       #content h1 {
         font-size: medium;
       }

       #content h2 {
         font-size: smaller;
       }
       #footer {
         background:#000000;
         color:#ffffff;
         padding-bottom:3px;
         padding-right:5px;
         text-align:right;
       }
   

