﻿html
{
    height: 100%;
}
body
{
    height: 100%;
    margin: 0px 0px 0px 0px;
}
a:link
{
    text-decoration: underline;
    color: #990000;
}
a:active
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #336633;
}
img.block
{
    display: block;
}
.title
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-size: x-large;
    font-style: normal;
    font-weight: bold;
    color: #990000;
}
a.title-menu
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}
a.title-menu:visited
{
    color: #990000;
    text-decoration: none;
}
a.title-menu:active
{
    text-decoration: none;
}
a.title-menu:hover
{
    text-decoration: none;
    color: #336633;
}
.title-description
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: x-large;
    font-style: italic;
    font-weight: normal;
    color: #990000;
}
.title-sub
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #990000;
}
.data
{
    font-family: Georgia, Times New Roman, Times, serif;
    color: #990000;
    font-size: 12px;
}
ul.menu
{
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 0px;
}
ul.menu li
{
    position: relative;
    padding: 5px 20px 5px 0px;
    text-align: right;
}
ul.menu li ul
{
    position: absolute;
    right: -142px; /* SHOULD BE 'left: 142px;' IE6 HOVER BUG */
    top: 0;
    display: none;
    width: 142px;
    background-color: #FFFAA8;
}
ul.menu li a
{
    font-family: Palatino Linotype, Times New Roman, Times, Serif;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bolder;
    text-decoration: none;
    color: #990000;
    cursor: pointer;
}
ul.menu li a.menu-selected
{
    color: #336600;
}
ul.menu li:hover > ul
{
    display: block;
}
li ul.menu li
{
    padding: 0px 3px 3px 3px;
    text-align: left;
}
li ul.menu li a
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-variant: normal;
    text-decoration: underline;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}
li ul.menu li a:hover
{
    color: #336633;
}
