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

a:active
{
  outline: none;
} /* removes dotted line from around links in FF */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body  {
	font: 100% times;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/linegramBKGD2.jpg);
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;/
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/bg_paper_mid.jpg);
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;
	background-image: url(images/bg_paper_top.jpg);
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: transparent;
	padding: 15px 10px 15px 30px;
	list-style-type: none;
}
.sidebarContent {
	font-size: 11px;
	line-height: 14px;
}
.twoColFixLtHdr #sidebar1 ul li {

}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
}
.pageLocater {
	text-align: right;
}
span.dropcap {
	font-family:'Palatino Linotype', Georgia, serif;
	float:left;
	font-size:5.75em;
	margin: 0 5px 0 0;
	display: block;
	line-height: .775em;
	color: #000000;
}
.photoPadRt {
	padding: 15px 0 15px 15px;
}
.photoPadLft {
	padding: 15px 15px 15px 0;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	background-image: url(images/bg_paper_bot.jpg);
	height: 100px;
	background-position: bottom;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {	float: left;
	margin-right: 8px;
}
h1 {
	font-size: 20px;
	line-height: 18px;
	font-weight: lighter;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.chartCopy {
	font-size: 12px;
}
.chartCopyHdr {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
