body {
	font: 13pt Arial, Helvetica, sans-serif;
}

#leftColumn {
	float: left;
	width: 250px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#menu {
	display: none;
}

.printPage {
	display: none;
}

h1 {
	color: #333;
	font-size: 16pt;
}

#newsItems dt {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

#newsItems .date {
	color: #666;
	font-size: 11pt;
	margin-left: 0;
	padding-left: 0;
}

a {
	color: #d90000;
	text-decoration: underline;
	background: #eee;
}

table {
	width: 100%;
}

table th {
	text-align: left;
	padding-top: 10pt;
	border-bottom: 2px solid #ccc;
	font-size: 14pt;
	font-weight: bold;
	color: #375796;
}

table td {
	font-size: 12pt;
}

table .wideCol1 {
	width: 45%;
	text-align: right;
	padding-right: 10pt;
}

.scroller {width: 490x;
		  height: 500px;
	      float:right;
          overflow: visible;
          }
#bodyContainer {
	width: 752px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/printbg.jpg);
}

#contentText {
	
	min-height: 200px;
	line-height: 1.5em;
	padding: 20px 15px;
	position: inherit;
	top: -120px;
	z-index: 10;
	visibility: visible;
}
