/* File: goldenrod.css */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    background: #FAFAD2 url(/img/gradient1.png) repeat-y top left;
    padding: 2em 6%;  border: 0;  margin: 0;
}
a         { text-decoration: none; }
a:link    { color: #111166; background-color: inherit; }
a:visited { color: #777766; background-color: inherit; }
a:hover   { text-decoration: underline; }
a:active  { color: #999977; background-color: inherit; }
img { border: 0; }
ul  { list-style: square; }

#masthead h1 { font-size: 2.5em;  font-family: serif;  color: #003300; }
#logo {
    display: block;
    width: 546px; height: 288px;
    background: url(/img/csflogo5.gif);
}
#main {   border: 2px solid #B8860B;  padding: 0 0.8em;
          background-color: #FCFCF6;
}
.cite_box {
    color: #000000;  background-color: #FFFFFF;
    padding: 5px 6px;
    border: solid #333333;  border-width: 1px 2px 2px 1px;
    margin: 0 25px 0 25px;
}
.centered_hdr { text-align: center; }
.picbox {
    margin: 10px 15px;
    float: left;
    font-family: "Times New Roman", serif; text-align: center;
    font-size: 1.1em;
}
.hidden_clear { clear: both;  line-height: 0px;  height: 0; }
.important { color: #DB7093; }
.white_table {
    color: #000000;  background-color: #FFFFFF;
    /*margin: 0 auto;*/
    border-width: 1px 2px 2px 1px;
    border-collapse: collapse;
}
.white_table th { text-align: center; }
.white_table th, .white_table td {
    border: 1px solid #000000;
    padding: 3px;
}
.noshow { display: none; }
.u { text-decoration: underline; }
.button80    { padding: 0 4px;  border: 0;  margin: 1px 0;  font-size: 11px; }
.big { font-size: x-large; }
.grayed { color: #333333; }
.strike { text-decoration: line-through; }

