@charset "utf-8";
body, html  {
	margin: 0; 
	padding: 0; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
}


.container{
	width:1102px;
	margin:0 auto;
	position:relative;
	background: #FFFFFF;
	border: 6pt solid #000000;
	font-size: 20px;
	text-align: center;
	font
}


.header {
	width:1102px;
	padding: 0 0px; 
	background: #FF0000;
	text-align: center;
	color: #FFF;
	font-size: 32pt;
	margin: 0 auto;
} 



.sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 195px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
}


.sidebar2 {
	float: right; 
	width: 195px; /* since this element is floated, a width must be given */
	/*background: #FFFFFF;*/
	padding: O; 
	text-align: center;
	border: 0pt solid;
}
.sidebar1 p, .sidebar1 h3, .sidebar2 p, .sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
	border-color: #000;
	font-size: 12pt;
	font-weight: bold;
}


.mainContent {
	width:660px;
	margin: 20px 0px 0px 220px; 
	background-color: #FF0;
	color: #000;
	position: center;
	font-size: 20pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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;
	background-color: #F00;
	text-align: center;
	font-size: 100%;
}

/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container, .mainContent p {
	text-align: center;
	font-size: 10pt;
	position: center;

}
.container, .mainContent p {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.container, .mainContent table tr td p strong {
	color: #0F0;
	font-size: medium;
}
.container, .mainContent h1 {
	text-align: center;
}
	font-size: 16pt;
}
