@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 30px;
	margin-bottom: 10px;
}
li {
	list-style-type: square;
	margin-left: 10px;
}
sup {
	font-size: 8px;
}
a:link {
	color: #0071c0;
	text-decoration: none;
}
a:visited {
	color: #0071c0;
	text-decoration: none;
}
a:hover {
	color: #5e5e5e;
	text-decoration: none;
}
#menu-links {
	color: #c7ffe7;
	text-decoration: none;
}
#menu-links:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	width: 830px;
	margin: 0px;
	background-color: #818181;
	color: white;
	text-align: left;
}
#title {
	width: 830px;
	height: 27px;
	background: url(../images/page-title.png) left no-repeat #4c4c4c;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #000000;
}
#title-image {
	width: 830px;
	height: 125px;
}

#content-container {
	width: 830px;
}
#content {
	width: 830px;
	padding: 10px 10px 14px 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu-block {
	width: 830px;
	height: 22px;
	background-color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
}
#content-title {
	display: inline-block;
	float: left;
	width: 200px;
	padding: 2px 0 2px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#menu{
	width: 400px;
	display: inline-block;
	float: right;
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.content-break {
	width: 759px;
	height: 14px;
	margin-left: 34px;
}
.paragraph-title {
	width: 806px;
	padding: 2px 0 3px 4px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #4c4c4c;
}
.paragraph {
	width: 784px;
	padding: 8px 14px 2px 12px;
	color: #000000;
	background-color: #f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #939393;
}
#content-bottom {
	height: 0px;
	width:0px;
}
#bottom-bar {
	width: 824px;
	height: 21px;
	background-color: #4c4c4c;
	padding-top: 7px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: #818181 solid 1px;
}
#copyright {
	padding-top: 4px;
	padding-right: 1px;
	width: 829px;
	height: 36px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

/*Articles section*/

#articles-menu {
	float: left;
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	padding: 4px 4px 8px 8px;
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: #4c4c4c solid 8px;
	border-bottom: #939393 solid 2px;
}
#fieldnotes {
	width: 140px;
	padding: 2px 0 2px 8px;
	font-size: 11px;
	font-weight: normal;
}
#articles-content {
	display: inline-block;
	width: 638px;
	background-color: #f3f3f3;
}
.articles-title {
	width: 638px;
	height: 8px;
	background-color: #4c4c4c;
}
.articles-paragraph {
	width: 614px;
	padding: 12px 14px 12px 10px;
	background-color: #f3f3f3;
	font-size: 11px;
	border-bottom: solid 1px #939393;
}
.appendix-table {
	padding: 4px 4px 4px 8px;
	background-color: #c6c6c6;
	text-align: left;
}
.footnote {
	width: 450px; 
	border-top: #999999 1px solid; 
	padding-top: 4px; 
	font-size: 9px;
}

/* HISTORY */

#iframe { border-left:  }