@charset "utf-8";


body  {
	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;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.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;
}
.tradition {
	font-variant: small-caps;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}
.biblio {
	font-style: italic;
	font-variant: normal;
	text-decoration: underline;
	font-weight: bold;
}
.blurbtitle {
	font-size: large;
}

.footnote {
	font-size: x-small;
	vertical-align: super;
}
.footnotebottom {
	font-family: "Arial Narrow";
	font-size: x-small;
}


.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 75px;
}

.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 */
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
} 

.twoColFixRtHdr #container #mainContent p {
	text-align: justify;
}

.twoColFixRtHdr #container #mainContent h1 {
	text-align: center;
}

.twoColFixRtHdr #container #mainContent img {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px;
	margin-left: 2px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #sidebar1 p {
	text-align: justify;
	font-size: 11px;
}

.twoColFixRtHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
}
.twoColFixRtHdr #container #header img {
	position: absolute;
	z-index: 100;
	top: -25px;
	right: 75px;
	height: 140px;
	width: 100px;
}

.twoColFixRtHdr #footer {
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
} 
.twoColFixRtHdr #container #mainContent h3 {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #Autonomic_Table caption {
	padding-bottom: 20px;
	font-size: large;
}


.attribution {
	font-size: 95%;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent table th {
	text-align: center;
}
.character {
	font-variant: small-caps;
	font-size: 80%;
	font-weight: bold;
}
.emphasis {
	font-style: italic;
	text-decoration: underline;
}
.longquote {
	padding-right: 27px;
	padding-left: 27px;
	font-size: 10pt;
}
.longquote_attribution {
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
}

.twoColFixRtHdr #container #header h2 {
	margin-left: 75px;
	margin-top: -10px;
	margin-bottom: 45px;
}
.twoColFixRtHdr #container #mainContent ul {
	padding-bottom: 10px;
}
#mainContent ul li {
	margin-bottom: 15px;
}
.tip {
	border:solid 1px
                    #666666;
	width:50px;
	padding:5px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
	top:-1px;
	left:-10px;
	background-color:#9EDEDE;
	layer-background-color:#ffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
}
                  
.characterheaddeemphasis {
	font-size: 80%;
}
.extra_help {
	text-indent: -9999px;
	position: absolute;
}
.byline {
	font-size: 42%;
	margin-left: 45px;
	color: #FFFFFF;
}
.by {
	font-size: 60%;
	margin-right: 6px;
}
#Arch and Foot Message {
	border: thin solid #000000;
}
.twoColFixRtHdr #container #mainContent ol li {
	margin-bottom: 12px;
}
.twoColFixRtHdr #container #mainContent h4 {
	text-align: center;
}
.pseudo_list {
	margin-left: 20px;
	margin-right: 20px;
}
.twoColFixRtHdr #container #mainContent #BlackBoxWarning {
	border: medium solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box {
	border: thin solid #000000;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 95%;
	padding: 10px;
}
