﻿body
{
    height: 80%;
    width: 100%;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 10pt;
    background-image: url(images/sitebackground.png);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px 0px 0px 0px;
    color: Black;
}
/* START: Default page */
#defaultlogo
{
    width: 250px;
    height: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}
#defaultentersite
{
    position: absolute;
    bottom: 0px;
    left: 93px;
}
#defaultentersite a, a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}
#defaultentersite a:hover
{
    text-decoration: underline;
}
/* END: Default page */
/* START: Masterpage header */
#masterheaderouter
{
    width: 80%;
    height: 130px;
    overflow: visible;
    position: absolute;
    text-align: left;
    margin-right: 10%;
    margin-left: 10%;
    background-image: url(images/masterlogobackground.gif);
    background-repeat: repeat-x;
}
#masterheadermenu
{
    width: 350px;
    height: 20px;
    right: 0px;
    text-align: right;
    top: 106px;
    overflow: visible;
    position: absolute;
}
#masterheadermenu a, a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}
#masterheadermenu a:hover
{
    text-decoration: underline;
}
/* END: Masterpage header */
/* START: Masterpage body */
#masterbodyouter
{
    width: 80%;
    height: 80%;
    top: 130px;
    overflow: hidden;
    position: absolute;
    background-color: White;
    text-align: left;
    margin-right: 10%;
    margin-left: 10%;
    padding: 0px;
}
#masterbodyinner
{
    padding: 0px 10px 10px 10px;
    height: 100%;
    background-image: url(images/masterbodyinnerbackground.gif);
    background-color: White;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#masterbodyinner h1
{
    font-size: 14pt;
    margin: 0px 0px 20px 0px;
}
#masterbodyinner p
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}
#masterbodyinner ul
{
    position: relative;
    padding: 2px 0px 2px 20px;
    margin: 2px 0px 2px 10px;
}
#masterbodyinner li
{
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
}
#masterbodyinner a:hover
{
    text-decoration: underline;
}
#photoframe table 
{
    display:block; 
    text-align:right;       
}
/* END: Masterpage body */