/*=============================Page  Layout Styles=============================*/
body, html{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Helvetica, sans-serif;

}
#htmlBody{
	background-color: white 
}
.Panes{
	background-color: #D6EEEE;
}
.Banner{
	background-color:white
}
.LeftPane {
	padding-left: 20px;
}
.Label {
    background: #D6EEEE;
    height: 54px;
    width: 100%;
}
.Label img {
    position: absolute;
    right: 0;
}
.Footer {
    background-color: #084C8D;
}
.ContentPane {
    padding: 0 20px;
}
.FooterText {
    font-size: 9px;
    color: #084c8d;
    background: white;
    margin-right: 350px;
    padding-top: 2px;
}
.FooterText a {
   font-size: 9px;
   color: #084C8D;
   text-decoration: none;
}
.FooterText a:hover {
    text-decoration: underline;
}

.FooterLinks {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    padding: 5px;
    color: #5e94b6;
    font-size: 9px;
    padding-top: 2px;
}

.FooterLinks a{
    color: #fff;
    text-decoration: none;
}
.FooterLinks a:hover {
    color: #D6EFEF;
}

.nM {
    padding-top: 5px;
    text-align: center;
    font-size: 9px;
    color: #084C8D;
    background: white;
}
* html .nM {
    padding-bottom: 3px;
}
.nM a{
    color: #084c8d;
    text-decoration: none;
}
.nM a:hover{
    text-decoration: underline;
}
.CommandButton, a.CommandButton, a:link.CommandButton, a:visited.CommandButton, a:hover.CommandButton, a:active.CommandButton{
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #444;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: 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.CommandButton{
	font-family: 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;
}
