@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 5d5a55;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fffde4;
}
.twoColFixRtHdr #container {
	width: 760px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 255px;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-bottom: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5d5a55;
	padding-top: 90px;
	padding-left: 50px;
} 
.scrollPane {
	height: 220px;
	width: 510px;
	padding: 10px;
	overflow: auto;
}

.scrollPane2 {
	height: 160px;
	width: 510px;
	padding: 10px;
	overflow: auto;
}

.scrollPane3 {
	height: 265px;
	width: 320px;
	padding: 10px;
	overflow: auto;
}

.imagetitle {
	margin-top: -5px;
	margin-bottom: -17px;
}

.twoColFixRtHdr #footer {
	height: 150px;
} 

