/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */


  body { margin: 10px 10px 0px;
    padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(8, 94, 123);
    background-image: url(images/exp5.jpg);
    background-attachment: fixed;
    }

  #leftcontent { position: absolute;
    left: 10px;
    top: 10px;
    width: 160px;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    }

  #centercontent { -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    voice-family: inherit;
    margin-left: 165px;
    margin-right: 165px;
    }

  html > body #centercontent { margin-left: 165px;
    margin-right: 165px;
    }

  #rightcontent { position: absolute;
    right: 10px;
    top: 10px;
    padding-left: 10px;
    width: 160px;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    }

  #banner { -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    voice-family: inherit;
    }

  #banner2 { text-align: center;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    voice-family: inherit;
    }

  html > body #banner { height: 140px;
    }

  pre { margin: 0px 10px 10px;
    } 

  p { margin: 0px 10px 10px;
    background-color: rgb(244, 255, 255);
    }

  h1 { margin: 0px 10px 10px;
    font-size: xx-large;
    color: rgb(0, 153, 204);
    }

  h2 { font-size: x-large;
    font-weight: bold;
    color: rgb(0, 153, 204);
    }

  h3 { font-size: large;
    font-weight: bold;
    color: rgb(0, 153, 204);
    padding-top: 10px;
    padding-bottom: 2px;
    }

  a:link { color: rgb(0, 102, 102);
    font-weight: bold;
    text-decoration: none;
    }

  a:visited { font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 185, 185);
    }

  a:hover { color: rgb(0, 153, 204);
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }

  a:active { color: rgb(255, 0, 0);
    text-decoration: none;
    }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: rgb(0, 102, 102);
background: transparent url(images/righttabdefault.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;
}

.ddoverlap li a:visited{
color: rgb(0, 185, 185);
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap 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(images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

