@charset "UTF-8";
body  {
	font: 100% Times New Roman,Georgia,Times;
	background: #ffffff;
	margin: 0; 
	text-align: center; 
	color: #000000;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


.twoColElsRtHdr #container {
	width: 100%;  
	background: #FFFFFF; 
	border: 1px solid #000000;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColElsRtHdr #header {
	background: #DDDDDD;
	background: url(images/bg-top.gif) repeat-x;
	height: 156px; 
} 
.twoColElsRtHdr #header h1 {
	font-family: "Times New Roman", Times, serif;

	margin: 0; 
	padding: 10px 0; 
}


.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 45%;
	padding: 15px 25px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColElsRtHdr #mainContent {
	margin: 0 10px 0 10px;
	width: 45%;
	padding: 10px;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
.image_left{
float: left;
width: 550px;
padding: 0px 25;
}

.image_right{
float: right;
width: 550px;
padding: 0px 25;
}

