body {
      background-color: #FFFFFF;
}
td {
      font-family: verdana,arial,helvetica;
      font-size: 10px;
      vertical-align: top;
}
th {
      font-family: verdana,arial,helvetica;
      font-size: 10px;
      vertical-align: top;
}
.bordertd {
      font-family: verdana,arial,helvetica;
      font-size: 10px;
      border: 1px solid #000000;
      padding: 5px 5px 5px 5px;
      vertical-align: top;
}
.header {
      background-color: #134476;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
      font-size: 12px;
      padding:5px;
}
.header2 {
      background-color: #5c82c4;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
      font-size: 12px;
      padding:5px;
      border: 1px solid #134476;
}
.subheader {
      background-color: #336098;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
}
.sublist {
      background-color: #FFFFFF;
}

UL {
      padding-left: 20px;
      margin-left: 0px;
      margin-bottom: 5px;
}
LI {
      margin-bottom: 2px;
}

a:link,
a:visited {
      color: #3333cc;
        cursor: hand;
}
a:hover {
      color: #660099;
}


.gridhead {
    border: 1px solid #000000;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    background-color: #dbe2e8;
}
.grid {
    border: 1px solid #000000;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}








.chromestyle A:link { color: #FFFFFF }
.chromestyle A:visited { color: #FFFFFF }

.chromestyle {
    width: 100%;
    font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.chromestyle ul {
    border: 1px solid #000000;
    background-color: #003464;
    width: 100%;
    padding: 4px 4px 4px 4px;
    font-family: verdana,arial,helvetica;
    font-size: 11px;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
    display: inline;
}

.chromestyle ul li a {
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #999999;
}
.chromestyle ul li a:hover {
    color: #FFFF00;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
    content: "";
    /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


.dropmenudiv {
    position:absolute;
    top: 0;
    border: 1px solid #000000; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font-family: verdana,arial,helvetica;
    font-size: 11px;
    line-height:18px;
    z-index:100;
    color: #FFFFFF;
    background-color: 5c82c4;
    width: 200px;
    visibility: hidden;
}

.dropmenudiv a {
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.dropmenudiv A:link { color: #FFFFFF }
.dropmenudiv A:visited { color: #FFFFFF }

* html .dropmenudiv a { /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
    background-color: #F0F0F0;
    color: #003464;
}