@charset "UTF-8";
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 100%;
} 

.header {
	background: #ADB96E;
}

#container #mainEditable
{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;
}

.leftParagraph
{
		text-align: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		width: 300px;
		color: #000;
}
.thrColFixHdr #sidebar2 {
		width: 450px; /* padding keeps the content of the div away from the edges */
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #EBEBEB;
		padding: 0px;
		float: right;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #fff;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

#sidebar1 .bodytext
{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.9em;
		font-weight: bolder;
}

/* ~~ The footer styles ~~ */
.footer {
		padding: 10px 0;
		position: relative;/* this gives IE6 hasLayout to properly clear */
		clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
		background-color: #FEEBC8;
}

/* ~~ Miscellaneous float/clear classes ~~ */

.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;
}
.thrColFixHdr #container #rates {
	color: #000;
	background-color: #CDFFC6;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000;
}
.thrColFixHdr #container #rates tbody tr td p {
	color: #000;
	border-bottom-style: none;
}

h2
{
		font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009;
}

#button
{
		font-size: 300%;
}

.thrColFixHdr #container #mainEditable h3
{
}

.rulebox
{
		background-color: #FC9;
		text-align: center;
		width: 500px;
		padding: 20px;
		margin-right: auto;
		margin-left: auto;
}

