@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #004DFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{
	font-size: 14px;
	font-weight: bold;
}
h1.upper{
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}
h2{
	font-size: 12px;
	font-weight: bold;
}
h3{
	font-size: 11px;
	font-weight: bold;
}
a:link{
	text-decoration: none;
	color: #004DFF;
}
a:visited{
	text-decoration: none;
	color: #004DFF;	
}
a:hover{
	text-decoration: underline;
	color: #004DFF;	
}

.body_container #container { 
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #004DFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#main_shadow{
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-right: 19px;
	padding-left: 19px;
}
#footer_shadow{
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 1030px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.margin_collapse{
	margin: 0; /*avoids margin collapse */
}
#masthead{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 122px;
	width: 992px;
	text-align: right;
	vertical-align: top;
}
#menu_container{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 22px;
	width: 992px;
	font-size: 11px;
	font-weight: bold;
	color: #004DFF;
	position: relative;
}

#flag{
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
}

/*Main columns in the middle of the page*/
#mc{
	text-align: left;
}
#main{
	position: relative;	
	min-height: 420px;
	padding-bottom: 10px;
}
#left_sidebar{
	width: 170px;
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size:11px;
	background-color: #D2E7F6;
	text-align: left;
}
#left_sidebar a:link{
	font-size: 11px;
	color: #004DFF;
	text-decoration: none;
}
#left_sidebar a:visited{
	font-size: 11px;
	color: #004DFF;
	text-decoration: none;
}
#left_sidebar a:hover{
	font-size: 11px;
	color: #004DFF;
	text-decoration: underline;
}
#left_sidebar .tdmenu
{
	padding-left: 8px;
}
#left_sidebar .tdmenu_image
{
	height: 25px;
}
#right_sidebar{
	width: 170px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 6px;
	font-size: 11px;
	text-align: left;
	background-color: #D2E7F6;
}
#right_sidebar a:link{
	font-size: 11px;
	color: #004DFF;
	text-decoration: none;
}
#right_sidebar a:visited{
	font-size: 11px;
	color: #004DFF;
	text-decoration: none;
}
#right_sidebar a:hover{
	font-size: 11px;
	color: #004DFF;
	text-decoration: underline;
}
.mtitle{
	font-size: 11px;
	font-weight: bolder;
	color: #A5A5A5;
}

#main_content{
	padding-top: 2px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right:5px;
	text-align: left;
	vertical-align: top;
	font-size:11px;
}
#main_content_estatement{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#main_content .breadcrumbs a{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#main_content h1{
	font-size: 15px;
	font-weight: bold;
	color: #004DFF;
	margin-top: 15px;
}
.content_text{
	font-size: 12px;
}
.content_text h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.content_list{
	font-size: 12px;
	padding-bottom: 8px;
}
.content_list h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.content_date{
	font-size: 11px;
	color: #666666;
}
.content_branch{
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#copyright{
	font-size: 10px;
	color: #666666;
	text-align: center;
	height: 19px;
}

/* Values */
#values{
	height: 15px;
	font-size: 11px;
}
.value{
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004DFF;
}
.vheader{
	background-color: #173665;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 186px;
}
.vline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*Search box*/
#search{
	padding-top: 3px;
	padding-right: 3px;
	margin: 0px;
	width: 170px;
	float: right;
}
.search_txt{
	background-color: #FFFFFF;
	height: 15px;
	width: 91px;
	border: 1px solid #4469BD;
	font-size: 10px;
}

.form_label{
	font-size: 11px;
}
.estatement_input{
	font-size: 11px;
	height: 15px;
	width: 79px;
	border: 1px solid #A5A5A5;
}

/*News*/
.news{
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	line-height: 0.95em;
	padding-top:3px;
}
.news_header{
	font-weight: bold;
	display: block;
}
.date{
	font-weight: bold;
	color: #004DFF;
	text-align: right;
	padding-bottom: 8px;
}
.error{
	font-size: 14px;
	color: #FF0000;
	padding: 8px;
	border: 1px solid #CCCCCC;	
}

/*Estatements*/
.est_table_header{
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.est_content_header{
	font-size: 12px;
	padding-right: 14px;
	color: #0000FF;
	font-weight: bold;
}
.est_content{
	font-size: 10px;
	padding-right: 14px;
	padding-bottom: 5px;
}
.est_content_num{
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.dropcontent{
width: 98%;
height: 200px;
border: 1px solid black;
background-color: #D2E7F6;
display:block;