
 *
  {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 13px;
  }

 html,body
  {
   margin:0;
   padding:0;
   height:100%; /* needed for container min-height */
   background-color: #F4F7EF;
  }

 div#container
  {
   position:relative; /* needed for footer positioning*/
   margin: auto;
   width:957px;
   background-image: url('/images/default/wbb_left_side_tile.jpg');
   background-repeat: repeat-y;
   height:auto !important; /* real browsers */
   height:100%; /* IE6: treaded as min-height*/
   min-height:100%; /* real browsers */
   background-color: #FFFFFF;
   border-right: 2px solid #739452;
   border-bottom: 2px solid #739452;
  }

 div#content
  {
   padding:1em 1em 7em; /* bottom padding for footer */
   clear: left;
  }

 div#header
  {
   background-color:#ffffff;
  }

 div#footer
  {
   text-align: center;
   position:absolute;
   width:98%;
   left: 10px;
   bottom:0; /* stick to bottom */
   background:#fff;
  }

 ul li
  {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 10pt;
   list-style-position: outside;
   list-style-image: url('/images/bullet_15.gif');
  }

 #navigation span
  {
   display: block;
   color: #000000;
   font-weight: bold;
   font-size: 11px;
   padding: 0 0 0 0;
  }

 ul#container
  {
   margin-left: 0px;
   padding-left: 10px;
   text-align: left;
  }

 ul#container > li
  {
   list-style-image: url('');
   list-style-type: none;
   padding: 6px 0px 0px 0px;
   width: 150px;
  }

 div#navigation > ul#container > li > ul > li
  {
   list-style-image: url('');
   list-style-type: none;
   padding: 5px 0px 0px 0px;
   width: 145px;
   overflow: hidden;
  }

 #basenav
  {
   position: relative;
   display: block;
   left: 10px;
   background-color: #FFFFFF;
   padding: 0px;
   list-style-type: none;
   margin: 0px 0px 5px 0px;
  }

 div#pageheader
  {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16pt;
   color: #006699;
   font-weight: bold;
   margin-bottom: 15px;
  }

 a:link
  {
   color:#993333;
   text-decoration:underling;
  }

 a:visited
  {
   color:#CC6600;
   text-decoration:underline;
  }

 a:hover
  {
   color:#ADC498;
   text-decoration:underline;
   cursor:default;
  }

 a:active
  {
   color:#CC6600;
   text-decoration:none;
  }


