/*BODY FORMATTING*/
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: white;
	background-image: url(images/bg3.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
h1 {
	margin-left: 10px;
	font-size: 1.6em;
	color: #0149A0;
	border-bottom: 1px solid #0149A0;
}
h2 {
	margin-left: 10px;
	text-align: left;
	font-size: 1.4em;
	color:#666666;
}
h3 {
	margin-left: 30px;
	text-align: left;
	font-size: 1.2em;
	color: #0149A0;
	background-color: transparent;
	}
p {
	margin-right: 24px;
	margin-left: 24px;
	text-align: justify;
	color: black;
	font-size: 1.0em;
	}
p.box {
	margin: 10px;
	color: black;
	font-size: 1.0em;
	}
/* key id used for timeline key text */
p#key {
	font-size: 0.8em;
	text-align: center;
	}
/* timeline/resource image formatting km*/
img.timeline {
	clear: both;
	border-style: none;
	}
tt {
	font-size: 1.5em;
	}
a:link {
	text-decoration: underline;
	color: #0149A0;
	}
a:visited {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	color: #666666;
	}
th {
	background-color: teal;
	color: white;
	font-weight: bold;
	text-align: center;
	}
/* lead class used for Reading Room table headers */
th.lead {
	background-color: silver;
	color: black;
	font-weight: bold;
	text-align: left;
	}
td.caption {
	text-align: center;
	font-style: italic;
	}
form select option {
	color: green;
	}
.defn {
	border-bottom: dotted; 
	border-width: thin; 
	border-color: lime;
	cursor: help;
	}
/*BANNER FORMATTING*/	
#banner {
	width: 100%;
	height: 100px;
	background-color: #537FBD;
	border-bottom: 1px solid #F26A64;
	}
/*MAIN BODY FORMATTING*/	
#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
/* LOGOS ON RESOURCES PAGE km*/
.resIcons {
	float: right;
	margin-left: 12px;
	border-style: none;
	border-color: transparent;
	}
/*items below here were created by Brian, not used by Ken*/
/*MAIN NAVIGATION MENU AT TOP WITH DROP DOWNS*/
#dropnav {
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #F26A64;
	background-color: #FFFFFF;
	}
/*JUST A WRAPPER*/
#wrapper {
	position: relative;
	width: 100%;
	padding: 5px;
}
/*MAIN CONTENT AREA at RIGHT*/
#rightcontents {
	position: absolute;
	top: 20px;
	left: 230px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	visibility: visible;
}
#rightcontents ol {
	text-align: left;
	margin-left: 10px;
	padding: 0px;
	}
#rightcontents ol li{
	margin-top: 5px;
	margin-bottom: -5px;
	}
#rightcontents ol ul {
	text-align: left;
	margin-left: 30px;
	padding: 0px; list-style-type:none
	}
#rightcontents ol ul li {
	margin: 10px;
	}
/*NAVIGATION AT UPPER RIGHT: COMMON TO ALMOST ALL PAGES*/
#navcom {
	position: absolute;
	top: 5px;
	left: 0px;
	font-weight: bold;
	color: #0149A0;
	border: 1px solid #F26A64;
	visibility: visible;
}
#navcom ul {
	text-align: left;
	margin: 0;
	padding: 0; list-style-type:none
}
#navcom ul li {
	width: 195px;
	font-size: 14px;
	font-weight: bold;
	border-left: 12px solid #F26A64;
	background-color: #FFFFFF;
	/*vertical-align: bottom;  Removes unwanted margin in IE */
}
#navcom ul li a:link {
	display: block;
	padding-top: 6px;
	padding-left: 5px;
	height: 46px;
	color: #0149a0;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#navcom ul li a:visited {
	display: block;
	padding-top: 6px;
	padding-left: 5px;
	height: 46px;
	color: #0149a0;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#navcom ul li a:hover {
	display: block;
	padding-top: 6px;
	padding-left: 5px;
	height: 46px;
	color: #F26A64;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#navcom ul li form {
	display: block;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	height: 120px;	
	}
#navcom ul li form input {
	margin: 10px 0 0 10px;
	}
/*NAVIGATION AT LOWERE LEFT: VARIABLE NAV OR MAY CONTAIN BRIEF TEXT OR IMAGE*/
#navvar {
	position: absolute;
	top: 345px;
	left: 0px;
	color: #0149A0;
	border: 1px solid #0149a0;
	background-color: #FFFFFF;
}
#navvar p {
	padding: 5px;
	}
#navvar ul {
	text-align: left;
	margin: 0px;
	padding: 0px; list-style-type:none
}
#navvar ul li {
	display: block;
	width: 189px;
	padding: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #0149A0;
	text-decoration: none;
	border-bottom: 1px solid #0149A0;
	border-left: 12px solid #0149A0;	
	font-size: 10px;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navvar ul li a:link {
	display: block;
	width: 189px;
	padding-top: 10px 0px 0px 5px;
	color: #0149A0;
	height: 17px;
}
#navvar ul li a:active {
	display: block;
	width: 189px;
	padding-top: 10px 0px 0px 5px;
	color: #0149A0;
	height: 17px;
}
#navvar ul li a:hover {
	display: block;
	width: 189px;
	padding-top: 10px 0px 0px 5px;
	background-color: #EEEEEE;
	color: #F56456;
	height: 17px;
}
#navvar p {
	margin: 10px;
}
/*----------------------------------------------------END---------------------------------------------------*/