﻿body 
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color:Black;
    background-color: #FED8A6;
    margin-top:0px;
}
.globalNavArea
{
    background-color:#FEAA39;
    color:White;
    background: url(navGradient.png);
    background-repeat: repeat-x;
}
.menuItem
{
    padding:5px;
    font-size: 11pt;
    font-weight:bold;
}
.menuItem a
{
    color:White;
    text-decoration:none;
}
.menuItem a:visited
{
    color:White;
    text-decoration:none;
}
.menuItem a:hover
{
    color:red;
    text-decoration:underline;
}
.logoArea
{
    background-color:White;
    width:200px;
}
.headerArea
{
    background-color:White;
}
.mainContentArea
{
    background-color: White;
    padding: 3px 5px 3px 5px;   
}
.mainContentArea a
{
    color: red;
    font-weight:bold;
    text-decoration:none;
}
.mainContentArea a:visited
{
    color: red;
    font-weight:bold;
    text-decoration:none;
}
.mainContentArea a:hover
{
    color: #feaa39;
    font-weight:bold;
    text-decoration:underline;
}
.footerArea
{
    background-color:#EEBF5A;
    text-align: center;
    color:Black;
    padding: 5px 3px 5px 3px;
}
.footerArea a, a:visited
{
    color:black;
    text-decoration:none;
}
.footerArea a:hover
{
    color:red;
    text-decoration:underline;
}
.label
{
    font-weight:bold;
}
.rightColumn
{
    text-align:center;
    width:250px;
    background-color:#F5EBD6;   
}
.pageTitle
{
    color:red;
    font-size: 1.5em;
    font-weight:bold;
    border-bottom: 1px black solid;   
    margin-top: 5px; 
}

/* Edges of template */
.leftEdge
{
    background: url(leftBorder.png);
    background-repeat: repeat-y; 
    font-size:8px;
    width: 8px;    
}
.rightEdge
{
    background: url(rightBorder.png);
    background-repeat: repeat-y;
}
.bottomEdge
{
    background: url(bottom.png);
    background-repeat: repeat-x;
}
.bottomLeftEdge
{
    background: url(bottomLeft.png);
    background-repeat: no-repeat;
}
.bottomRightEdge
{
    background: url(bottomRight.png);
    background-repeat: no-repeat;
}
.screenshot
{
    border: 1px solid black;
}
