body
{
	background-color:White;
	}
td, tr
{
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.divContainer
{
	width:788px;
	height:auto;
	padding:20px;
}
/*Page Container*/
#tblContainer
{
	width:820px;
	max-width:820px;
	margin-left:auto;
	margin-right:auto;
	background-color:Blue;
}
.divTopLeftLogo
{
	padding:5px 10px 5px 10px; 
	float:left;
	display:inline;
}
.divTopBanner
{
	padding:20px 10px 0px 20px;
	height:80px;
	float:left;
	display:inline;
}
/*Top Menu*/
.divTopMenuContainer
{
	margin-top:1px;
	margin-left:1px; 
	margin-right:22px;
}

.divTopMenuLeft
{
	float:left; 
	display:inline;
	width:77%;  
	height:auto;
	padding:5px;
	background-image:url('../Images/Layout/_Layout/blue_bg.jpg');
	background-repeat:repeat;
}
.divTopMenuRight
{
	float:right; 
	width:20.5%; 
	display:inline;
	padding:5px;
	background-image:url('../Images/Layout/_Layout/yellow_bg.jpg');
	background-repeat:repeat;
	height:auto;
}

/*Main Content*/
.divMainContentContainer
{
	margin-left:1px; 
	margin-right:22px;
	height:400px;
}

.divLeftNav
{
	float:left;
	display:inline;	
	width:20.5%; 
	height:auto;	 
	padding:5px;
	background-image:url('../Images/Layout/_Layout/liteBlue_bg.jpg');
	background-repeat:repeat;
}


.divMainContent
{
	float:right;
	display:inline;
	padding:0px;
	margin:0px;
	width:78%; 
	height:auto;
	background-color:Blue;	
}
/*Footer*/
.divFooter a:link
{
	background-image:url('../Images/Layout/_Layout/footer_bg.jpg');
	background-repeat:no-repeat;
	color:Yellow;
	margin-left:200px;
	width:100%;
	
}
.divFooterLogo
{
	margin-left:200px;
	width:100%;
}

a, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #505050;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.sidebar-black
{
	font-size: 11px;
	line-height: 100%;
	/*color: #000000;*/
	padding: 3px 0 6px 4px;
}

.sidebar-black a, .sidebar-black a:visited
{
	color: #000000;
	text-decoration: underline;
}

.sidebar-white
{
	font-size: 11px;
	line-height: 100%;
	color: #ffffff;
	padding: 3px 0 6px 4px;
}

.sidebar-white a, .sidebar-white a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.sidebar-orange
{
	/*font-size: 11px;
	color: #ee7107;*/
	line-height: 100%;
	padding: 0 17px 12px 14px;
}

.cookietrail
{
	font-size: 11px;
	color: #9b9b9b;
}

.cookietrail a, .cookietrail a:visited
{
	color: #737373;
	text-decoration: underline;
}

.cookietrail a:hover
{
	color: #505050;
}

.footer
{
	font-size: 11px;
	color: #505050;
}

.footer a, .footer a:visited
{
	color: #9b9b9b;
	text-decoration: none;
}

.footer a:hover
{
	color: #2e2e2e;
}

.LeftNav
{
	background-color : #e8882e;
}

.BodyBackground
{
	background-color : #f1f1ef;
}

.SectionHeading
{
	font-size: 14px;
	color: #021F6F;
	line-height: 1.5em;
}

.ValidationMessages
{
	font-size: 11px;
	color: #e54135;
}

.TextBoxNormal
{
	width: 135px; /* 20 Digits Width */
}

.DisableTextBoxNormal
{
	background-color: lightgrey;
}

.DropDownNormal
{
	width: 135px; /* 20 Digits Width */
	text-transform: capitalize;
}

#ContainerTable
{
	background-color : white;
}

.SmallText
{
	font-size: 9px;
}

.strengthIndicator a 
{
	color: black;
	text-decoration: none;
}

.strengthInvalid 
{
	background-color: #EBEBEB;
}

.strengthWeak 
{
	background-color: #FFD35E;
}

.strengthStrong 
{
	background-color: #3ABB1C;
}

.SectionTitle, .naaFormSectionTitleTd
{
	color: #E8882E;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #E8882E;
	border-bottom: 1px solid #E8882E;
	vertical-align: middle;
	height: 20px;
}