/* ia850 -  11 Feb 2008

Screen layout: */


body {
padding:10px 0 0 0;
margin:0;
font:93% Georgia, "Times New Roman", Times, serif;;
background:#228B22;
color:#000000;
}
/*- Special Heading color of board (gray) in column */
h1 {
margin:0 0 0px 0;
line-height:1.1em;
font-family:Trebuchet MS, Arial Unicode MS, Century Schoolbook, serif;
font-size:1.1em;
font-weight:bold;
color:#000000;
background-color: #DCDCDC;
}
/*- Heading blue bold no background */
h2 {
margin:0 0 0px 0;
line-height:1.1em;
font-family:Trebuchet MS, Arial Unicode MS, Century Schoolbook, serif;
font-size:1.1em;
font-weight:bold;
color:#0000ff;
background-color: #ffffff;
}
/*- Special Heading color of board (ltgrn) in column */
h3 {
margin:0 0 -1px 0;
text-indent: 0px;
line-height:1.1em;
font-family:Trebuchet MS, Arial Unicode MS, Century Schoolbook, serif;
font-size:1.0em;
font-weight:600;
text-decoration:none;
color:#ffffff;
background-color: #228B22;
}

h4 {
margin:0 0 1px 0;
line-height:1.0em;
font-family:93% Verdana, "Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#000000;
align:justify;
}

h5 {
margin:0 0 1px 0;
line-height:1.1em;
font-family:Palatino Linotype, Georgia, "Times New Roman", Times, serif;
font-size:12pt,1.1em;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#000000;
align:justify;
}

h6 {
margin:0 0 1px 0;
line-height:1.0em;
font-family: "Times New Roman", Times, Palatino Linotype, Georgia, serif;
font-size:0.8em;
font-weight:normal;
text-decoration:none;
color:#000000;
}


p {
margin:0 -50 15px 0;
line-height:1.1em;
text-align:left;
}
/*- Menu Tabs 3--------------------------- */

    #tabs3 {
      float:left;
      width:100%;
      background:#E4E6EB;
      font-size:93%;
      line-height:normal;
      }
    #tabs3 ul {
          margin:0;
          padding:3px 3px 10px -1px;  /* original 10px 10px 0 50px;  -- padding top rt bottom left-  */
          list-style:none;
      }
    #tabs3 li {
      display:inline;
      margin:5;
      padding:0;
      }
    #tabs3 a {
      float:left;
      background:url(im-ba888/tableft3.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;    /* original 0 0 0 4px; -- padding top rt bottom left-  */
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url(im-ba888/tabright3.gif) no-repeat right top;
      padding:2px 8px 10px 0px;   /* original 5px 15px 4px 1px; -- padding top rt bottom left- */
      color:#FFF;
      font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }

      #tabs3 #current a {
              background-position:0% -42px;
      }
      #tabs3 #current a span {
              background-position:100% -42px;
      }



 /* Lowertab menu */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.midtabs{
border-bottom: 1px solid #bbb8a9;
}

.midtabs ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.midtabs li{
display: inline;
margin: 0;
}

.midtabs li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(im-ba888/midtabR.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.midtabs li a:visited{
color: blue;
}

.midtabs li a:hover{
text-decoration: underline;
}

.midtabs li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(im-ba888/midtabselected.gif) 100% 0 no-repeat;
}

.midtabs li.selected a:hover{
text-decoration: none;
}

</style>

<!--[if IE]>
<style type="text/css">
.midtabs{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]-->

