﻿#Window
{
	display: table;
	width: 100%;
	min-height: 100%;
}

#Window #Header
{
	display: table-row;
	height: 120px;
	background-image: url(Images/Header-Background.png);
	background-repeat: repeat-x;
}

#Window #Header .Left
{
	display: table-cell;
	background-image: url(Images/Header-Left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#Window #Header .Content.Left
{
	width: 10px;
	background-image: url(Images/Header-Content-Left-Background.png);
	background-repeat: no-repeat;
}

#Window #Header .Content
{
	display: table-cell;
	background-image: url(Images/Header-Content-Background.png);
	background-repeat: repeat-x;
	width: 904px;
}

#Window #Header .Content img.Logo
{
	position: relative;
	top: 5px;
	left: 5px;
}

#Window #Header div.Menu
{
	position: relative;
	top: 13px;
	text-align: left;
	width: 100%;
}

#Window #Header div.Menu a.Link,
#Window #Header div.Menu a:link.Link,
#Window #Header div.Menu a:active.Link,
#Window #Header div.Menu a:visited.Link,
#Window #Header div.Menu a:hover.Link
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	padding: 6px 6px 0 6px;
	display: inline-block;
}

#Window #Header div.Menu a:hover.Link,
#Window #Header div.Menu a.Link.On
{
	background-image: url(Images/Header-Menu-Over-Background.png);
	background-repeat: repeat-x;
	color: #eeeeee;
}

#Window #Header div.Menu div.QuickSearch
{
	background-image: url(Images/Header-SearchLink-Background.png);
	background-repeat: repeat-x;
	color: #eeeeee;
	font-weight: bold;
}

#Window #Header div.Menu div.QuickSearch
{
	padding: 2px 5px 2px 5px;
	height: 24px;
	vertical-align: middle;
}

#Window #Header div.Menu div.QuickSearch input[type="text"]
{
	width: 200px;
	height: 18px;
	font-size: 12pt;
}

#Window #Header .Content.Right
{
	width: 10px;
	background-image: url(Images/Header-Content-Right-Background.png);
	background-repeat: no-repeat;
}

#Window #Header .Right
{
	display: table-cell;
	background-image: url(Images/Header-Right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#Window #Body
{
	display: table-row;
}

#Window #Body .Left
{
	display: table-cell;
	background-image: url(Images/Body-Background.png);
	background-repeat: repeat;
}

#Window #Body .Content.Left
{
	background-image: url(Images/Body-Content-Left-Background.png);
	background-repeat: repeat-y;
}

#Window #Body .Content
{
	display: table-cell;
	position: relative;
	z-index: 300;
}

#Window #Body .Content div.PageContent
{
	margin: 0 10px 10px 10px;
}

div.MemberInfo
{
	display: block;
	text-align: right;
	font-size: 9pt;
	border-bottom: solid 1px #666666;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}

div.MemberInfo div.Links
{
	display: inline;
}

div.MemberInfo div.Links a,
div.MemberInfo div.Links a:link,
div.MemberInfo div.Links a:active,
div.MemberInfo div.Links a:visited,
div.MemberInfo div.Links a:hover
{
	border: solid 1px #666666;
	padding: 2px 4px 2px 4px;
	background-color: #666666;
	text-decoration: none;
	color: #666666;
	display: inline-block;
}

div.MemberInfo div.Links a:hover
{
	color: #000000;
}

#Window #Body .Content div#LeftColumn
{
	float: left;
	width: 490px;
}

#Window #Body .Content div#RightColumn
{
	float: right;
	width: 372px;
	padding-left: 5px;
	border-left: solid 2px #666666;
}

#Window #Body .Content.Right
{
	background-image: url(Images/Body-Content-Right-Background.png);
	background-repeat: repeat-y;
}

#Window #Body .Right
{
	display: table-cell;
	background-image: url(Images/Body-Background.png);
	background-repeat: repeat;
}

#Window #Footer
{
	display: table-row;
	height: 90px;
	background-image: url(Images/Footer-Background.png);
	background-repeat: repeat-x;
}

#Window #Footer .Left
{
	display: table-cell;
	background-image: url(Images/Footer-Left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#Window #Footer .Content.Left
{
	background-image: url(Images/Footer-Content-Left-Background.png);
	background-repeat: no-repeat;
}

#Window #Footer .Content
{
	display: table-cell;
	background-image: url(Images/Footer-Content-Background.png);
	background-repeat: repeat-x;
}

#Window #Footer .Content .FooterContent
{
	font-size: 10pt;
	position: absolute;
	left: 0;
	height: 90px;
	width: 100%;
	display: table;
	color: #333333;
	line-height: 25px;
	background-image: none;
}

#Window #Footer .Content .FooterContent img.FooterImage
{
	padding: 18px 10px 10px 10px;
}

#Window #Footer .Content .FooterContent .Left
{
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	background-image: none;
}

#Window #Footer .Content .FooterContent .Center
{
	padding-top: 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#Window #Footer .Content .FooterContent .Center a:link,
#Window #Footer .Content .FooterContent .Center a:active,
#Window #Footer .Content .FooterContent .Center a:visited,
#Window #Footer .Content .FooterContent .Center a:hover
{
	color: #000000;
	text-decoration: none;
}

#Window #Footer .Content .FooterContent .Center div.Menu a:hover
{
	text-decoration: underline;
}

#Window #Footer .Content .FooterContent .Center div.Menu a:link,
#Window #Footer .Content .FooterContent .Center div.Menu a:active,
#Window #Footer .Content .FooterContent .Center div.Menu a:visited,
#Window #Footer .Content .FooterContent .Center div.Menu a:hover
{
	padding: 0 5px 0 5px;
}

#Window #Footer .Content .FooterContent .Center div.Menu a:hover
{
	text-decoration: underline;
}

#Window #Footer .Content .FooterContent .Right
{
	width: 200px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	background-image: none;
}

#Window #Footer .Content.Right
{
	background-image: url(Images/Footer-Content-Right-Background.png);
	background-repeat: no-repeat;
}

#Window #Footer .Right
{
	display: table-cell;
	background-image: url(Images/Footer-Right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
