/***********************************************/
/* MBR_Print.css                               */
/* Use with template interface.htm             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: 'Times New Roman',Times,Serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background: #B9DCFF url("bg_gradient.jpg") fixed;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	font-size:75%;
}

/************** header tag styles **************/

#pageName h2{
	font: bold 175% 'Times New Roman',Times,Serif;
	color: #0667EC;
	margin:0;
	padding: 0;
}

h1{
 font: bold 140% 'Times New Roman',Times,Serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% 'Times New Roman',Times,Serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% 'Times New Roman',Times,Serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font:bold 113% 'Times New Roman',Times,Serif;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 75% 'Times New Roman',Times,Serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}


#breadCrumb{
	padding: 5px 0 5px 10px;
	font: 90% 'Times New Roman',Times,Serif;
	color: #AAAAAA;
	text-decoration:none;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-image:url(listStyle_arrow1.gif);
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 'Times New Roman',Times,Serif;
 color: #334d55;
}
				
input{
font-family: 'Times New Roman',Times,Serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#printLogo{
	display:block;
}
#but_blue_left{display:none;}
#but_blue_right{display:none;}
#but_yel_left{display:none;}
#but_yel_right{display:none;}
/*  */
#bannerBG, #masthead, #branchName, #welcome, #slogan, #lfEar_tile, #riEar_tile, #dividerTop, #upper_lfEar, #upper_riEar, #lower_lfEar, #lower_riEar, #globalNav, #banner, #offMenu, #offMenu_lf, #offMenu_ri, #search, #offContent, #offContent_lf, #offContent_ri, #bttm_tile, #bttm_lf, #bttm_ri, #quickLink, #visit, #bttm_btn, #bttm_btn_hvr, #footer, .riContent, #newyear	{
	DISPLAY:none;
}

#pageCell {
	position:relative;
	top:0;
	left:0;
	color:#000;
}
#content  {
	width: 7in;
	padding:0;
	margin:0 auto;
	font-family:'Times New Roman', Times, serif;
	font-size:100%;
	color:#000;
}

#content table{
	border-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-top-width:1px;
	border-top-style:solid;
}

#content table td{
	font:100% 'Times New Roman', Times, serif;
	border-color:#000000;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#content table th	{
	font:bold 110% 'Times New Roman', Times, serif;
	border-color:#000000;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	color:#333;
}

.right-element{
	font: 80% 'Times New Roman',Times,Serif;
	}
	
.left-element{
	font: 80% 'Times New Roman',Times,Serif;
	}

.lf_tile	{
	background-image:url(lf_tile.gif);
}

.mid_tile	{
	background-image:url(mid_tile.gif);
}

.ri_tile	{
	background-image:url(ri_tile.gif);
}

/* 23- footer @ the bottom of the print page */
#bttm	{
	position:relative;
	top:0;
	left:0;
	width:100%;
}

#footer	{
	position:relative;
	width:7in;
	padding:0;
	margin:0;
}

/*button style*/
.button{font:100% 'Times New Roman', Times, serif;															
				color:#005FA9;
				text-decoration:underline;
				
			}

/*for branch link*/
.branchlink	{
		float:left;
		font:100% 'Times New Roman', Times, serif;
		margin-right:5px;
		color:#000000;
		}
/********************* END **********************/
