/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #D3FFC4;
}

BODY, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #142F04;
}
a
{
    color: #161681;
    text-decoration: none;
}
a:hover
{
    color: #1B20FE;
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
/* --------------------------- header --------------------------- */
#topLabel
{
    background-color: #102409;
    background-image: url(images/top_img.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 150px;
}
#topLine, #bottomLine
{
    background-color: #447313;
    border-top: 2px solid #142F04;
    border-bottom: 2px solid #142F04;
    color: #FFEB7A;
}
#topLine
{
    padding: 1px;
}
#bottomLine
{
    padding: 4px 10px;
    font-size: 8pt;
    font-weight: bold;
}
/* --------------------------- main menu --------------------------- */
#mainMenu
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #142F04;
    background-color: #FFF09D;
}
a.mainMenu
{
    margin: 0 10px 0 5px;
    display: block;
    padding: 3px 0 3px 5px;
    border-left: 5px solid #FFF09D;
    color: #142F04;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.mainMenu:hover
{
    border-left: 5px solid #447313;
    background-color: #FFF5BF;
    text-decoration: none;
    color: #142F04;
}
/* --------------------------- column --------------------------- */
.leftColumn, #logoArea
{
    background-color: #FFEB7A;
    border-right: 2px solid #142F04;
}
#logoArea
{
    vertical-align: middle;
    text-align: center;
}
.leftColumn
{
    vertical-align: top;
}
a.subMenu
{
    display: block;
    margin: 0 10px 0 15px;
    text-decoration: none;
    font-size: 9pt;
    padding: 2px 4px;
    color: #142F04;
    border-left: 3px solid #FFF09D;
}
a.subMenu:hover
{
    background-color: #FFF5BF;
    text-decoration: none;
    color: #142F04;
    border-left: 3px solid #447313;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    padding: 10px;
    font-size: 10pt;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #142F04;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #142F04;
}
.alertText
{
    font-size: 12pt;
    color: #950000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
}
.greenLine
{
    background-color: #142F04;
    height: 2px;
}
.greenLine1
{
    background-color: #447313;
    height: 17px;
}
#photo1
{
    background-color: #FFEB7A;
    text-align: right;
    height: 151px;
}
.gallery
{
    font-size: 9pt;
    color: #142F04;
}
.oneImg
{
    border: 1px solid #142F04;
    background-color: #E9FFE1;
}
/* --------------------------- footer --------------------------- */
#copyright
{
    font-size: 8pt;
    padding: 5px 10px;
}
/* --------------------------- form --------------------------- */
form
{
    margin: 10px 0 10px 0;
}
TEXTAREA, INPUT, SELECT
{
    background: #E8FCE3;
    font-size: 10pt;
    border: 1px solid #142F04;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #6B300E;
    background-color: #FEDE00;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #142F04;
    font-weight: bold;
}
.commentTitle { font-style: italic; margin-bottom: 5px; }
.commentAdmin { margin: 7px 0 0 30px; padding-left: 7px; border-left: 3px double #86BF74; }