@charset "utf-8";
/* CSS Document */

body {
	background-color: #76A0D4;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	color:#003D99;
}
#MainBox
{
	background-color:#FFFFFF;
	width:812px;
	height:332px;
	border: 3px solid #003D99;
	
	position:relative;
	top: -25px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#Content
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding:10px;
}
#Header
{
	width:800px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;

}
#HeaderBackground{
	background-image:url(Images/HeaderBackground.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:-1;
	height:139px;
	position:relative;
}
#LogoDiv
{
	position:absolute;
	width:217px;
	height:117px;
	left:15;
	top: 20;

	z-index: auto;

}
#MainExpandTopShadow
{
	position:absolute;
	height:16px;
	width:100%;
	top:-21px;
}
#MainExpandBottomShadow
{
	position:absolute;
	height:16px;
	width:100%;
	bottom:-21px;
}
#HeaderMenu
{
	width:240px;
	height:25px;
	left:487px;
	top: 95px;
	position: absolute;
	z-index: auto;
}
#MainExpand
{
	position:relative;
	width:100%;


	background-color:#ECEBF4;
	
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #888EC0;
	border-bottom-color: #888EC0;
}
#Footer{
	position:relative;
	text-align:center;

	background-image:url(Images/FooterBackground.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:178px;
	z-index:-1;
	Font-family:Arial Narrow, Arial, sans-serif;
	font-size:12pt;
	color:white;
}

#Menu
{
	padding:5px;
	height:328px;
	width:180px;
	overflow:hidden;
}
#HeaderImage
{
	position:absolute;
	left:180px;
	top:4px;
	height:328px;
	width:632px;
	overflow:hidden;
	text-align:right;
	vertical-align:bottom;
	margin-top:auto;
	margin-bottom:0px;
}
i

