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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	font-size: 12px;
}

a:link {
 color: #990000; 
 text-decoration: none; 
}

a:visited {
 color: #990000; 
 text-decoration: none; 
}

a:active {
 color: #CC9900; 
 text-decoration: none; 
}

a:hover {
 color: #CC9900; 
 text-decoration: underline; 
}

/*
#menubar {
	text-align:center;
	list-style:none;
	margin:0 auto;
	
}

#menubar li {
		display:inline
}
*/

.oneColFixCtrHdr #container {
	width: 920px;  /* 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. */
}


.oneColFixCtrHdr #maintbl {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 40px;
}

.oneColFixCtrHdr #header {
	background-color:#990000;
	height:80px;
}

.oneColFixCtrHdr #quicklinks {
	font-family: Verdana, Helvetica; 
	font-size: 9.5px; 
	color: #736F6E;
	height:13px;
	text-align:right;
	padding-right:10px;
	padding-top:3.5px;
}

.oneColFixCtrHdr #quicklinks a {
	color: #999;
	text-decoration:none;
}

.oneColFixCtrHdr #quicklinks a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.oneColFixCtrHdr #footer {
	padding: 5px;
	background: #CCCCCC;
	font-family: Verdana, Helvetica;
	font-size: 9.5px;
	text-align:center;
	color: #666;
}

.oneColFixCtrHdr #footer a {
	color:#990000;
	text-decoration: none;
}

.oneColFixCtrHdr #bottom {
	height:12px;
	background-color:#990000;
}

.headerlg {
	font: bold 22px Georgia, "Times New Roman", Times, serif; 
	color: #990000; 
	border-bottom: 1px solid #B5B69C 
}

.oneColFixCtrHdr #navlinks {
	font-family: Verdana, Helvetica; 
	font-size: 9.5px; 
	color: #494A37;
	padding: 5px 20px;
}

.lineageName {
	color:#900000;
	text-align:left;
	font-size: 1.13em;
	font: 18px Georgia, "Times New Roman", Times, serif; 
}
.lineageYear {
	color:#900000;
	text-align:center;
	font-size: 2em;
	font: bold 22px Georgia, "Times New Roman", Times, serif; 
}
