@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: #373737;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "MS Reference Sans Serif", Verdana, Arial;
}

.twoColFixLt #container { 
	float: left;
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url("../images/grey-grey bg2.png") no-repeat; /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 7px 15px 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #828282;
	font-size: 10pt;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 188px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #FFFFFF;
	padding: 6px 5px 15px 15px;
	font-family: "MS Reference Sans Serif", Verdana, Arial;
	font-size: 8pt;
} 
.yellowheading1 {
	background-color: #FFC;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-size: 14pt;
	font-style: italic;
	clip: rect(auto,auto,auto,auto);
	color: #000;
}
.yellowheading2 {
	background-color: #D7D7D7;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-size: 10pt;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	color: #000;
	margin-left: -6px;
}
.yellowheading3 {
	background-color: #D7D7D7;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-size: 9pt;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	color: #000;
	width: auto;
	position: absolute;
	height: auto;
	top: 34px;
	left: 380px;
}
.yellowheading4 {
	background-color: #D7D7D7;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-size: 9pt;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	color: #000;
	width: auto;
	position: absolute;
	height: auto;
	top: 34px;
	left: 366px;
}
.tableheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
}
.normallink {
	color: #0000FF;
}
.normallink:link {text-decoration: none;}
.normallink:visited {text-decoration: none;}
.normallink:active {text-decoration: none; color: #828282;}
.normallink:hover {text-decoration: underline; color: #D7D7D7;
}
.underlinelink {
	text-decoration: underline;
	color: #0000FF;
}
.underlinelink:link {text-decoration: underline;}
.underlinelink:visited {text-decoration: underline;}
.underlinelink:active {text-decoration: none;}
.underlinelink:hover {text-decoration: none; color: #828282;
}
.headinglink {
	color: #000000;
}
.headinglink:link {text-decoration: none;}
.headinglink:visited {text-decoration: none;}
.headinglink:active {text-decoration: none;}
.headinglink:hover {text-decoration: none; color: #D7D7D7;
}
.blacklink {
	color: #000;
	text-decoration:underline;
	font-style: italic;
	font-size: 18pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.transparentlink {
    color: #FFFFFF
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration:underline;
}
.superscript {
	font-size: xx-small;
	vertical-align: top;
} 
.lineheight {
	line-height: 1.6;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, 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;
}
.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;

