@charset "utf-8";
a:link {
	color: #060;
	text-decoration: none;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
a:hover {
	text-decoration: underline;
	color: #F90;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
a:visited {
	text-decoration: none;
	color: #060;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	text-align: center;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-color: #CCC;
}
p {
	text-align:center;
}
.fltRight {
	float: right;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
}
.oneColFixCtrHdr #header {
	height: 200px;
}
.fltLEFT {
	float: left;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.Bold_Green {
	font-weight: bold;
	color: #008600;
}
.img_padding_fltRight {
	padding: 0px 0px 10px 10px;
	float: right;
}
.img_padding_fltLeft {
	padding: 10px 10px 10px 0px;
	float: left;
	margin-right: 20px;
}
.Center_Text {
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: large;
}
.Center_Text_Small {
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: small;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
