﻿body
{
	
	background: #3399FF url(../../images/arc1background.jpg) repeat-x;
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
	color:#333333;
}

.banner
{
	margin-left:auto;
	margin-right:auto;
	border-right:solid;
	border-left:solid;
	border-bottom:solid;
	border-top:solid;
	border-width:1px;
	border-color:Blue;
	width:725px;
	background-color:White;

}

.footer
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:700px;

}

.container
{
	margin-left:auto;
	margin-right:auto;
	border-right:solid;
	border-left:solid;
	border-bottom:solid;
	border-top:solid;
	border-width:1px;
	border-color:Blue;
	width:725px;
	height:400px;
	background-color:White;
}

.headermenu
{
	margin-left:auto;
	margin-right:auto;
	background-color:#0068C3;
	border-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:Black;
	height:20px;
	
	
}

.headermenuitem
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
	border-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-color:blue;
	border-width:1px;
	text-align:center;
	width:140px;
	display:block;
}

.headermenuitemhover
{
	background-color:Orange;
	
}