

a {
    text-decoration:none;
    color:#3179ac;
    font-weight:bold;
    display:inline;
  }

a:hover {
    color:grey;
  }

a.selected{
    color:#828282;
  }

h1,h2,h3 {
    font-size:18px;
  }


body {
    background : #ffffff;
    font : 12px verdana,arial,helvetica,sans-serif;
    padding : 0%;
    margin : 0%;
    color : #000000;
  }


#foot {
    text-align:center;
    font-size:smaller;
  }


#mainText {
    margin : 0 5% 0 250px;
    width : 600px;
  }


#masthead {
    font-size:3em;
    color:#000000;
    background-color:#a9d1ff;
    padding:0.5em;
    text-align:center;
  }


#menu {
    background : #eae9e8;
    font-size: 14px;
    font-style: normal;
    padding : 0 10px;
    color : #3179ac;
    float : left;
    height : auto;
    width :auto;
  }




td {
    border-bottom-color : #ebebeb;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-top-color : #ebebeb;
    border-top-style : solid;
    border-top-width : thin;
    vertical-align : top;
  }


table.list {

  }


th.list {
    background-color : #ebebeb;
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : thin;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : thin;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : thin;
    padding-bottom : 1em;
    padding-left : 4em;
    padding-right : 3em;
    padding-top : 1em;
  }


td.list {
    border-bottom-color : #c0c0c0;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-left-color : #c0c0c0;
    border-left-style : solid;
    border-left-width : thin;
    border-right-color : #c0c0c0;
    border-right-style : solid;
    border-right-width : thin;
    border-top-color : #c0c0c0;
    border-top-style : solid;
    border-top-width : thin;
    padding-bottom : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-top : 1em;
    text-align : left;
  }


