@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 85	%;
	max-width: 780px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
}
.twoColFixLtHdr #container {
	border: 1px solid #ffffff;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	width: 780px;
	border-top: 10 px;
	border-left: 10px;
	font-size: 85%;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-repeat: no-repeat;
	background-position: top right;
} 
.twoColFixLtHdr #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	clear: left;
	background-color: #CCCC99;
	margin-bottom: 5px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-left: 10px;
	margin-bottom: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(Footer.jpg);
	height: 250px;
	clear: both;
} 
.twoColFixLtHdr #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;
	margin-top: 2px;
	margin-bottom: 10px;
}
.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;
}
.oneColFixCtrHdr #container #mainContent {
	font-size: 85%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(Footer.jpg);
	/*text-align: left;*/
}
.generaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-right: 100px;
	margin-left: 25px;
}
.nyt_header {
	font-weight: bold;
	color: #000099;
}
h2 {
	margin: 10px;
	}
h1 {
	margin: 10px;
	width: 200px;
	text-align: center;
}
h3 {
	margin: 10px;
}
.warning {
 font-weight:bold;
  color:#FF0000;
 } 
