@charset "UTF-8";
/* CSS Document - PRINT ONLY */
/* standard tag settings */
body {
	color:#000;
	margin:0;
	padding:0;
	font:14pt "Times New Roman", Times, serif;
}
.screen, #footer, #navmenu {
	display:none;
	height:0;
	visibility:hidden;
}
.print {
	display:block;
	font-size:36pt;
	padding:5pt;
	border:1px solid #000;
}
.print em {
	font-size:24pt;
	font-style:oblique;
}
a, a:visited {
	text-decoration:underline;
	color:#000;
}
h1 {
	font-size:24pt;
}
h2 {
	font-size:22pt;
}
h3 {
	font-size:20pt;
}
h4 {
	font-size:18pt;
}
h5 {
	font-size:16pt;
}
h1, h2, h3, h4, h5 {
	margin:2pt 0;
	padding:0;
	font-weight:normal;
}
h6 {
	font-size:9pt;
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:center;
}
h6 a {
	text-decoration:none;
}
p, li {
	margin:7pt 0;
	line-height:14pt;
	padding:0;
}
td { font-size:14pt; }
th { font-size:15pt; font-weight:bold; }
/* user editing region */
#content {
	position:relative;
	top:0;
	left:0;
	padding:20px;
	width:100%;
	height:auto;
}

/* page footer */
#footer {
	position:relative;
	top:0;
	left:0;
	padding:0 10px 12px 162px;
	width:682px;
	height:auto;
	z-index:1;
}

/* main page structure */
#page {
	position:relative;
	margin:10px auto;
	padding:0;
	width:854px;
	height:auto;
	z-index:0;
}

/* header image id's */
#top1 {
	position:absolute;
	left:0;
	top:0;
	width:152px;
	height:155px;
	z-index:2;
}
#top2 {
	position:absolute;
	left:152px;
	top:0;
	width:600px;
	height:85px;
	z-index:2;
}
#top3 {
	position:absolute;
	left:752px;
	top:0;
	width:102px;
	height:155px;
	z-index:2;
}

/* content bottom */
#cnt2 {
	position:absolute;
	left:0;
	bottom:0;
	width:854px;
	height:10px;
	z-index:2;
}

/* footer bottom */
#ftr2 {
	position:absolute;
	left:0;
	bottom:0;
	width:854px;
	height:12px;
	z-index:2;
}
/* specialty classes */
/* block bibquote sections */
/* default borders, font, margin and padding */
.bib, .bib_a, .bib_b, .bib_c, .bib_attr {
	border: 1px solid #000;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	line-height: 16pt;
    margin: 5px 25px;
    padding: 5px 10px;
	text-indent:2em;
}
/* remove bottom border and adjust margin and padding for continuing classes */
.bib_a, .bib_b {
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 3px;
}
/* remove top border and adjust margin and padding for continued classes */
.bib_b, .bib_c, .bib_attr {
	border-top: none;
	margin-top: 0;
	padding-top: 3px;
}
/* adjust attribution references */ 
.bib_attr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1em;
	padding-top: 0;
	text-align:right;
}
.fbox, .ibox {
	clear:right;
	float:right;
	width:288px;
	height:216px;
	text-align:center;
	margin:30px 0 0 20px;
	border:1px solid #000;
	background-color:#FFF;
}
.ibox {
	width:auto;
}
.tbox
{
	border-collapse:collapse;
	margin-top:0;
	padding:0;
}
.tbox td {
	border:1px solid #000;
	height:200px;
	width:320px;
}
#calendar table {
	border-collapse:collapse;
}
#calendar th, #calendar .td_item {
	border:#000 solid 1px;
}
#calendar td {
	vertical-align:top;
	padding:3pt;
}
#calendar td em {
	color:#900;
	font-weight:bold;
}
#calendar .td_date {
	white-space:nowrap;
	text-align:center;
	border:#000 solid 1px;
}
#messenger h2 {
}
#messenger p {
	margin-left:1in;
	text-indent:-1in;
}
