@charset "utf-8";
/* CSS Document */

body { width: 802px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	background-color:#999;
}
h1 { font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}
h2 { background-color: #58708c;
	color: #fff;
	font-size: 12px; 
	padding: 4px;
	margin-top: 0px;
}
h3 {font-size: 16px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 4px; 
}
h4 {font-size: 14px;
	padding: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 4px; 
}
p { margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 8px; 
}
.p2 { margin-left: 10px;
    margin-right: 10px;
	font-size: 11px; 
}
.main { 
	border: 1px solid black 
}
#flashmenu { position: relative;
	width: 800px;
	height: 26px;
	background-color:#CCC;
}
#flashbanner { position: relative
	width: 800px;
	background-color:#CCC;
}
.nav2 {
	background-color: #002654;
	color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	margin-top: -4px;
	padding: 2px;}
.bottomnav {
	color: #002654; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding: 4px;
	border-top-width: thin;
	border-top-color: #666;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #666;
	border-bottom-style: solid;
	background-color:#fff;
}
.footer {
	color: #666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: left;
	padding: 4px;
	background-color:#fff;
}
.bottomnav a:link, .bottomnav a:visited {
	text-decoration: none; color: #002654; }
.bottomnav a:hover {
	text-decoration:underline; }
.rightcolumn {
	border: 1px solid gray;
	margin: 10px;
	width: 30%;
}
.leftcolumn { width: 160px; 
}
.leftcolumn2 { width: 160px; 
}
#tablelinks { width: 178px;
	font-size: 10pt;
	font-weight: 600;
	line-height: 185%;
	margin-left: -20px;
}
#tablelinks a:link, #tablelinks a:visited {
	color: #002654;
	text-decoration:none;
}
#tablelinks a:hover {
	color: #58708c;
	text-decoration:none;
}
#tablelinks ul {
	list-style-type: none;
}
#ad2 {	width: 160px;
	padding-left: 0px;
	color: #000;
	font-size: 8pt;
}
.content {
	padding: 10px;
	font-size: 10pt;
}
td {
	vertical-align: top;
}
.treename {
	font-size: 12px;
	font-weight: bold;
	color: #002654;
}
.treeinfo {
	font-size: 12px;
	color: #000;
}
.treeinfosmall {
	font-size: 10px;
	color: #000;
}
.rightscroll {
	width: 152px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000000;
	font-size:8pt;
	margin-left: 10px;
	left: -3px;
	top: -12px;
	border-bottom: 1px solid #ccc;
}

#rightscroll p	{
	margin-top: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px black solid;
}

table.timeline {
	border-collapse: collapse;
}

table.timeline p {
	padding-top:4px;
}

table.timeline h4 {font-size: 14px;
	padding: 4px;
	padding-top:4px;
	padding-right:0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 4px; 
	overflow:hidden;
}

table.timeline col {
	border-right:1px solid #002654;
}

.articleLft { 
	width: 280px; 
	float:left;
	margin-right:15px;
	border-right:#ccc dotted 2px;
	padding-right:12px;
}

.articleRt { 
	width: 280px; 
	float:left;
	margin-right:15px;
}

.borderTop {
	border-top:#ccc dotted 2px;
	margin-left:10px;
	margin-top:5px;
}

.credit {
	font-size:9px;
	color:#999;
}

.credit a:link, .credit a:visited {
	font-size:9px;
	color:#999;
}

.blogLink {
	text-align:center;
	font-size:12px;
}

.dykBG {
	display:block;
	background-color:#e8e8e8;
}