@charset "utf-8";
/* CSS Document */
/* General styles common to all pages */

a {
    color: #0099FF;
    text-decoration: none;
}

/* brighter color for visited links */
a:visited {
    color: #CC66FF;
    text-decoration: none;
}

a:hover, a:active {
    color: #0099FF;
    text-decoration: underline;
}

pre {
    color: white;
}

ul {
    list-style: circle;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.3em;
    font-weight: normal;
    color: white;
    display:list-item;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
}


h1, h2, h3, h4, h5 {
    margin: 10px 0px 10px 0px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #96D709;
    text-align: left;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 0.95em;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    font-style: italic;
}

p {
    margin: 10px 0px 10px 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.3em;
    font-weight: normal;
    color: white;
    text-align: justify;
}

dt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.3em;
    font-weight: bold;
    color: white;
    text-align: justify;
}

dd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.3em;
    font-weight: normal;
    color: white;
    text-align: justify;
}

/* The 'fixed' div holds everything*/

div#fixed {
    padding: 0px;
    margin: 0 auto;
    width: 980px;
    text-align: left;
}

/* HEADER STYLES */

div#header {
    position: relative;
    float: left;
    width: 980px;
    height: 104px;
}

div#header img {
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

/* TOP NAVIGATION */

div#topnav {
    position: relative;
    width: 980px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    background-image: url(../img/topnav_bg1.gif);
    background-repeat: no-repeat;
}

div#topnav ul {
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

div#topnav li {
    display: inline;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
    height: 40px;
    line-height: 40px;
}

div#topnav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: white;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

div#topnav a:hover {
    text-decoration: none;
    color: #0099FF;
}

/* Navigation for second navigation bar (DR8 links just below top navigation bar) */

div#midnav {
    position: relative;
    width: 980px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    /*
    background-color: black;
    background-image: url(../img/topnav_bg1.gif);
    background-repeat: no-repeat;
    */
}

div#midnav ul {
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

div#midnav li {
    display: inline;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px 20px 0px 20px;
    height: 40px;
    line-height: 40px;
}

div#midnav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: white;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

div#midnav a:hover {
    text-decoration: none;
    color: #0099FF;
}

/* Style of Algorithms page */

div#algorithms h3 {
        font-size:90%;
}

div#algorithms li {
    font-family: Arial, Helvetica, sans-serif;
        font-size:90%;
    color: white;
    display:list-item;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
}

/* Used to give captions to images. This class is deprecated. */

.caption {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: yellow;
    text-align: center;
}

/* Table to contain images & provide a caption */

table.figure {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    border: 0;
    padding: 0;
    margin: 1em;
}

table.figure td {
    color: yellow;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
}

table.figure a {
    text-decoration: none;
}

table.figure img {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto 0 auto;
}

table.centerfigure {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    padding: 0;
    margin: 1em auto 1em auto;
}

table.centerfigure td {
    color: yellow;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
}

table.centerfigure a {
    text-decoration: none;
}

table.centerfigure img {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto 0 auto;
}

/* This style should be used for most tables. */

table.common {
    text-align: left;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 10px auto 10px auto;
}

table.common th {
    border: 1px solid white;
    color: yellow;
    font-weight: bold;
}

table.common td {
    border: 1px solid white;
    color: white;
    font-weight: normal;
}

table.common caption {
    color: yellow;
    font-weight: normal;
}

/* Used for contact information */

table.contact {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    border: 0;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

table.contact th {
    width: 50%;
    border: 0;
    color: yellow;
    font-weight: bold;
}

table.contact td {
    width: 50%;
    border: 0;
    color: white;
    font-weight: normal;
}

/* Useful for tables-within-tables */

table.noborder {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
}

table.noborder th {
    border: 0;
    padding: 3px;
    margin: 0;
    color: yellow;
    font-weight: bold;
}

table.noborder td {
    border: 0;
    padding: 3px;
    margin: 0;
    color: white;
    font-weight: normal;
}

table.noborder caption {
    color: yellow;
    font-weight: normal;
}

/* Other useful CSS tricks */

span.ismall {
    font-style: italic;
    font-size: small;
}

span.u {
    text-decoration: underline;
}

span.b {
    font-weight: bold;
}

span.i {
    font-style: italic;
}

ol.i {
    list-style-type: lower-roman;
}

