﻿body
{
    height: 100%;
    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;
}
p a:hover, td a:hover
{
    text-decoration:underline; 
}
/* START: Default page */
#defaultlogo
{
    width: 460px;
    height: 412px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -206px;
}
#defaultentersite
{
    position: absolute;
    bottom: 50px;
    left: 180px;
}
#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: 150px;
    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: 400px;
    height: 20px;
    right: 10px;
    text-align: right;
    top: 128px;
    overflow: visible;
    position: absolute;
}
#masterheaderloginview
{
    width: 350px;
    height: 40px;
    right: 10px;
    text-align: right;
    top: 50px;
    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: 100%;
    top: 150px;
    overflow: visible;
    position: absolute;
    background-color: White;
    text-align: left;
    margin-right: 10%;
    margin-left: 10%;
    padding: 0px;
}
#masterbodyinner
{
    padding: 0px 10px 10px 10px;
}
#masterbodyinner h1
{
    font-size: 14pt;
    margin: 0px 0px 2px 0px;
}
#masterbodyinner p
{
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 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;
}
.icon
{
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-width: 0px;
    text-align: center;
    vertical-align: middle;
}
.postheading
{
    text-align:left; 
    background-color:#E0F5B3; 
    padding: 5px 4px 5px 4px;    
}
.postbody 
{
    text-align:left; 
    background-color:#F5F5B3; 
    padding: 5px 4px 5px 4px;        
}
/* END: Masterpage body */