﻿body
{
	background-color:#DBD9E1; 
	background-image:url("../Images/Background.gif");
	background-position:left top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}

hr.TOC
{
	height: 1px;
	color: #888888;
	background-color: #888888;
	border: none 0px;
}

p.TOC a
{
	text-decoration: none;
	color: #888888;
}

p.TOC a:HOVER
{
	text-decoration: underline;
}

div#LowerMenu
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom:1px solid #C5C5C5;
	border-top:1px solid #C5C5C5;
	font-size:smaller;
	height:21px;
	text-align: center;
}

div#LowerMenu table
{
	margin-left: auto;
	margin-right: auto;
}

div#LowerMenu table td
{
	padding-left: 30px;
	padding-right: 30px;
	color: #6A92D4;
}

span.breadCrumbs
{
	font-size: smaller;
}

table#Main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	background-image: url("../Images/MainBackground.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

td#Header
{
	padding-top: 10px;
	padding-bottom: 10px;
}

table#UpperMenu
{
	width: 100%;
	padding-bottom: 10px;
}
td#UpperMenuLeft
{
	background-image:url("../Images/UpperMenuLeftBackground.gif");
	background-repeat:no-repeat;
}
td#UpperMenuMiddle
{
	background-image:url("../Images/UpperMenuMiddleBackground.gif");
	background-repeat:repeat-x;		
}
td#UpperMenuRight
{
	background-image:url("../Images/UpperMenuRightBackground.gif");
	background-repeat:no-repeat;
}

td.LeftColumn
{
	width: 115px;
	padding-right: 10px;
}

td.MiddleColumn
{
	width: 600px;
}

td.MiddleColumnLeft
{
	width: 300px;
}

td.MiddleColumnRight
{
	width: 300px;
}

td.RightColumn
{
	width: 105px;
	padding-left: 10px;
}

td#MainBorderBottom
{
}

