body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: red;
}
#page_table {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}
#page_content_cell {
	width: 851px;
}
#page_left_cell {
	background-color: #ffffff;
	background-image: url(/images_local/LHS_gradient_sample.png);
	background-repeat: repeat-y;
	background-position: top right;
}
#page_right_cell {
	background-color: #ffffff;
	background-image: url(/images_local/RHS_gradient_sample.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.title {
	color: #4065b6;
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.title_small {
	color: #4065b6;
	font-size: 1.3em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.subheading {
	color: #050505;
	font-size: 1.5em;
	font-style: italic;
}
.ItalicHeader {
	color: #000000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	
}
.sideheading {
	background-color: #fea201;
	background-image: url(/images_local/navigate_the_library_orange_bar.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding:5px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 3px;
	margin-right: 3px;
}
.story_head {
	font-weight: bold;
}
.centerlink a {
}
/*** basic layout divs ***/
#global_top {
	width: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#container {
	
}
.nav_container {
	float: left;
	width: 213px;
}
.nav_left_top {
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 0;
	background-image: url(/images_local/LHS_gray_outline_TOP.gif);
	background-repeat: no-repeat;
}
.nav_left_middle {
	border-left: 1px #a4a4a2 solid;
	border-right: 1px #a4a4a2 solid;
	padding: 0;
	margin: 0;
}
.center_content	{
	background-color: #ffffff;
	padding-left: 220px;
	padding-right: 4px;
}
#footer {
	width: 100%;
	background-color: #4065b6;
	background-image: url(/images_local/footer_eyebrow.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	color: #FFFFFF;
	padding-top: 7px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.content_right {
	float: right;
	width: 228px;
	background-color: #dfded9;
	margin-left: 5px;
}
.biblio_lower {
	list-style-type: none;
}
	
/* all side boxes */
.sideboxHead {
	background-color: #c0c2b5;
	background-image: url(/images_local/LHS_dark_gray_TOP_rounded.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;

}
.sideboxBody {
	background-color: #dfded9;
	background-image: url(/images_local/LHS_dark_gray_BOTTOM_rounded.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0;
	padding-right: 0px;
	padding-left: 5px;
	border-top: 1px #dfded9 solid;
	padding-bottom: 5px;
}
.sideboxBodyWhite {
	background-color: #FFFFFF;
	background-image: url(/images_local/LHS_dark_gray_BOTTOM_rounded.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0;
	padding-right: 0px;
	padding-left: 5px;
	border-top: 1px #dfded9 solid;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 9px;
	width: 180px;
}

/* classes used in the Category select box */
.application {
	color: #000000;
	font-weight: bold;
	padding-left: 7px;
	margin-left: 0;
	list-style-position: inside;

}
.applicationSel {
	list-style-image: url(/images_local/MINUS.png);
	background-color: #efeeec;
	font-weight: bold;
}
.applicationSel a {
	text-decoration: none;
	font-weight: normal;
}
li.applicationSel {
	behavior:url("/css/IEFixes.htc");
	cursor: pointer;
}
li.applicationSel ul li {
	behavior:url("/css/IEFixes.htc");
}
.applicationCurrent {
	color: #fca204;
	list-style-type: none;
	list-style-image: url(/images_local/MINUS.png);
	background-color: #efeeec;
	font-weight: bold;
}
li.applicationCurrent {
	behavior:url("/css/IEFixes.htc");
	cursor: pointer;
}
.applicationCurrent a {
	color: #fca204;
	text-decoration: none;
	font-weight: normal;
}
.applicationCurrentHide {
	color: #fca204;
	list-style-image: url(/images_local/PLUS.png);
	background-color: #efeeec;
}
li.applicationCurrentHide {
	behavior:url("/css/IEFixes.htc");
	cursor: pointer;
}
.applicationHide {
	list-style-image: url(/images_local/PLUS.png);
	background-color: #dfded9;
}
li.applicationHide {
	behavior:url("/css/IEFixes.htc");
	cursor: pointer;
}
.applicationHide a {
	color: #000000;
}
.category {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: list-item;
	background-color: #dfded9;
	padding-left: 20px;
	margin-left: 0px;
}
.categoryHide {
	display: none;
}
.categoryHide:active 
.categoryHide.active {
	display: list-item;
}

.categorySelected {
	background-color: #efeeec;
	color: #fca204;
}
.category a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.categorySelected a {
	color: #fca204;
}
.category li {
	behavior:url("/css/IEFixes.htc");
}
.category li:hover,
.category li.hover {
	background-color: #efeeec;
}

/* classes used for bookmarks box */
.bookmarkHead {
	background-color: #fea201;
	background-image: url(/images_local/LHS_dark_gray_TOP_rounded.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bookmarkHead a {
	color: #000000;
}
.whatsthis {
	font-size: .75em;
}
.whatsthis a {
	color: #000000;
}

/* classes used for results table */
.resultTable {
	width: 623px;
	margin: 0;
}
.resultRow0 {
	background-color: #f6f6f6;
	color: #1291a4;
}
.resultRow0 td {
	padding-left: 11px;
}
.resultRow0 a {
	color: #1291a4;
}
	
.resultRow1 {
	background-color: #FFFFFF;
	color: #1291a4;
	padding-left: 11px;
}
.resultRow1 td {
	padding-left: 11px;
}
.resultRow1 a{
	color: #1291a4;
}
.headerRow {
	background-color: #4065b6;
	color: #ffffff;
	text-align: left;
}
.headerRow th {
	padding: 9px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.headerRow a {
	color: #ffffff;
}
.belowHeaderRow {
	background-color: #4065b6;
	background-image: url(/images_local/center_column_blue_eyebrow_TOP.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	height: 12px;
}

/* classes for the resource select */
.doctype {
	list-style-type: none;
	padding-left: 8px;
	* margin-left: -0px;
}
.doctype a {
	color: #000000;
}
.doctypeCurrent {
	background-color: #efeeec;
}
.doctypeCurrent a {
	color: #fca204;
}

/* classes used for  sidebar */
.sidebar_title {
	background-image: url(/images_local/RHS_Sidebar_Eyebrow_TOP.gif);
	background-repeat: no-repeat;
	background-color: #6f8dc9;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}
.sidebar_body {
	padding: 5px;
	background-color: #c0cee9;
}


/*  global nav styles */
div.navigation-top {
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
}
div.navigation-top a {
	color: #FFFFFF;
	text-decoration: none;
}
div.navigation-top div {
	text-transform: uppercase;
	position: relative;
	float: left;
	behavior:url("/css/IEFixes.htc");
	height: 30px;
	z-index: 100;
}

div.navigation-top div ul {
	position: absolute;
	visibility: hidden;
	behavior:url("/css/IEFixes.htc");
	top: 15px;
	*top: 25px;
	left: 0;
	background-color: #f7f7f7;
	z-index: 1;
	list-style-type: none;
	width: 200px;
	border: 1px #bcbcbc solid;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

div.navigation-top div:hover ul,
div.navigation-top div.hover ul,
div.navigation-top div ul:hover,
div.navigation-top div ul.hover {
        visibility: visible;
}

div.navigation-top div ul a {
	color: #000000;
	text-decoration: none;
}
div.navigation-top div ul a:hover {
	font-weight: bold;
}

div.navigation-top div ul li {
	padding-top: 10px;
}

div.search-top {
	background-color: #FFFFFF;
	height: 33px;
	margin: 0;
	padding-left: 5px;
}
div.link-top {
	width: 134px; 
	background-color: #4065b6;
	background-image: url(/images_local/global_CENTER_background.gif);
	behavior:url("/css/IEFixes.htc");
	height: 33px;
	margin: 0;
	border: 0px red solid; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0;
}
div.home-top {
	width: 42px;
	background-color: #4065b6;
	background-image: url(/images_local/global_LHS_background.gif);
	background-repeat: no-repeat;
	behavior:url("/css/IEFixes.htc");
	height: 33px;
	margin: 0;
	border: 0px red solid; 
	text-align: center;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div.home-top:hover,
div.home-top.hover {
	background-color: #5075c6;
	background-image: url(/images_local/global_LHS_ROLLOVER_background.gif);
}
div.link-top:hover,
div.link-top.hover {
	background-color: #5075c6;
	background-image: url(/images_local/global_CENTER_ROLLOVER_background.gif);
}
.small_top {
	font-size: 8px;
}

/* Image library styles */
.library {
        border: 0;
	width: 98%;
}

table.library td {
	vertical-align: top;
	padding-bottom: 5px;
	text-align: center;
	width: 20%;
}

.title_link a {
	color: #000000;
	text-decoration: none;
}
.title_link a:visited {
	color: #000000;
	text-decoration: none;
}
.title_link a:hover {
	color: red;
	text-decoration: none;
}
.title_link2 a:hover {
	color: red;
}

div.abstract_link {
	behavior:url("/css/IEFixes.htc");
	position: relative;
	background-image: none;
}
div.abstract_link div {
	position: absolute;
        visibility: hidden;
        behavior:url("/css/IEFixes.htc");
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 8px;
	z-index: 1;
	width: 500px;
	left: 0;
	top: 25px;
	background-image: none;
}
div.abstract_link:hover div,
div.abstract_link.hover div,
div.abstract_link div:hover,
div.abstract_link div.hover {
	visibility: visible;
	background-image: none;
}

	 
