@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: #603813;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C90;
	background-image: url(images/radialheat-screen.jpg);
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 603813;
	border-right-color: 603813;
	border-bottom-color: 603813;
	border-left-color: 603813;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/radialheat-wht.jpg);
	background-repeat: repeat;
	background-position: center 130px;
	color: #603813;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
	background-color: #603813;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #603813;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
	line-height: 120%;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	border-bottom-style: none;
	border-bottom-color: #603813;
	border-top-color: #603813;
	border-right-color: #603813;
	border-left-color: #603813;
	line-height: normal;
} 
.twoColFixRtHdr #footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #603813;
	background-image: none;
	background-color: #FDF1C2;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 15px;
}
.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;
}
#sidebar1 h4 {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #EF6A30;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #603813;
	border-right-color: #603813;
	border-bottom-color: #603813;
	border-left-color: #603813;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: normal;
	white-space: normal;
	text-align: left;
}
.sidebarlogotype {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
	display: block;
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 20px;
	padding-top: 0px;
}
#mainContent p {
	line-height: 120%;
}
h2 {
	line-height: 110%;
}
.websitehd {
	font-size: 9px;
	color: #914722;
	float: right;
}
