/* 
   File:    print.css
   Purpose: The print.css file contains all the CSS rules for the print medium.
				All online-specific links and content are hidden.
*/

* {
	color:black;
	font-color:black;
	background-color:#fff;
}

body {
	background-color:#fff;
	font-family:'Times New Roman', Times, serif;
}

p {
	font-size:12pt;
}

h1, h2, h3 {
	font-weight:bold;
}

h1 { font-size:16pt; }
h2 { font-size:14pt; }
h3 { font-size:13pt; }

ul li, 
ol li { font-size:12pt; }

/* hide online-specific elements */
#masthead, 
#navigation,
#sidebar {
	display:none;
}

#main {
	margin:0 -135px;
	width:auto;
}

#aboutUs_wrapper {
	width:auto;
}

#aboutUs_wrapper #aboutUs_tabList {
	margin-bottom:1pt;
}

#aboutUs_wrapper #aboutUs_tabList a {
	border-bottom:1pt solid black;
}

#aboutUs_wrapper #aboutUs_tabList a.selected {
	border:1pt solid black;
	border-bottom:none;
	text-decoration:underline;
}

#aboutUs_wrapper #aboutUs_tabContents div {
	border:1pt solid black;
}

#publicity_table_wrapper table tbody {
	border-bottom:1pt solid black;
}

#footer {
	border-top:1px solid black;
}
