﻿body
{
    font-family:Verdana;
    font-size:11px;    
    background-color:#000000;
    color:#FFFFFF;
    margin:0px;
}

a
{
	color:White;
}

a:hover
{
	color:White;
	text-decoration:underline;
}

div.MainIntroContainer
{
    display:block;
    width:932px;
    position: absolute;
    left: 50%;
    margin-left: -466px;
    height:500px;
}

div.MainIntroContent
{
    float:left;
    width:200px;
    height:100%;
    /*border:solid 1px #FFFFFF; FOR TESTING ALIGNMENT OF DIV */
}

div.IntroFlash
{
	position:relative;
	top:120px;
	left:530px;
}

div.MainContainer
{
    display:block;
    width:932px;
    position: absolute;
    left: 50%;
    margin-left: -466px;
    height:500px;
}

div.MainContent
{
    float:left;
    width:800px;
    height:100%;
    background-image: url('images/Layout/Background_Logo.png');
    background-position:-15px 159px;
    background-repeat:no-repeat;
    /*border:solid 1px #FFFFFF; FOR TESTING ALIGNMENT OF DIV */
}

div.MainFooter
{
	display:block;
    width:932px;
    position: absolute;
    left: 50%;
    margin-left: -466px;
    top:500px;
    text-align:center;
    padding-bottom:5px;
    padding-top:23px;
    background-image: url('images/Layout/Background_Footer2.png');
    background-repeat:repeat-x;
    /*border-top:solid 1px #FFFFFF;*/
}

span.FooterContent
{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

span.FooterContent a
{
	color:#FFFFFF;
	text-decoration:none;
}

span.FooterContent a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
