﻿body 
{
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 10pt;
	color: #000;
	background-color: #ebf3ff; 
}
h1 
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #005CAC;
}
.OverallContent 
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.Wrapper 
{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:900px;
}
.PageHeader
{
	position: absolute;
	top: 0px;
	height: 26px;
	width: 900px;
	left: 0px;
	border-left: 1px solid #004a80;	
	border-top: 1px solid #004a80;	
	border-right: 1px solid #004a80;	
	border-bottom: 1px solid #6c92ae;
	background-image: url('/Images/LogoBackground.gif');	
}
.PageMenu
{
	position: absolute;
	top: 28px;
	height: 25px;
	width: 900px;
	left: 0px;
	border-left: 1px solid #004a80;	
	border-right: 1px solid #004a80;	
	background-image: url('/Images/MenuBackground.gif');
}
.PageContents
{
	background: #fff;
	position: absolute;
	top: 53px;
	width: 900px;
	left: 0px;
	border: 1px solid #004a80;	
}
a
{
	text-decoration: none;
	color: #1c425e; 
}
a:hover
{
	text-decoration: underline;
	color: #1c425e; 
}
.menu{
font-weight: bold;
	width: 100%;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{

padding: 4px 0;
margin: 0;
text-align: center; 
}

.menu ul li{
display: inline;
}

.menu ul li a
{
	color: #1c425e;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #7ca2be;
border-right: 1px solid #7ca2be;
background: url(/Images/ButtonBackground.gif) center center repeat-x;
}

.menu ul li a:hover{
background: url(/Images/ButtonDown.gif) center center repeat-x; 
}

.menu ul li a[rel]:after{
content: " v";
}
