﻿html
{
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    text-align: center;
    background-color: #99cc99;
}

#leftcolumn
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 250px;
    background-color: #339933;
    text-align: center;
}
#header
{
    position: absolute;
    left: 260px;
    top: 10px;
    background-color: #339933;
    height: 150px;
    width: 700px;
    text-align: center;
}
#headertxt
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 6em;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: Black;
}
a.assoctxt
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 18pt;
    color: #993399;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
a.assoctxt:visited
{
    color: #993399;
    text-decoration: none;
    border-bottom: dashed 1px #993399;
}
.columntxt
{
    color: Black;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: .9em;
    text-align: left;
    line-height: .9em;
}
.columntxt2
{
    color: Black;
    background-color: #339933;
    line-height: 1.4em;
    text-align: left;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    padding: 5px 10px 5px 10px;
}
.coltxtsmlbold
{
    color: Black;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: .9em;
    text-align: left;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: -.25px;
    padding-left: 10px;
}
.coltxtsmlbold2
{
    color: Black;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0px 10px 0px 10px;
    letter-spacing: -.25px;
}
.columntxtbold
{
    color: Black;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
}
.redcoltxt
{
    color: #993399;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px auto 20px auto;
    border-bottom: dashed 1px #993399;
}
.redcoltxtUL
{
    color: #993399;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 1.2em;
    margin: 20px auto 20px auto;
    text-decoration: underline;
    text-align: left;
    padding-left: 10px;
}
.redcoltxtbold
{
    color: #993399;
    font-family: Garamond, Times New Roman, Serif;
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-style: italic;
    line-height: 1.6em;
}
#newsbody
{
    position: absolute;
    top: 160px;
    left: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px; /*background-color: #335577;*/
    background-color: White; /*padding: 2px 2px 2px 2px;*/
}

.bodyleftcolumn
{
    float: left;
    padding: 5px 20px 10px 20px;
    background-color: White;
    text-align: justify;
    width: 305px;
    font-family: Arial, Verdana, Tahoma, Sans-Serif; /*border: solid 1px blue;*/
}
.bodyrightcolumn
{
    float: left;
    padding: 5px 15px 10px 25px;
    background-color: White;
    text-align: justify;
    width: 305px;
    font-family: Arial, Verdana, Tahoma, Sans-Serif; /*border: solid 1px red;*/
}

.bodyheader
{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.4em;
    border: dotted 1px Black;
    padding: 15px 5px 15px 5px;
}
.bodysubheader
{
    font-size: .95em;
    text-align: center;
    letter-spacing: -1px;
    font-weight: normal;
}
.bodymidheader
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    width: 580px;
    border: dotted 1px Black;
    padding: 15px 0px 15px 0px;
    margin: 0 auto 0 auto; /*border: solid 1px purple;*/
}
.greentxt
{
    color: Green;
    background-color: #99CC99;
    padding: 20px 20px 20px 20px;
    font-weight: bold;
    line-height: 1.2em;
}

