/*** SiteLayout ***/
.SiteLayout
{
	width: 1024px;
	margin: 0 auto;
	background-color: white;
}

.SiteLayoutContent
{
    vertical-align: top;
    background-color: White;
}

/*** SiteHeader ***/
.SiteHeader
{
    background-color: #e5ecf9;
}

.SiteHeaderTop
{
    height: 20px;
}

.SiteHeaderMiddle
{
    height: 100px;
}

.SiteHeaderContent
{
    vertical-align: top;
}

.SiteHeaderBottom
{
    height: 30px;
    padding-bottom: 20px;
    background-color: #003366;
}

.SiteHtml, .SiteTitle, .SiteImage, .SiteImage2
{
    display: none;
}

.SiteLogo
{
    clear: left;
    float: left;
    position: relative;
    top: 10px;
    left: 30px;
    width: 128px;
    height: 80px;
    background-image: url(./Images/PageStyles/SiteLogo.png);
	cursor:pointer;
    background-repeat: no-repeat;
    background-position: right;
}

/*** SiteBody ***/

.SiteBodyContent
{
    vertical-align: top;
}

.SiteBodyTopRight
{
    width: 0.5%;
}

/*** SiteFooter ***/
.SiteFooter
{
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    color: White;
    background-color: #003366;
}

.SiteFooter a
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.SiteFooter a:hover
{
    text-decoration: underline;
}

