﻿
.LayoutSite
{
	width: 890px;
	height: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.Header
{
	width: 842px;
	height: 117px;
	table-layout: fixed;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border:0px;
}
.Header .Left {
	width: 318px;
	background-image: url(../Images/Master/HeaderLeft.gif);
	background-repeat: no-repeat;
	position: relative;
}
.Header .Right
{
	width: 338px;
	background-image: url(../Images/Master/HeaderRight.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position-x: right;
}

.HeaderLeftSep
{
	width: 24px;
	background-image: url(../Images/Master/LeftSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: right;
}

.HeaderRightSep
{
	width: 26px;
	background-image: url(../Images/Master/RightTopSep.gif);
	background-repeat: repeat-y;
	background-position-x: left;
	position: relative;
}


.Nav
{
	background-image: url(../Images/Master/Nav.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 46px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 0px;
	margin: 0px;
}
.Nav .Left 
{
	top:0px;
	padding: 0px;
	margin: 0px;
	width: 24px;
	background-image: url(../Images/Master/LeftSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: right;
}
.Nav .Right
{
	width: 26px;
	background-image: url(../Images/Master/RightSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: left;
}

.Content
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Content .Left {
	width: 24px;
	background-image: url(../Images/Master/LeftSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: right;
}
.Content .Right
{
	width: 26px;
	background-image: url(../Images/Master/RightSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: left;
}

.Footer
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Footer .Left {
	width: 24px;
	background-image: url(../Images/Master/LeftSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: right;
}
.Footer .Right
{
	width: 26px;
	background-image: url(../Images/Master/RightSep.gif);
	background-repeat: repeat-y;
	position: relative;
	background-position-x: left;
}


.Btn
{
	margin-top: 0px;
	left: 0px;
	margin-left: 10px;
	top: 0px;
	height: 46px;
	width:100%;
}
.Btn .SepLeft
{
	height: 46px;
	width: 20px;
}
.Btn .SepRight
{
	width: 402px;
}

.Btn .Container
{
	height: 46px;
	width: 110px;
}
.Itm
{
	top: 0px;
	height: 46px;
	width: 110px;
}
.ItmHover
{
	top: 0px;
	height: 46px;
	cursor: hand;
	width: 110px;
}
.Btn .Itm .Txt
{
	background-image: url(../Images/Buttons/BtnNav.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 7px;
	vertical-align: top;
	color: #333333;
	text-align: center;
	height: 35px;
	width: 110px;
}
.Btn .ItmHover .Txt
{
	background-image: url(../Images/Buttons/BtnNavHover.gif);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 15px;
	color: #D63712;
	text-align: center;
	font-weight: bold;
	height: 27px;
	width: 110px;
	cursor: hand;
}

.Copyright
{
	float: none color: #333333;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 9px;
}