@charset "UTF-8";
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #533700;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: url(images/spongeBgd.gif);
	margin: 0px 5px;
	border: #FFFFFF 1px solid;
}
.twoColFixRtHdr #sidebar1 h1 {
	color: #FFFF00;
	font-size: 24px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 h2 {
	color: #3399FF;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 #contactInfo {
	border: #FFFFFF 1px dotted;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}
.twoColFixRtHdr #sidebar1 #contactInfo h1 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 #contactInfo h2 {
	color: #FFFF00;
	font-size: 18px;
	text-align: left;
	text-decoration: underline;
	padding: 0 0 0 10px;
}
.twoColFixRtHdr #sidebar1 #contactInfo h3 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	padding: 0 5px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 450px 20px 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px;
	background-image: url(images/spongeBgdSel.gif);
	border: #000000 1px solid;
	color: #FFFFFF;
}
