﻿@import url(/Stylesheets/global.css);
#NavigationRow
{
	width: 983px;
	height: 242px;
	background-image: url(/Images/ContentBackground.jpg);
}
#LeftColumn
{
	width: 209px;
	height: 242px;
	float: left;
}
#NavigationArea
{
	width: 191px;
	height: 242px;
	margin-left: 18px;
	background-color: #699BC9;
	background-image: url(/Images/NavBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.NavigationHeader
{
	padding-top: 20px;
	margin-left: 10px;
	height: 20px;
	width: 170px;
	color: #16284E;
	font-size: 13px;
	border-bottom: solid 1px #16284E;
	font-weight: bold;
}
#MiddleColumn
{
	float: right;
	width: 774px;
	height: 242px;
}
#CenterColumn
{
	float: left;
	width: 554px;
	height: 242px;
	margin-left: 6px;
	background-image: url(/Images/CenterImage.jpg);
}
#RightColumn
{
	float: left;
	width: 191px;
	height: 242px;
	margin-left: 6px;
	background-color: #699BC9;
	background-image: url(/Images/LoginBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#ContentRow
{
	width: 983px;
	min-height: 200px;
	background-image: url(/Images/FauxBackground.gif);
	overflow: hidden;
}
#ContentLeftColumn
{
	width: 209px;
	min-height: 200px;
	float: left;
}
#ContentLeftArea
{
	width: 191px;
	min-height: 200px;
	margin-left: 18px;
	background-color: #C5DEF3;
	background-image: url(/Images/LeftTop.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#ContentMiddleColumn
{
	float: right;
	width: 774px;
	min-height: 200px;
}
#ContentCenterColumn
{
	float: left;
	width: 554px;
	min-height: 200px;
	margin-left: 6px;
}
#ContentRightColumn
{
	float: left;
	width: 191px;
	min-height: 200px;
	margin-left: 6px;
	background-color: #C5DEF3;
	background-image: url(/Images/RightTop.gif);
	background-position: top;
	background-repeat: no-repeat;
}