/* mac hide \*/
html, body {height:100%}
/* end hide*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
  background: #FFFFFF;
  padding:0;
  margin:0;
  color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-3dlight-color: #333399;
  scrollbar-highlight-color: #0000FF;
  scrollbar-face-color: #333399;
  scrollbar-shadow-color: #0000FF;
  scrollbar-darkshadow-color: #333399;
  scrollbar-track-color: #333399;
}

A {
  color: #004A80;
}

A:hover {
  color: #F7941D;
}

A IMG, A:hover IMG {
  border: none;
}

H1 {
  font-family: Copperplate Gothic Bold, Times New Roman, Serif;
  color: #004A80;
  font-size: 1.8em;
  font-weight: 800;
}

b.large {
  font-size: 1.5em;
  font-weight: 700;
}

b.red {
  font-size: 1.2em;
  font-weight: 700;
  color: #E10000;
}

b.blue {
 font-size: 1.2em;
 font-weight: 700;
 color: #3A49CB;
}

p.small {
  font-size: 0.8em;
}

#outer{
        min-height:100%; /*for mozilla as IE treats height as min-height anyway*/
        margin-left:190px;
        border-left:1px solid #0072BC;
        margin-bottom:-24px;
        color: #000000;
}
* html #outer{height:100%;margin-left:190px} /* ie 3 pixel jog*/

#header {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:185px;
        background-color: #004A80;
        border-bottom: 3px solid #0072BC;
        overflow: hidden;
        color: #FFF;
        font-weight: 700;
        font-size: 0.8em;
}

#header A, #footer A {
  text-decoration: underline;
  color: #FFF;
}

#header A:hover, #footer A:hover, #left A:hover {
  text-decoration: underline;
  color: #F7941D;
}

#headerNav {
  position: absolute;
  top: 159px;
  left: 0px;
}

#header IMG {
  vertical-align: top;
}

#left {
        position:relative;/*ie needs this to show float */
        width:190px;
        float:left;
        margin-left:-189px; /*must be 1px less than width otherwise won't push footer down */
        padding-top:190px; /*needed to make room for header*/
        left:-1px /* line things up exactly*/
}

* html #left {margin-right:-3px} /* three pixel jog*/

/* #left p {
   padding: 0px;
   margin: 2px;
} */

#left UL {
  list-style-type: none;
  list-style-image: none;
  padding: 10px;
  margin: 0px;
  font-size: 0.8em;
}

#left LI {
     font-weight: 700;
     line-height: 25px;
     border-bottom: 1px solid #0072BC;
}

#left LI.last {
     font-weight: 700;
     border-bottom: none;
     padding-bottom: 20px;
}

#left A {
  color: #004A80;
  text-decoration: none;
}

#centrecontent {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#footer {
        width:100%;
        clear:both;
        height:20px;
        border-top:3px solid #0072BC;
        background-color: #004A80;
        color: #FFF;
        position:relative;
        font-size: 0.8em;
        text-align: center;
}
* html #footer {/*only ie gets this style*/
        \height:22px;/* for ie5 */
        he\ight:20px;/* for ie6 */
}

#footer2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #000;
  font-size: 0.7em;
  text-align: center;
}

#clearheader{height:185px;}/*needed to make room for header*/
#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
