/* CSS Document */
#statementwrapper {
position: relative;
top: -40px;
margin-top: 0px;
padding-top: 0px;

}

.top {
position: relative;
top: 10px;
margin-top: 20px;
padding-top: 0px;
}

#ed {
position: relative;
float: left;
margin: 40px 20px 20px 20px;
padding: 0px;
border: double;
border-color: #000000;
}

#bc {
position: relative;
float: left;
margin: 20px 20px 20px 20px;
padding: 0px;
border: double;
border-color: #000000;
}



#ed img {
position: relative;
padding: 0px;
margin: 0px;
}

#ed p, #bc p {
color: #154f8e;
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 14px;
text-align: center;
font-weight: bold;
margin: 0px;
padding: 0px;
}

#statementouter {
	position: relative;
	width: 921px;
	height: 910px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

p {
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 14px;
color: #666666; 
margin-right: 20px;
margin-left: 20px;
}

h4 
{
color: #154f8e;
text-align: center;

font-family: "trebuchet ms", helvetica, sans-serif; 
font-size: 16px
}

#subNavTwo {
	background-image: url(../images/subnavdeep1.png);
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: normal;
	width: 920px;
	margin-top: 1px;
}

#subNavTwo .subItem a{float: left; padding-top: 10px; text-align: center; padding-left: 0px; width: 153px;	color: #fff;}
#subNavTwo .subItem2 a{float: left; padding-top: 10px; text-align: center; padding-left: 10px; width: 143px;	color: #fff;}
#subNavTwo .subItem3 a{float: left; padding-top: 10px; text-align: center; padding-left: 10px; width: 140px;	color: #fff;}
#subNavTwo .subItem4 a{float: left; padding-top: 10px; text-align: center; padding-left: 10px; width: 143px;	color: #fff;}
#subNavTwo .subItem5 a{float: left; padding-top: 10px; text-align: center; padding-left: 10px; width: 143px;	color: #fff;}
#subNavTwo .subItem6 a{float: left; padding-top: 10px; text-align: center; padding-left: 10px; width: 123px;	color: #fff;}

.current_page {
text-decoration:underline ! important;
	color: #fee4a8 ! important;
}


.validation {	
	margin-left: 33%;
	margin-bottom: 5px;
	width: 33%;
	line-height: normal;	
	color: #D63301;
	background-color: #FFCCBA;
	border: 1px solid;
	text-align: center;
	padding: 5px;
	}

.success {
	margin-left: 33%;
	margin-bottom: 5px;
	width: 33%;
	line-height: normal;
	background-color: #517BAA;
	color: #fff;
	border: 1px solid #154F8E;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
	}
	
td.evenRow, th.evenRow {
	background-color: #e1ebec;
	color: black;
	line-height: normal;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
td.oddRow, th.oddRow {
	background-color: #cbdae3;
	color: black;
	line-height: normal;
	font: 12px Arial, Helvetica, sans-serif;
	}

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	font-style: bold;
	text-decoration: underline;
}

a:active {
	color: #660000;
	font-style: bold;
	text-decoration: underline;
}


