/* OCLC Western Web Site Layout and Navigation Style Sheet */

body { }

table#header {
	width: 100%;
}

td#orgnav {
	padding: 3px 10px 3px 10px; 
	text-align: right;
	vertical-align: top;
	height: 24px;
}

#orgnav a { 
	margin: 0 0 0 0; 
	padding: 9px 0px 3px 20px; 
}

table#page {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	border-bottom: 9px none #693; 
	border-top: 1px none #666; 
	border-left: 1px none #666; 
	border-right: 1px none #666; 
}

table#pageheader {
	width: 100%;
}

table#pagecontent {
	width: 100%;
}

td#pagec1 {
	width: 150px;
	vertical-align: top;
}

td#pagec2 {
	vertical-align: top;
}

table#footer {
	width: 100%;
	color: #FFF;
}

#footernav p {
line-height: 1.4em;
	vertical-align: top;
}

#footernav td {
	vertical-align: top;
}

#footernav a:link, #footernav a:visited { text-decoration: underline; color: #fff;}
#footernav a:hover, #footernav a:visited:hover { text-decoration: underline ; color: #fff;}

td#footernav {
	padding: 10px;
	color: #FFF;
}

div#logoblock { 
	margin: 0;
	vertical-align: bottom;
}

div#search {
	position: relative;
	width: 130px;
	vertical-align: top; 
	margin: 0 0 0 0;
	padding: 3px 0 0 0px;
	background-color: #FFF; /* #DD7F00 */
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
}

#search a { 
	display: block; 
	margin: 0 0 0 0; 
	padding: 2px 10px 4px 10px; 
	line-height: 120%;
	font-weight:bold;
}

#search a:link, #search a:visited { 
	text-decoration: none; 
	color: #666;
}

#search a:hover, #search a:visited:hover { 
	text-decoration: none ; 
	color: #FFF; 
	background-color: #FF7600;
	background-image: url("arrow_on.gif"); 
	background-position: 120px 4px;
	background-repeat: no-repeat;
}

#search form {
	display: block; 
	margin: 0 0 0 0; 
	padding: 4px 10px 4px 10px; 
}

td#sectionnav {
	padding: 0px; 
	background-color: #C7C6FF;
}

td#contentarea, div#contentarea {	
	padding: 0px 36px 30px 24px;
}

td#contentareafull, div#contentareafull {	
	padding: 0px 24px 24px 24px;
}

/* basics */

body {	
/*	text-align: center; */
	margin: 0px;
	background: #FFF; 
}

/* crumbs */

#crumbs { 
	padding: 9px 20px 16px 0px; 
	line-height: 120%; 
	color: #666;
}

#crumbs a:link, #crumbs a:visited { text-decoration: none;}
#crumbs a:hover, #crumbs a:visited:hover { text-decoration: underline;}

#bottomlinks { 
	padding: 0px 36px 24px 24px; 
	line-height: 120%; 
	color: #666;
}

#bottomlinks a:link, #bottomlinks a:visited { text-decoration: none;}
#bottomlinks a:hover, #bottomlinks a:visited:hover { text-decoration: underline;}

/* ----------------------font sizes---------------------- */

/*   Todd Fahrner's keyword hack for IE           */
/*   http://alistapart.com/stories/sizematters/   */

#searchhelp p, #searchhelp li {
	font-size: 85%;
}

td#orgnav, #footernav p, div#regionlabel, td#sectionnav, #crumbs, #bottomlinks, #search a {
		font-size: xx-small; 
    	voice-family: "\"}\"";   
    	voice-family: inherit;   
    	font-size: x-small;         
}


