BODY {
	background-color: #ffffff;
}
/* "Teaching Boxes" under logo */
.titleText {
	font-size:24px;
	position: absolute;
	top: 16px;
	left: 170px;
	color: #ddbb88;
}
/* "Evidence for Plate Tectonics (6-8)" - side menus header */
.sectionHeading {
	background-color: #E7CEB6;
	font-weight: bold;
	position: absolute;
	top: 57px;
	left: 0px;
	width: 163px;
	height: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sectionHeadingText {
	position: relative;
	left: 7px;
}
/* Inner menu background colors */
.dlese_menuItemBackgroundTop {
	background-color: #ECFEFF;
}
.dlese_menuItemBackgroundInner {
	background-color: #ECFEFF;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
}
.dlese_menuItemHighlight {
	background-color: #ffffff;
}
/* Inner menu link colors */
.dlese_menuItemHighlight A:link {
	color: #007400;
}
.dlese_menuItemHighlight A:visited {
	color: #007400;
}
.dlese_menuItemHighlight A:hover {
	color: #000074;
	text-decoration: underline;
}
.dlese_menuItem A:link {
	color: #000044;
}
.dlese_menuItem A:visited {
	color: #000000;
}
.dlese_menuItem A:hover {
	color: #000074;
	text-decoration: underline;
}

/* TB 3-paned content: top (optional), tabs (optional), main pane */
.tb_content_offset {
	position: relative;
	top: -56px;
	left: -4px;
	width: 100%;
}
.tb_homeContent_offset {
	position: relative;
	top: -3px;
	left: -4px;
	width: 100%;
}
.tb_top {
	width: 101%;
	background-color: #A2F4F4;
	height: 34px;
	font-weight: bold;
	color: #352311;
	margin: 0px;
}
.tb_top_text {
	position: absolute;
	top: 10px;
	left: 10px;
}
.tb_maps {
	width: 100%;
	background-color: #f4e0bb;
}
.tb_grey_line {
	width: 100%;
	background-color: #999999;
	height: 3px;
	font-size: 1px;
}
.tb_tabs {
	width: 100%;
	background-color: #A2F4F4;
	color: #352311
}
.tb_subtabs {
	width: 100%;
	background-color: #000066;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 2px outset #000066;
	border-right: 2px outset #000066;
	border-bottom: 2px outset #000066;
}
/* Top tab styles */
.tab_unselected {
	background-color: #E7CEB6;
	border: 2px outset #ffffff;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: none;
	height: 1.5em;
	margin: 0px;
}
.tab_unselected A:link {
	color: #000066;
	text-decoration: none;
}
.tab_unselected A:visited {
	color: #643464;
	text-decoration: none;
}
.tab_unselected A:hover {
	color: #a400a4;
}
.tab_selected {
	color: #ffffff;
	background-color: #000066;
	border: 2px outset #000066;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: none;
}
.subtab_unselected {
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	border-right: 1px solid #442244;
	font-family: Arial narrow;	
}
.subtab_unselected A:link {
	color: #ffffff;
	text-decoration: none;
}
.subtab_unselected A:visited {
	color: #eeeeee;
	text-decoration: none;
}
.subtab_unselected A:hover {
	color: #ffff00;
	text-decoration: underline;
}
.subtab_selected {
	padding-left: 8px;
	padding-right: 8px;
	color: #ffff00;
	border-right: 1px solid #442244;
	font-family: Arial narrow;
}
.resource_description_brief_odd {
	width: 100%;
	background-color: #FBF8F4;
	padding: 5px;
	border-bottom: 1px solid #444444;
}
.resource_description_brief_even {
	width: 100%;
	background-color: #ffffff;
	padding: 6px;
	border-bottom: 1px solid #444444;
}
.description_brief_title {
	font-weight: bold;
}
.description_brief_url {
	font-size: 90%;
}
.description_brief_title A:link {
	color: #000000;
	text-decoration: none;
}
.description_brief_title A:visited {
	color: #444444;
	text-decoration: none;
}
.description_brief_title A:hover {
	text-decoration: underline;
}
