/* CSS Document - Print */
/* Things we hide
----------------------------------------------- */
#branding, .header_image, #breadcrumb, #topnavbar, .hide, #leftnav {display:none;}

body{
	background:white;
	width:100%;
	color:black;
	margin:.25in .5in .25in .25in;
	font:12pt/18pt Georgia,Serif;
}

/******* hyperlink and anchor tag styles *******/

a:link {text-decoration:underline; color:#012A5C;}
a:visited {text-decoration:underline; color:#012A5C;}


/******* image tag styles *******/
img{
	border:0px;
}

#contentleft img {
	float: right;
	margin: 0px 0px 2px 5px;
	padding: 0px 0px 0px 0px;
}

/************** header tag styles **************/
h1, h2, h3 {
	color: #012A5C;
}

h1{
	font: bold 145% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin-top: 20px;
	padding: 0px;
	letter-spacing: -1.5px;
	border-bottom: 1px solid #cccccc;
}

h2{
	font: bold 108% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding: 0px;
	letter-spacing: -1px;
}

h3{
	font: bold 100% Georgia,Serif;
	margin: 0px;
	padding: 0px;
}



