.menuActive
{
    color: #F7DBB5;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 3px;
}

.menuActive:hover
{
    color: #F7DBB5;
	text-decoration: underline;
}

.menuInactive
{
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 3px;
}

.menuInactive:hover
{
    color: #FFFFFF;
	text-decoration: underline;
}

.subMenuActive
{
    font-weight: bold;
    color: #750C01;
    text-decoration: none;
    white-space: nowrap;
}

.subMenuActive:hover
{
    font-weight: bold;
    color: #750C01;
	text-decoration: underline;
}

.subMenuInactive
{
    color: #35120B;
    text-decoration: none;
    white-space: nowrap;
}

.subMenuInactive:hover
{
    color: #35120B;
	text-decoration: underline;
}

.menuBG
{
    background-color: #896455;
}

.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:   10px;
    color:       #302E21;
    padding-bottom: 15px;
}

.newsList{
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

table.newsList tr td {
    padding-bottom: 25px;
}

.newsTitle
{
    font-weight: bold;
}

.newsDate
{
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    white-space: nowrap;
    width: 70px;
    vertical-align: top;
}

.newListText
{
    padding: 0 0 2em 0;
}

.leftBlock
{
    border-right: 1px solid #896455;
    width: 200px;
    padding: 0 10px 0 0;
    margin: 15px 10px 0 0;
}

.newsAnnounce
{
    width: 200px;
}

.hr
{
    border-bottom: 2px solid #896455;
    height: 2px;
    width: 100%;
    margin: 10px 0;
}

.copyright .hr
{
    margin: 10px 0 0 0;
}

.clear{
    clear: both;
}

