@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(images/bg.gif) no-repeat fixed right bottom;
	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: #333333;
}

.supercontainer #container {
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 20px;	
}

.supercontainer #header {
	padding: 0 0 20px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 20px;
	margin-left: 20px;
}

.supercontainer #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
}

.supercontainer #sidebar1 li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
}

.supercontainer #sidebar1 ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: square;
}

.supercontainer #sidebar1 ol li ol li {
	font-size: 1em;
}

.supercontainer #sidebar1 a{
	text-decoration:none;
	color: #006b97;
}

.supercontainer #sidebar1 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

.supercontainer #sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.supercontainer #mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right: solid #000 1px;
}

.supercontainer #mainContent p, li, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;	
}

.supercontainer #mainContent a{

	color: #006b97;
}
link4 {
	color: #775635;
	text-decoration: underline;
}
.supercontainer #mainContent p {
	line-height: 180%;
}


.supercontainer #mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.supercontainer #mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.supercontainer #mainContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.supercontainer #mainContent dl.table-display {
	margin: 0;
}

.supercontainer #mainContent dl.table-display dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 10em;
}

.supercontainer #mainContent dl.table-display dd {
	margin-left: 10em;
}

.supercontainer #mainContent dl.table-display dd ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
}

.supercontainer #mainContent dl.table-display p{
	font-size: 1em;
}


dl.tablestyle3 {
	width: 90%;
	margin: 0;}
.tablestyle3 dt {
	float: left;
	clear: left;
	width: 25%;}
.tablestyle3 dd {
	float: left;
	width: 72%;
	margin-left: 2%;}
* html .tablestyle3 dd {
	float: none;
	margin-left: 25%;}

.nobullet {
	list-style-type: none;
	line-height: 1em;
	padding-left: -10em;
}

.supercontainer #mainContent dl.tablestyle3 dd ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
}

.supercontainer #mainContent dl.tablestyle3 dd p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
}

.supercontainer #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	}
.supercontainer #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #0098d6;
}

.supercontainer #footer h1 {
	color: #009adc;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
}

ol li ol li {
	font-size: 1em;
}

ul li ol li {
	font-size: 1em;
}
ul li ul li {
	font-size: 1em;
	list-style-type: square;
}

.leftAlign {
	text-align: left;
}

td ul li{
	font-size: 1em;
}
img {
	border: none;
}

.tabletitle {
	font-size: 0.5em;
	font-weight: bold;
}

.inlineSubHeader {
	font-weight: bold;
 	padding-right: 10px;
}

.inlineSubHeaderIt {
	padding-right: 10px;
	font-style: italic;
}

.supercontainer #mainContent .tablenotes {
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	line-hight: 100%;
}

.supercontainer #sidebar1 .tablenotes {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-hight: 100%;
}
.link4 {
	color: #775635;
	text-decoration: underline; 
}


.color {
	color: #009ad8;
}


.color0 {
	color: #7e516f;
}

.color1 {
	color: #d7411d;
}

.color2 {
	color: #005674;
}

.color3 {
	color: #b35306;
}

.color4 {
	color: #5e6c4f;
}

.color5 {
	color: #9b182a;
}

.color6 {
	color: #755429;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f4f4f4;
	padding: 0.5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
td {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.oblique {
	font-style: oblique;
	font-weight: bold;
}

.floatBox {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.floatBox a{

	color: #006b97;
}
