﻿html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
p
{
	color: #292526;
	font-family: Arial;
	font-size:medium
}
p.Small
{
	color: #292526;
	font-family: Arial;
	font-size:small;
	line-height:100%;
}
span.Small
{
	color: #292526;
	font-family: Arial;
	font-size:small;
	line-height:100%;
}
a
{
	color:#29467C;
}
h1
{
	font-size:larger;
	font-family:Arial;
	color:#292526
}
.mainHeader
{
	font-size:x-large;
	font-family:Arial;
	color:#292526;
	text-align:center;
}
.defaultWording
{
	float:left;
	background-color: White;
}

.Header
{
	width: 100%;
	height: 82px;
	background-repeat: no-repeat;
	background-color: #BED3E7;
}
.MainMenuBar
{
	min-width: 100%;
	height: 31px;
	background-color: #29467c;
	Border-top: 1px solid #FFFFFF;
	Border-bottom: 1px solid #FFFFFF;
}
.Wrapper
{
	
	min-height: 100%;
    height: auto !important;
    height: 100%;
	
	background-color: #F8F8F8;
	margin: 0 auto -6em;
}
.ContentWrapper
{
	padding-left:10px;
	padding-right:10px
}	
.ButtonsBar
{
	width: 100%;
	float: left;
	background-color: #F8F8F8;
	
}
.Alphabet
{
	float: left;
	margin-left: 10px;
	font-size: small;
	font-family: Arial;
}
.MasterHeadButtons
{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	font-size: small;
	font-family: Arial;
	color:#29467C;
}
.ASPButtons
{
	font-size:small;
	font-family:Arial;
}
.DateBar
{
	min-width: 100%;
	text-align:right;
	font-size: small;
	font-family: Arial;
	border-bottom:1px black solid;
	background-color: #BED3E9;
}

/* Tab is used for the div that contains the tab control*/
.Tab
{
	float: left;
}
.SearchBody
{
	background-color: White;
	float: left;
	min-width:100%;
	border:solid 1px #eeeeee;
}
.contentBorder
{
	width:100%;
	padding:30px;
}
.footer
{
	/*border-top:1px black solid;*/
	float:left;
    height: 6em;
    width: 100%;
}
.push 
{

    height: 6em;
    width: 100%;
}
.column1
{
	width:170px;
	text-align: right;
	color: #292526;
	font-family: Arial;
	font-size:medium
}
.column2
{
	width:220px;
	padding-left:10px;
	color: #292526;
	font-family: Arial;
	font-size:medium

}
.column3
{
	width:740px;
	text-align:center;
	font-size: small;
	font-family: Arial;
	color: #292526;
}
.row
{
	height:15px
}
.standardLink
{
	color:#29467C;
}
.highlightedLink
{
	color:White;
	background-color:#29467C;
}
table.Search
{
	margin:0;
	margin:auto;
}
#survey
{
    border:1px solid #999;
    padding:5px;
    background-color:#ebebeb;
    
}