@import url('base.css');

table#L_2 /* view table */
{
    border: 1px solid #606060;
    background-image: url('../images/background.jpg');
}
td#L_5 /* banner cell */
{
    height: 100px; /* = HEADER_HEIGHT */
    padding: 0px;
}
td#L_6 /* side cell */
{
    width: 140px; /* = SIDE_WIDTH */
    padding: 0px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: lowercase;
    padding-left: 10px;
    color: #FFFFFF;
}
td#L_6 a
{
    color: #F1F5A4;
    text-decoration: none;
}
td#L_6 a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
div#Submenu
{
    margin-left: 10px;
    font-weight: normal;
    font-size: 0.7em;
}
td#L_7 /* content cell */
{
    padding: 0px;
    height: 485px; /* = FRAME_HEIGHT - HEADER_HEIGHT - FOOTER_HEIGHT */ /* [BUG 67] Need to fix cell height for Firefox/Netscape. */
}
td#L_7 h1, td#L_7 h2
{
    margin: 9px 0px 6px 0px;
}
td#L_7 h1
{
    font-size: 1.4em;
}
td#L_7 h2
{
    font-size: 1.1em;
}
td#L_7 p
{
    margin: 6px 0px 6px 0px;
}
td#L_7 table
{
    border-collapse: collapse;
    font-size: 0.95em;
}
td#L_7 td, td#L_7 th
{
    border: 0px;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
}
td#L_7 blockquote
{
    border: 1px solid #808080;
    background-color: #303030;
    padding: 6px;
    margin: 6px;
}
td#L_7 div.Reference
{
    text-align: right;
    font-style: italic;
    font-size: 0.8em;
}
td#L_7 img
{
    border: 1px solid #808080;
    margin: 6px;
}
td#L_7 tt
{
    font-size: 1.0em;
    font-style: italic;
    color: #FFFF00;
}
td#L_7 div#Credits
{
    font-style: italic;
    font-size: 0.9em;
    color: #808080;
}
div.Show
{
    border-bottom: 1px solid #808080;
}
p.Address
{
    font-size: 0.8em;
    padding-left: 30px;
}
td#L_7 table.Slice td
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
td#L_7 table.Slice img
{
    border: 100px;
    margin: 0px;
}
td#L_7 p.BioImages
{
    float: right;
    text-align: center;
}
td#L_7 img.Control
{
    vertical-align: middle;
    border: 0px;
    margin: 0px;
}

