﻿body 
{
    margin:0px;
    background-color:#E8F3FF;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.mainContainer
{
    width:100%;
    background-color:#E8F3FF;
}

.innerContainer
{
    width:985px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
}

.flash
{
    width:965px;
    height:446px;
    margin-left:auto;
    margin-right:auto;
}

.headerBorder
{
    background-image:url('images/headerBackGround.gif');
    height:30px;
    width:985px;
}

.footerBorder
{
    background-image:url('images/footerBackGround.gif');
    height:20px;
    width:985px;
}

.pageHeader
{
    height:80px;
    width:965px;
    margin-left:auto;
    margin-right:auto;
}

.footerText 
{
    background-image:url('images/footer_bg.jpg');
    height:30px;
    width:965px;
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
}

a , a:active , a:visited {

	color: #666;
	text-decoration: none;
}