﻿/*=============================Page  Layout Styles=============================*/
body, html{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif
}
#htmlBody{
	background-color: #2b2726
}
.HNMenuLevel1{
	display: block;
	overflow: hidden
}
.HNMenuLevel1Selected{
	display: block;
	overflow: hidden
}
.HNMenuLevel2{
	display: block;
	text-indent: 10px;
	overflow: hidden
}
.HNMenuLevel2Selected{
	display: block;
	text-indent: 10px;
	overflow: hidden
}
.HNMenuLevel3{
	display: block;
	text-indent: 20px;
	overflow: hidden
}
.HNMenuLevel3Selected{
	display: block;
	text-indent: 20px;
	overflow: hidden
}
.HNMenuLevel1 a{
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	line-height: 22px
}
.HNMenuLevel2 a{
	color: #e6e2e1;
	font-size: 11px;
	display: block;
	text-decoration: none;
	line-height: 22px
}
.HNMenuLevel3 a{
	color: #e6e2e1;
	font-size: 11px;
	display: block;
	text-decoration: none;
	line-height: 22px
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover, .HNMenuLevel1 a:hover{
	color: #e6e2e1;
	font-size: 15px;
	display: block;
	text-decoration: none;
	line-height: 22px
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover, .HNMenuLevel2 a:hover{
	color: #000000;
	font-size: 11px;
	display: block;
	text-decoration: none;
	line-height: 22px
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover{
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	line-height: 22px
}
.Content{
}
.Main{
}
.BannerPane{
	background-color: #9E938D
}
.ContentPanes{
}
.LeftPane{
	padding-right: 10px;
	padding-left: 10px;
	background-color:#9e938d;
	background-image: url(left_swirl.jpg);
	background-repeat: no-repeat
}
.ContentPane{
	background-color: #ffffff;
	padding-right: 20px;
	padding-left: 20px
}
.RightPane{
	padding-right: 10px;
	padding-left: 10px;
	width: 170px;
	background-color:#9e938d
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #fff;
	text-align: center;
	background-color: #DA6F47;
	
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
input.Button{
	font-size: 11px;
	line-height:12px
}
.Footer td{
	padding: none
}
.Footer{
	padding-top: 25px;
	font-size: 10px;
	background-color: #b3aaa5;
	height:85px;
	background-image: url(bg_footer.jpg);
	background-repeat: repeat-x
}
.Footer p, .Footer a{
	font-size: 10px;
	color: #e6e2e1;
	text-decoration: none
}
.Footer a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline
}
.Seven{
	font-size: 10px;
	padding-bottom: 10px;
	color: #e6e2e1;
	padding-top: 9px
}
.Seven a, .Seven a:link, .Seven a:active, .Seven a:visited{
	font-size: 10px;
	color: #e6e2e1;
	text-decoration: none
}
.Seven a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline
}
/*====================================Base Page Content stylesnote: All the following stylesare required.====================================*/
.InfoPanel{
	border-right: lightgrey thin groove;
	padding-right: 5px;
	border-top: lightgrey thin groove;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: lightgrey thin groove;
	color: #333333;
	padding-top: 5px;
	border-bottom: lightgrey thin groove;
	background-color: whitesmoke
}
td.BCText{
	padding-top: 5px;
	color: #999999;
	height: 15px;
	font-size: 9px
}
.BCText a{
	color: #999999
}