/* Styling for all Finicky pages */
body {
    margin-left: 0px;
    margin-top: .3em;
    font-size: 105%;
    background-color: #ffffff;
}


td {
    background-repeat: repeat;
    font-family: Arial, Tahoma, Sans-serif;
    margin: 0px 0px 0px 0px;
}

#header{
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: small-caps;
    line-height: 24px;
    margin-left: 60px;
    margin-top: 0em;
    background-repeat: no-repeat;
    z-axis:10;
    display: inline;
  }

.container {
    position: relative;
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
  }
    
#nav {
    float: left;
    position: relative;
 }

.repeat1 {
    background-repeat: no-repeat;
}

.repeat2 {
    background-image: url('../img/Button-1.gif');
    background-repeat: repeat-x;
    color: #aaaaaa;   
}

.repeat3 {
    background-image: url('../img/Bar2.gif');
    background-repeat: repeat-x;
    color: #aaaaaa;   
}

#frame {
    margin-left: .4em;
    margin-top: .4em;
    background-color: #ffffff;
  }
 
a {
    color: #296295;
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-weight: 200;
    font-style: bold;
    text-decoration: none;
    text-transform: none;
    margin-right: 1em;
}

a:hover {
    color: maroon;
    font-family: Arial, Tahoma, Sans-serif;
    text-decoration: none;
    text-transform: none;
}

#title {
    margin-bottom: -0px;
}

p {
    color: #0000ff;
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-transform: none;
    margin-left: 2em;
    margin-top: -1px;
    margin-right: 1em;
    padding-right: 2em;
    background-color: #ffffff;
    overflow-x: hidden;
 }
 
 dt {
    color: #000000;
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    margin-left: .3em;
    margin-top: 0px;
    margin-right: .8em;
    background-color: #ffffff;
 }
 
 dd {
    color: #0000ff;
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    text-transform: none;
    margin-left: 1.6em;
    margin-top: .4em;
    margin-right: .8em;
    background-color: #ffffff;
 }
 
.minitab {
    border: 0 0 0 0 ;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: smaller;
    
}
.minitab2 {
    border: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#mission {
    display: block;
    color: #555555;
    font: bold 20px/24px sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}