﻿/* Body (Global) - Sets the global font type and color for the website */
body 
{
    font-family: Verdana, Arial, Tahoma;
    color: #000000;
    font-size: 10pt
}

/* Span.Mailing List - Applys the styling for the text on the mailing list. */
span.mailinglist 
{
    color: #ffffff;
    font-size: 0.9em;
    line-height: 1.0em
}

#content-tile 
{
    font-family: Verdana, Arial, Tahoma;
    color: #ffffff;
    font-size: 0.9em
}

/* Input (Global) - Sets the global font types for inputs. */
input 
{
    padding-top: 3px;
    font-size: 0.9em;
}
A 
{
    color: #ffffff
}
#footer 
{
    color: #ffffff;
    font-size: 0.8em
}

A.footermenuitem 
{
    color: #000000;
    font-size: 1.2em;
    text-decoration: none
}

A.footermenuitem:hover
{
    color: #fe0000;
    font-size: 1.2em;
    text-decoration: none
}
a.menuitem 
{
    color: #ffffff;
    font-size: 1.0em;
    font-style: italic;
    text-decoration: none;
}

a.menuitem:hover
{
    color: #8ec9ff;
    font-size: 1.0em;
    font-style: italic;
    text-decoration: none
}
a.submenuitem
{
    color: #130a6c;
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: none
}
a.submenuitem:hover
{
    color: #1c08e4;
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: none
}
.gallery 
{
    border: solid 1px #ffffff;
    background-color: #565555;
    color: #ffffff;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
}