@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: #FFF;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: none;
} 
.twoColFixRtHdr #header {
	padding-top: 17px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
} 
.BG-HeaderT {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.BG-HeaderB {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px;
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	padding-top: 10px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FontBold {
	font-weight: bold;
}
.FontBlueBold {
	font-weight: bold;
	color: #00C;
}


.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 7px;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.BG-Text {
	border: 1px solid #CCC;
}

.Heading-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.Heading-S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.BG-Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #00F;
	margin-right: 3px;
	margin-left: 3px;
}

.FontBlue {
	color: #00C;
}

.FontGreyBold {
	font-weight: bold;
	color: #666;
}


.FontItalic {
	font-style: italic;
}
.FontRed {
	color: #900;
}
.FontRedI {
	font-style: italic;
	color: #900;
}
.FontLarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.FontSmall {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
}


.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;
}


.twoColFixRtHdr #footer {
	background-color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 0;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.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;
}
