@charset "UTF-8";
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ef8b22;
	border-left-color: #ef8b22;
} 
.twoColFixRtHdr #header {
	background-color: #231f20;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #c8d023;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ef8b22;
	padding: 0;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #19bcdd;
} 
.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 */
}
.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;
}
h1 {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 120%;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 100%;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-type: square;
}
.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.attWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	font-weight: bold;
	color: #ffffff;
}
.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.attentionCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8b3785;
	line-height: 130%;
}
.attentionCopyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #424242;
}
.AttColRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.formStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #19bcdd;
	font-weight: bold;
}
.NavTableStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8b3185;
}
.TableLeftBorder {
	background-color: #19bcdd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
.subRowStyle {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #969696;
	padding-left: 8px;
}
.tableStyle {
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.RightNavStyle {
	background-color: #d3bd2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
.freeReport {
	background-color: #ffffff;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #ef8b22;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bc2c21;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #19bcdd;
	padding-left: 10px;
}
.imagePadding {
	padding-right: 15px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
	margin-right: 10px;
}
.tableStyleLeft {
	background-color: #ffffff;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.tableStyleNoPad {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.dottedLine {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #b21e8e;
	margin: 0px;
	padding-top: 10px;
	color: #CC0000;
}
.solidLine {
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #b21e8e;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
