﻿/*=============================Page  Layout Styles=============================*/
body, html{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%
}
#htmlBody{
	background-color: #000
}
.Page{
	padding-top: 20px;
	padding-bottom: 20px
}
.Pane2 {
	background: url(pane2.png) repeat-y
}
.Pane3 {
	background: url(pane3.png) repeat-y
}
.LeftPane{
	padding-left: 3px;
	padding-bottom: 15px
}
.ContentPane{
	padding-bottom: 15px;
	padding-right: 15px
}
.RightPane{
	padding-bottom: 15px
}
.HNMenuLevel1{
	color: #fff;
	display: block;
	text-indent: 15px;
	background: url(dots.png) #ff0000 repeat-x bottom
}
.HNMenuLevel1Selected{
	background: url(dots.png) #fff repeat-x bottom;
	display: block;
	text-indent: 15px
}
.HNMenuLevel2{
	display: block;
	background: url(dots.png) #ff0000 repeat-x bottom;
	text-indent: 20px
}
.HNMenuLevel2Selected{
	background: url(dots.png) #fff repeat-x bottom;
	display: block;
	text-indent: 20px
}
.HNMenuLevel3{
	background: url(dots.png) #ff0000 repeat-x bottom;
	display: block;
	text-indent: 25px
}
.HNMenuLevel3Selected{
	background: url(dots.png) #fff repeat-x bottom;
	display: block;
	padding-top: 1px;
	text-indent: 25px
}
.HNMenuLevel1 a{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel2 a{
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-size: .9em
}
.HNMenuLevel3 a{
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: .9em
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover{
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover{
	color: #FF0000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-size: .9em
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover{
	color: #FF0000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: .9em
}
.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;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #fff;
	background: #FF0000;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
input.Button{
	line-height:12px
}
.RightPane{
	padding-top: 15px
}
.Footer {
	background: url(footer.png) no-repeat;
	font-size: 9px;
	color: #fff
}
.Footer a{
	color: #fff
}
.Footer a:hover {
	color: #fff
}
.FooterMenu{
	float: left;
	width: 450px;
	padding-left: 15px;
	padding-top: 5px
}
.Copy {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px
}
.nM {
	text-align: center;
	color: #9F9F9F;
	padding-top: 15px;
	font-size: 9px
}
.nM a {
	color: #9F9F9F
}
.nM a:hover {
	color: #fff
}
