@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}
/******link styles******/
a:link {
	color:#666666;
}

/******table styles******/
td {
	font-size: 100%;
	}
th {
	font-size: 100%;
	color: #000000;
}
/******heading styles******/
h1 {
	color: #000000;
	font-size: 110%;
	text-align: center;
}
h2 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
h4 {
	color: #666666;
	font-size: 90%;
	font: bold italic;
}

/******paragraph styles******/
p {
	font-size: 100%;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
line-height:130%;
}

/******list styles******/
ol {
	font-size: 100%;
	list-style: decimal;
}

ul {
	font-size: 100%;
	list-style-type: disc;
	padding-bottom: 6px;
}

ul ul {
	list-style-image: none;
	list-style-type: circle;
	margin-top: 6px;
}

li {
	margin-bottom: 4px;
}

/******div styles******/
/*holds all page content except footer*/
/**background image is set in p7tm style sheets**/
#wrap {
width:100%;
}
/*holds top banner photo and logo*/
#banner {
display:none;
}
/*holds left navigation*/
#leftnav { 
	display:none;
	}
/*holds content area*/
#content {
	width:100%;
	}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	clear:both;
	width:100%; 
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
	border-top:1px solid #000000;
	}
	
/******class styles******/
.bodnames {
	background-position: center;
	color: #333333;
	font-size: 13px;
	margin-top: 6px;
}
.border {
	border-left: #99CCCC;
	border-right: 1px solid #99CCCC;
}
.date {
	font-size: 8pt;
	text-indent: 6pt;
}

/*hides content from view when printed*/
.printHide {
display:none;
}


