@charset "utf-8";
p {margin-top: 0;}
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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #212121;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D2430D;
}
a:hover {
	text-decoration: underline;
	color: #FF9D5B;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

.oneColFixCtrHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
	position: relative;
}
.oneColFixCtrHdr #header {
	height: 200px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 6px;
	border: 0px none #00FF00;
	position: relative;
	z-index: 1;
}
.oneColFixCtrHdr #mainContent {
	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;
	width: 950px;
	background-color: #CCCCCC;
	position: relative;
	margin: 0px;
	padding: 10px;
	clear: both;
}
.oneColFixCtrHdr #footer {
	width: 970px;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #SmallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.oneColFixCtrHdr  #Column1 {
	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;
	width: 177px;
	position: relative;
	background-image: url(../Assets/Images/Column-Green.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	height: 280px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr  #Column2 {
	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;
	width: 177px;
	position: relative;
	background-image: url(../Assets/Images/Column-White.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 280px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr  #Column3 {
	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;
	width: 177px;
	position: relative;
	background-image: url(../Assets/Images/Column-Orange.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 280px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr  #Column4 {
	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;
	width: 177px;
	position: relative;
	background-image: url(../Assets/Images/Column-Blue.jpg);
	background-repeat: repeat-y;
	height: 280px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr #SmallText {
	font-size: 85%;
}
.oneColFixCtrHdr #SmallTextGray {
	font-size: 8pt;
	color: #999999;
}
.oneColFixCtrHdr #HighlightInline {
	color: #3764AD;
	font-weight: bold;
}
.oneColFixCtrHdr #TitleLight {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #5383BD;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
