﻿@import url("Layout.css");
#container
{
    border: medium solid #FFFFFF;
    margin: 0 auto;
    width: 930px;
    background-color: White;
}

body
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #002244;
    background-repeat: repeat-x;
}
#masthead
{
	background-position: top;
	text-align: center;
	width: 930px;
	height: 100px;
	background-image: url('../Images/Header.png');
	background-repeat: no-repeat;
	background-color: Navy;
	
}
#masthead img{
	
	border-width: 0px;
}

#content
{
    height: auto;
    padding: 0px;
    text-align: left;
}

#AFBar
{
    height: 20px;
    color: #FFFFFF;
    margin: 0px;
    background-repeat: no-repeat;
    background-color: #0000FF;
}
#AFBar p
{
    margin: 0 0 0 0px;
    text-align: center;
    width: 930px;
}

#MenuBarR li a
{
    text-align: right;
}

#footer
{
    vertical-align: middle;
    text-align: center;

}
#footer ul
{
    list-style-type: none;
    width: 912px;
    height: 40px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
#footer li{
	float: left;
	display: block;
	width: 152px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	background-image: url('../Images/Button40_152.gif');
	background-repeat: no-repeat

}
#footer ul li a {
	padding: 3px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	height: 23px;
	color: white;
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: small;
	vertical-align: middle;
}
#footer ul li a:hover
{
	text-decoration: none;
	color: #FFFF00;
	background-image: url('../Images/Button40r_152.gif');
	background-repeat: no-repeat;
	height: 35px;


}
#myIframe
{
	height: 440px;
	width: 930px;
}
#cpRight
{
    padding: 10px 0px 0px 0px;
    width: 930px;
    height: 30px;
    font-family: Arial;
    font-size: small;
    text-align: center;
    font-weight: bold;
}
