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

body,td,th, p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	
}
body {
	background-color: #FFF;
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 100px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #526C85;
	font-size: 2em;
	line-height: 2em;
}
.noUnderline{
	text-decoration:none;	
}
.paleBlueHead {
	color: #D0E8F4;	
}
.charcoal{
	color: #333;
}
.palecharcoal{
	color: #CCC;
}
a {
	color: #6285C7;
}
H2 {
	color: #526C85;
}
H3 {
	color: #526C85;
}
H4 {
	color: #526C85;
}
#content {
	min-width: 800px;
	padding: 10px;
}

#mainText {
	width: 630;	
}


#rightPanel{
	min-width: 800px;
	background-color: #806641;
	padding: 10px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.4em;
}
.bodyQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}
.endnoteNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: super;
	line-height: 1.2em;
	font-weight: bolder;
}
.endnoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
}
.figureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
	text-align: center;
	color:#333;
}

/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#fff;
	padding: 10px;
 
    width:1020px;
    min-height:220px;

 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #333;
    -webkit-box-shadow: 0 0 90px #333;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.imageLink {
	cursor:pointer;
}
.contentsList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
}
.referenceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-indent: -30px;
}
#titleText {
	width: 750px;
}
#noteText {
width: 600px;	
}
h2 {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #526C85;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	min-width: 200px;
	max-width: 700px;
	border: 1px solid #999;
	background-color: #eee;
	padding: 7px;
	opacity: 0.90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9 px;
}
#relationships {
	background-color: #FFC;
}
.who {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
}
