/*	////////////////////////////////////////
	
	stylesheet to Print your web pages!
	
//////////////////////////////////////// */

html, body {
	margin:					0; 
	padding:				0; 
	font-family:			arial, verdana, helvetica, sans-serif; 
	font-size:				85%;	/* This changes all font sizes relatively */
	text-align:				center; /* centers page content, override this in your first born child, in this case its name is main! */
	color:					#3F3F3F; 
	background-color:		#FFFFFF;
	*/
	}
A 			{	padding: 0px; margin: 0px; font-weight:normal; text-decoration:none; color:#2c6e8c; }
A:hover		{ font-weight:normal; text-decoration:underline; color:#2c6e8c; }
.main {
	margin: 	0 auto;
	padding:	0;
	text-align: left;
	width:		980px;
	}
.print_top {
	padding-top:20px;
	}

.header {
	float:left;
	width:500px;
	}

.footerPrint {
	margin:		10px 0 20px 0px;
	color:		#000000;
	font-size:	11px;
	padding-top:5px;
	}	
	
.printLink {float:left;}

.content {
	margin:	0;
	padding:	0;
	}
H5 { font-size:1.0em; font-weight:bold; text-transform:uppercase; margin: 0; padding: 24px 0 4px 0; color:#589892; border-bottom:1px solid #8dbc57; font-family:Arial, Helvetica, sans-serif }
.tab_content_box { padding-bottom:14px; padding-top:1px; display:block; width:680px; background-image: url(../images/dots_horizontal.gif); background-repeat:repeat-x; background-position:bottom; color:#3f3f3f; clear:both;}
.tab_content_left_content { float:left; width:142px; padding-top:20px; padding-right:20px;}
.tab_content_left_content P { font-size:1.0em; font-family:Arial, Helvetica, sans-serif; line-height:1.55em;}
.tab_content_right_content { float:left; width:506px; padding-top:20px;}
.tab_content_box A 			{padding: 0 0 0 16px; margin: 0 0 10px 0px; background: url(../images/arrow_right_nav.gif) 1px 2px no-repeat; font-weight:normal !important; text-decoration:none !important; color:#2c6e8c !important; }
.tab_content_box A:hover	{ font-weight:normal !important; text-decoration:underline !important; color:#2c6e8c !important; }
.tab_content_link {padding-right:16px; padding-bottom:7px; float:left; display:inline; height:14px;}
.tab_content_link IMG { padding-left:5px; padding-bottom:5px;}
.tab_content_link A 			{padding: 0 16px 0 16px; margin: 0 0 10px 0px; background: url(../images/arrow_right_nav.gif) 1px 2px no-repeat; font-weight:normal !important; text-decoration:none !important; color:#2c6e8c !important; }
.tab_content_link A:hover	{ font-weight:normal !important; text-decoration:underline !important; color:#2c6e8c !important; }
