﻿body 
{
	background: #bcc4ca;
	font-family:Arial,Sans-Serif;
	font-size:12px;
	line-height:15px;
	background-image: url('../Images/OuterContentBG.gif');
}

td
{
	vertical-align:top;
	text-align:left;
	padding: 2px 0;
	line-height:18px;
}

a
{
	text-decoration: none;
	color: #6788be;
}

a:hover,
a:focus,
a:active
{
	color: #6788be;
	border-bottom:solid 1px #626262;
	border-top:solid 1px #626262;
}

#OuterContentContainer
{
	width:100%;
	height:551px;	
	position: absolute;
	top: 50%;
	margin-top: -275px;
}

#ContentContainer
{
	width:826px;
	height:549px;
	border:solid 1px #000;
	margin: 0 auto;
	position: relative;
	background: #FFF url('../Images/ContentBG.jpg') no-repeat;
}

#InnerContentContainer 
{
	margin: auto auto;
	padding:5px;
}

#MenuContainer,
#MenuContainer div,
#MenuContainer ul,
#MenuContainer li
{
	height: 30px;
}

#MenuContainer
{
	position:absolute;
	left:4px;
	bottom:14px;
	width: 818px;	
	background: url('../Images/MenuBGLeft.png') no-repeat;
}

#MenuContainer div
{
	background: url('../Images/MenuBGRight.png') no-repeat top right;
}

#MenuContainer ul
{	
	width: 774px;
	background-image: url('../Images/MenuBG.gif');
	margin-left: 22px;
}

#MenuContainer li
{
	Float:left;
	text-align:center;
	text-transform:uppercase;
	padding: 9px 10px 0 10px;
	font-weight:bold;
}

#MenuContainer a {color: #000;}
#MenuContainer a:hover, a:focus, a:active
{
	color: #f6f6f6;
	border-top: solid 2px #244e9c;
	border-bottom: solid 2px #244e9c;
}

#MenuContainer .selected
{
	color: #f6f6f6;
	border:0;
}



