﻿
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: #66547C;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

html, body {
    	height: 100%;
}

#container 
{
	font-size: 12pt;
    	height: 100%;
    	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top:auto;
	margin-bottom:auto;
}

#content 
{
	background-color: #66547C;
}

div.PageContent
{
	text-align: center;
	width: 700px;
}

a:link {
	color: #330066;
	}
a:visited {
	color: #330066;
	}
a:hover {
	color: #003366;
	}
a:active {
	color: #003366;
	}
	
p 
{
	font-size: 70%;
	line-height: 130%;
	padding-bottom: 1em;
}

h1 
{
	background-color: #2B0D4F;
	font-size: 135%;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 6px 20px;
}

table 
{
	font-size: 70%;
	line-height: 130%;
}

td.InputLabel
{
	text-align: right;
	font-size:8pt;
}
div.InputLabel
{
	text-align: right;
	font-size:8pt;
}

.TextHeader
{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

td.ButtonCell 
{
	 padding-top: 5px;
	 padding-bottom: 5px;
}

.ResultTextBox 
{
	width: 100px;
	background-color: #FFFFCC;
	border: 1px solid gray;
	border-style: inset;
	text-align: right;
}

.ValidationLabel
{
	font-size: 10pt;
}


/************* Header and Footer ****************/
#header 
{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 700px;
}

#footer 
{
	text-align: center;
	font-size: 8pt;
    padding-top: 10px;
    padding-bottom:8px;
    background-color: #66547C;
}

#disclaimer
{
	font-size: 8pt;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
	background-color: White;
	margin-top:auto;
	margin-bottom:auto;
}



.Help
{
	background-color: #FFFAF0;
	border: solid 1px black;
	width: 400px;
}

.HelpHeader 
{
	background-color: #66547C;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 6px 5px;
}

.HelpLink 
{
	cursor: help;
}


