@charset "UTF-8";
.twoColFixRtHdr #container {
	text-align: left;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 880px;
	border-top-width: 0px;
	background-color: #FFF;
	margin: auto;
	padding: 0px;
} 
.twoColFixRtHdr #banner {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 125px;
	width: 880px;
	clear: both;
	float: none;
	z-index: -1000;
}
.twoColFixRtHdr #bannerstatic {
	height: 125px;
	width: 880px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	float: none;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	list-style-image: url(images/icons/circleblue.png);
	list-style-position: inside;
}
.twoColFixRtHdr #mainContent {
	width: 500px;
	border: 1px solid #FFF;
	margin: 0;
	padding: 20px;
} 
.twoColFixRtHdr #maincontentpix {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	margin: 0px;
}
a:link {
	color: #DD5918;
	border: 0px none #FFF;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}
#centre {
	text-align: center;
}
#here  {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #1874BC;
}
.ital {
	font-style: italic;
}
#padded {
	padding: 5px;
}
