﻿@import url("Layout.css");
#container
{
	margin: 0 auto;
	width: 760px;
	background-color: White;

}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
}
#masthead
{
	background-position: top;
	text-align: center;
	width: 760px;
	height: 80px;
	background-image: url('../Images/Home/WhiteBar4.gif');
}
#masthead img{
	
	border-width: 0px;
}

#content
{

	height: 440px;
	padding: 0px;
}

#AFBar
{
	height: 30px;
	background-image: url(../Images/Bar3.gif);
	color: #FFFFFF;
	margin: 0px;
	background-repeat: no-repeat;
}
#AFBar p
{	
	margin: 0 0 0 0px;
	text-align: center;
}
#footer
{
	vertical-align: middle;
}
#footer ul {
	list-style-type: none;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#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: 760px;
}
#cpRight
{
	background-image: url("../Images/CopyRight.gif");
	width: 760px;
	height: 30px;
}