﻿/*=============================Page  Layout Styles=============================*/
body, html, form{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana,Helvetica,Arial,sans-serif
}
#htmlBody{
	background-image: url(bg.gif)
}
.PageSpacer{
	text-align: center;
	width: 100%;
	height: 20px
}
a img{
	border: 0
}
div{
	text-align: left
}
.SearchInput{
	font-size: 11px;
	line-height: 10px;
	height: 20px;
	width: 125px;
	padding-left: 10px;
	padding-top: 2px;
	background-color: transparent;
	border: 0px solid transparent;
	border-style: none;
	color: #A09A9A;
	font-family: Verdana,Helvetica,Arial,sans-serif
}
.Panes{
	background: white url(bg_panes.gif) repeat-y
}
.LeftPane,.ContentPane{
	margin-left: 40px
}
.RightPane{
	margin-left: 10px
}
.HeaderPane{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-left: 10px;
	margin-right: 10px
}
.HeaderBorder{
	background-image: url(bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 780px;
	position: absolute;
	margin-left: -10px
}
.HeaderContent{
	position: absolute;
	width: 760px;
	height: 187px;
	margin-top: 86px;
	overflow: hidden
}
.HeaderMenu{
	position: absolute;
	width: 760px;
	height: 36px;
	margin-top: 273px;
	background-image: url(bg_header_menu.gif);
	background-repeat: repeat-x
}
.MenuHolder{
	margin-left: auto;
	margin-right: auto;
}
.HeaderBottom{
	background-image: url(bg_header_bottom.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 760px;
	height: 40px;
	margin-top: 309px
}
.FooterBorder{
	background-image: url(bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 780px;
	position: absolute;
	margin-top: 65px;
	margin-left: -10px
}
.FooterPane{
	background-image: url(bg_footer.gif);
	background-repeat: repeat-x;
	height: 75px;
	color: #A09A9A;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px
}
.FooterCopyright{
	position: absolute;
	display: block;
	margin-top: 15px;
	margin-left: 545px;
	margin-right: 15px;
	color: #A09A9A;
	height: 50px;
	width: 200px;
	text-align: right;
	font-size: 10px
}
.FooterMenu{
	position: absolute;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	color: #A09A9A;
	height: 50px;
	width: 500px;
	font-size: 10px
}
.FooterMenu a{
	font-size: 10px;
	color: #A09A9A
}
.FooterSeven{
	margin-top: 80px;
	margin-bottom: 5px;
	text-align: center;
	width: 760px;
	color: #cccccc;
	position: absolute;
	font-size: 9px
}
.FooterSeven a{
	color: #cccccc;
	font-size: 9px;
	text-decoration: none
}
hr{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	color: #A09A9A;
	background-color: #A09A9A;
	border-bottom-style: none
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	line-height: 22px
}
input.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px
}
