﻿body,html 
	{
	width: 100%;
	height: 100%;
	background-color: #e6e6e6;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding: 0px,0px,0px,0px;
	border: "0";
	}
	
#main_table
	{
	width: 801px;
	background-color: White;
	text-align: left;
	margin: 0 auto;
	}
	
.header_cell
	{
	width: 801px;
	height: 68px;
	vertical-align: top;
	}

.navigation_cell
	{
	background-image: url("../Images/SubNav.png");
	vertical-align: bottom;
	height: 53px;
	}
	
.footer_cell
	{
	padding: 0px 0px 0px 0px;
	width: 801px;
	height: 63px;
	vertical-align: bottom;
	background-color: #f2f2f0;
	}

.background
	{
	padding: 0px 0px 0px 0px;
	background-position: top;
	background-repeat:repeat-x;
	background-color:#1b4b8a;
	}
	
.left_frame
	{
	padding: 50px 0px 0px 0px;
	background-position: top;
	background-image:url("../Images/Frame-Left.jpg");
	background-color:#1b4b8a;
	} 
	
.right_frame
	{
	padding: 50px 0px 0px 0px;
	background-position: top;
	background-repeat:repeat-y;
	background-image:url("../Images/Frame-Right.jpg");
	background-color:#1b4b8a;
	}
