/***************************************************************
	CSS written by Adam T. Gregory - 06/25/2007
***************************************************************/

/**************************************************************
   Print:  Print CSS
 **************************************************************/

body {
	font: 400 12pt "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background: #FFF;
}
h1 {
	margin-top: 30px;
	font-size: 18pt;
	border-bottom: 1px solid #999;
	color: #2b363a;
}
h2 {
	font-size: 16pt;
	color: #16326b;
}
h3 {
	font-size: 14pt;
	color: #4a5b65;
}
h4 {
	font-size: 12pt;
	color: #006633;
}
h5, h6 {
	font-size: 12pt;
	color: #4a5b65;
}
acronym {
	border: 0;
}
a {
	color: #16326b;
}
b {
	color: #16326b;
}
/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/* Don't display these elements since they're not useful on paper */
#header, #mainMenu, .sideMenu, #footer, .leftColumn {
	display: none;
}
#content {
	width: auto;
	margin: 0 8%;
	padding: 0;
}
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}
.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
	background-position: center;
}
.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
	background-position: center;
}
.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}
.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}
.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}
.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}
.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfc3a7;
}
.separatorsmallclear {
	clear: both;
	height:10px;
}

