@charset "utf-8";
/* CSS Document */

/* CLASSES -------------------------------------------------- */

.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Puts a border around the image */
	border: thin solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 8px; /* Adds 8 pixels of space to the left of the image so that it does not touch the text */
	border: thin solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.center {
	text-align: center; /* This generic class can be used to center block elements. */
	border: thin solid #CCC;
}
.clearfloat {
	font-size: 20px; /* Sets the font size to 1 pixel */
	line-height: 3px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 10px; /* Makes sure the clearing element has no height */
}
.oneColFixCtrHdr #container #mainContent p a {
	font-family: "Bradley Hand ITC", Arial;
	font-size: x-large;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent h2 a {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container h1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container p {
	font-family: "Bradley Hand ITC", Arial;
	color: #FFF;
}
.oneColFixCtrHdr #container h2 a {
	font-family: "Bradley Hand ITC", arial;
	font-size: 36px;
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-family: "Bradley Hand ITC", arial;
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
}
h2 {
	font-family: "Bradley Hand ITC", arial;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
}
.oneColFixCtrHdr #container table tbody tr td a {
	font-family: "Bradley Hand ITC", arial;
	font-size: x-large;
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container p a {
	font-family: "Bradley Hand ITC", arial;
	font-size: x-large;
	color: #FFF;
}
