 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999999;
	background-color: #D2DCFF;
	background-image: url(../images/pagebackgrnd.gif);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 1004px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	width: 1004px;
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 180px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 36px;
	vertical-align: middle;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 235px 0 0;
	padding: 0 20px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9DD2B4;
} 
.twoColFixRtHdr #footer {
	width: 974px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	height: 29px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9DD2B4;
} 
.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: 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;
}
.style1 {font-size: 24px}
 
