@charset "UTF-8";
/* CSS Document */

body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 9pt Arial, Helvetica,"Lucida Grande", serif; color: #000; background-color: #FFFFFF; width: 8in;}
@page {margin: 0.25in;} /* doesn't do anything */
#wrapper {
	margin: 0;
	border:none;
	overflow:visible; /* this took me only 5 hours to figure out!!!!!*/
	background-color: #FFFFFF;
}

a, a:link {color: #660000; text-decoration:none; font-weight:bold;}

   
#main_content, #left_sidebar1 {text-align: left;}
#main_content { width: 7in;}
#print-header { background: transparent url(images/Letterhead-print.jpg) no-repeat scroll 0%; width:600px; height:103px;}

#page_header h1{background-color:#ffffff; padding:2px; margin: 0px; text-align:center; font-family:"Times New Roman", Times, serif;}

td#header, td#slogan { display:none;}

td#header-buttons { display:none;}


#text_main {}

table#left_sidebar1{display:none;}
#footer { display:none;}


h1 {
	font-size: 17pt;
	margin-bottom: 0;
}
h2 {
	font-size: 15pt;
	border-bottom: 1px solid #666;
	margin-bottom: 0;
}
h3 {
	font-size: 12pt;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
}
p.tighter_p {
	margin-top: 5px;
	margin-bottom:0;	
}
table#sched-seminars { display:none;}

.print-page-br {
page-break-before: always;
}
#print-page{ display:none;}
