﻿body 
{
    text-align: center;
    margin: 0px auto; 
}

.MainAreaOuter
{
    width: 800px;
    /*margin: 25px 0px 0px 0px;*/
    margin: 25px auto 0px auto;
}
.MainAreaInner
{
    width: 800px;
    background-image: url(../GeneralImages/BackgroundMiddle.gif);
    background-repeat:repeat-y;
    overflow: auto;
    border: none;
}

.Header
{
    background-image: url(../GeneralImages/NewcastleSilloTop.gif);
    background-repeat:no-repeat;
    width: 800px;
    height: 140px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.SmileyLogo
{
    width: 500px;
    height: 96px;
    float: left;
    padding-right:0px;
    padding-bottom:0px;
    margin: 0px 25px 0px 25px;
}

.Navigation
{
    float: left;
    text-align: left;
    line-height: 20pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    background-image: url(../GeneralImages/NewcastleSilloBottom.gif);
    background-repeat:no-repeat;
    width: 183px;
    height: 300px;
    color: Blue;
}

.Content
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: left;
    margin: 0px 30px 0px 25px;
    width: 505px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: Transparent;
}


.Footer
{
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    text-align: center;
    color: Gray;
    padding: 25px 0px 0px 25px;
    background-color: Transparent;
    width:750px;
}

.FooterImg
{
    height: 45px;
    width: 100px;
    border: none;
}

.FooterA
{
    text-decoration: none;
    color: Gray;
    margin-right: 10px;
}

li.CurrentPage
{
    color: Red;
    font-weight: bold;
    list-style: disc;
}
a:visited
{
    color:Blue
}
a:hover
{
    color:Blue
}

li:hover
{
    list-style: disc;
    font-weight: bold;
}

.Navigation a
{
    text-decoration: none;
}

.Navigation ul
{
    list-style: none;
}

