﻿/* **************  Framework  ************** */

.borderLeftIE6
{
    top                 : 0px;
    left                : -356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1000;
    filter              : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/assets/borderLeft.png', sizingMethod='crop');
}

.borderRightIE6
{
    top                 : -500px;
    left                : 356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1100;
    filter              : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/assets/borderRight.png', sizingMethod='crop');
}

.borderLeftIE7FF
{
    top                 : 0px;
    left                : -356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1000;
    background-image    : url(../images/assets/borderLeft.png);
}

.borderRightIE7FF
{
    top                 : -500px;
    left                : 356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1100;
    background-image    : url(../images/assets/borderRight.png);
}

#sitePlaceholder
{
    width               : 700px;
    height              : 700px;
    z-index             : 2000;
    margin              : auto;
}

#sitebody
{
    width               : 700px;
    height              : 500px;
    background-color    : white;
    z-index             : 3000;
    top                 : 0px;
    color               : black;
    position            : absolute;
    font-family         : Segoe UI Arial;
    font-size           : 10pt;
    text-align          : left;
    margin              : auto;
}

#Description
{
    width : 75%;
    padding-top : 15px;
    font-family : Segoe UI, Arial;
    font-size : 12px;
    color : Black;
    text-align: left;
}

#Masthead {
	width :100%;
	height : 20px;
	color : #ff9900;
	color : navy;
	font-style : italic;
	font-size : 17px;
	font-variant : normal;
	font-weight : normal;
	font-family : Segoe UI, Arial;
	text-align : center;
	padding-top : 10px;
}

/* **************  Footer  ************** */

#legal
{
    width               : 100%;
    position            : absolute;
    bottom              : 0;
    text-align          : center;
    font-family         : inherit;
    font-size           : 8pt;
    font-style          : normal;
    font-variant        : normal;
    font-weight         : normal;
    color               : #7e7e7e;
}