@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CCC;
	background-image: url(images/Banner-White.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
	padding-top: 24px;
	padding-right: 10px;
	font-family: Arial;
	padding-bottom: 16px;
	font-size: 13px;
	padding-left: 10px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Narrow";
	color: #000;
	background-color: #CCC;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	font-family: Arial;
	background-color: #CCC;
	font-size: 12px;
	color: #000;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 2px !important;
}
.WhiteOnBlack {
	color: #FFF;
	background-color: #000;
}
.FontBlack {
	color: #000;
}


.twoColFixRtHdr #mainContent {
	font-family: Arial;
	background-color: #CCC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #000;
	font-size: 12px;
} 
.twoColFixRtHdr #footer {
	background-color: #CCC;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixRtHdr #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 */
	text-align: center;
	background-color: #CCC;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.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;
}.FontBold {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.FontBoldWhite {
	font-weight: bold;
	color: #FFF;
}

.Font14 {
	font-size: 14px;
	font-family: "Arial Narrow";
}
.Font24B {
	font-size: 24px;
	font-weight: bold;
	color: #00C;
}
.FontBlue {
	font-weight: normal;
	color: #00C;
	font-size: 14px;
}
.FontBlueOnBlue {
	font-size: 18px;
	color: #00C;
	background-color: #00C;
}
.FontBoldBlue {
	font-weight: bold;
	color: #00C;
}

.FontGrey36 {
	font-size: 36px;
	color: #CCC;
}

.FontGrey18 {
	font-size: 18px;
	color: #CCC;
}

.FontGrey {
	color: #CCC;
}
.Font14B {
	font-size: 14px;
	font-weight: bold;
}
.Font14Grey {
	font-size: 14px;
	color: #CCC;
}
.FontWhiteOnBlue {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.WhiteOnBlue16 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #00C;
}

.FontBlue18 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.FontRed {
	font-weight: bold;
	color: #900;
}
.FontYellow {
	font-weight: bold;
	color: #FF0;
}
.Arial12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.FontBold18 {
	font-size: 18px;
	font-weight: bold;
}
.Arial16 {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.ArialBold16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.TEMP {
	background-color: #E2E2E2;
	padding-left: 20px;
}

