/* PRINT FRIENDLY */

/* Hide all divs we don't want to print */
#mainImage,
#boxEmailAlerts,
#printPage,
#sideNav,
#contentBottom,
#footer .footerNav {
	display:none;
}


/* Optimize the page for print legibility */

body {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#pageFrame,
#bodyCopy {
	width: 100%;
	margin: 0;
	padding: 0;
}


#boxFeaturedNews,
#boxRecentFilings {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
	text-align: left;
}

.tagline { 
	text-align: left;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

#leftColumn,
#centerColumn,
#rightColumn {
	width: 100%;
	float: none;
	margin: 0 0 10pt 0;
	padding: 0;
}

h1 {
	font-size: 15pt;
	color: #000;
	margin-top: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
}

.box, #boxContactUs {
	width: 40%;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.box h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#contentWell {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 0;
}
.dataTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000;
	text-align: left;
	margin-top: 7px;	
	width: 100%;
}




/* LINKS */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#boxFeaturedNews dt a:after,
#boxRecentFilings a:after {   /* write out urls after their links */
   content: " [" attr(href) "] ";
   font-size: 90%;
   font-weight: normal;
}


