body 
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
	font-size: 14px;
}

#PageContainer
{
	width: 960px;
	margin: 0 auto;	
}

#HeaderContainer
{
	/*background-color: #754200;*/
	background-color: #000;
	height: 140px;
}

#BGContainer>#HeaderContainer
{
	background-color: transparent;
}

a.Search,
a.Search:link,
a.Search:visited,
a.Search:active
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
	text-decoration: none;
}
a.Search:hover
{
	color: #fff;
	text-decoration: underline;
}


.HeaderPane
{
	margin-top: 40px;
}
.HeaderPane, #SearchPane
{
	float: right;
	width: 350px;
	margin-right: 50px;
	text-align: right;	
}


.Logo
{
	margin-top: 30px;
	margin-left: 50px;
	float: left;
	width: 473px;
	height: 79px;
}

#HeaderContainer>a
{
	display: block;
	margin-top: 35px;
	margin-left: 50px;
	float: left;
	width: 347px;
	height: 45px;
}

#HomeMenuContainer .txt,
#MenuContainer .txt
{
	font-family: "Book Antiqua", Times New Roman, Serif;
}

#BodyContainer
{
	_height: 418px;
	min-height: 418px;
	/*background: #000 url(images/body_bg.jpg) no-repeat bottom left;*/
}

#BodyContainer.ContentBodyContainer
{
	background: #000 url(images/content_body_bg.jpg) no-repeat bottom right;
}

.BlankBodyContainer
{
	background-color: #000;
}

#BGContainer
{
	background: #000 url(images/home_bg.jpg) no-repeat;
	_height: 561px;
	min-height: 561px;
}
#FooterContainer
{
	background-color: #754200;
	height: 28px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 12px;
}

.Clear
{
	clear: both;
}

#CopyrightContainer
{
	float: left;
	width: 445px;
	padding-left: 35px;
}

#PhotoTitleContainer
{
	float: right;
	text-align: right;
	width: 445px;
	padding-right: 35px;
}

#HomeMenuContainer
{
	float: left;
	width: 260px;
	margin-top: 30px;
	padding-left: 40px;
}

#MenuContainer
{
	clear: both;
	padding-left: 40px;
}

#MenuContainer.Content
{
	padding-top: 25px;
}

.MainMenu_RootNode
{
	padding-left: 57px;
	background: url(images/home_menu_bg.jpg) no-repeat center left;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 11px;
	width: auto;
}

.Content_MainMenu_RootNode
{
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.Content_MainMenu_RootNode.sel
{
	color: #e19961;
}

.m
{
	background-color: #000;
	border: solid 1px #ddd;
	border-bottom: none;
}
.m .mi td
{
	vertical-align: middle;
	height: 26px;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
	padding: 0 5px;
}

.m .mi.hov td
{
	background: #754200;
}

.ModuleTitle_MenuItemSel
{
	background-color: #000;
}

.ModuleTitle_MenuItem
{
	color: #fff;
	padding: 5px;
}

.ModuleTitle_SubMenu,
.ModuleTitle_MenuIcon
{
	background-color: #000;
}


.HomeContentPane
{
	float: right;
	width: 635px;	
	margin-top: 30px;
}

.ContentPane
{
	background: #fff url(images/content_bg.jpg) repeat-y;
	color: #000;
	_height: 373px;
	min-height: 373px;
	float: left;
	width: 605px;
	padding: 10px;	
	padding-top: 35px;
}


.LoginButton, 
.LoginButton:active,
.LoginButton:visited,
.LoginButton:link
{
	color: #fff;
	text-decoration: none;
}

.LoginButton:hover
{
	color: #fff;
	text-decoration: underline;
}




.TitleCell h1
{
	padding: 0;
	margin: 0;
}
.SifrContentPane
{
	padding-left: 50px;
	padding-right: 100px	
}

.Normal,
.NormalDisabled
{
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}



