body {
	color: #000000;
	background: #ffffff;
	margin-top: -10px;
	margin-left: -10px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;	
	}

/* Decorative H2 with "line" image background */
h2.h2-decorative{
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #7DBAB4;	 
	}
h2.decorative{
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #7DBAB4;	 
	}	

h4.h4-decorative {
	font-family: sans-serif;
	color: #174444;
	background: #ffffff;
	}
	
/* Main page heading */	
p.banner {
	text-align: left;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
	margin: 0em;	
	padding: 4px 0px 0px 12px;
	}

/* Left navigation bar category headings */
p.nav-header {
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	padding: .3em 0em .3em .3em;
	}

/* Left navigation bar link paragraphs */
p.main-nav {
	color: #ffffff;
	background: #fffaf0;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	font-weight: normal;
	margin: 0em;
	padding: .2em 0em .6em .4em;
	}

/* Left navigation bar link paragraphs (bottom cell) */
p.main-nav-bottom {
	color: #000000;
	background: #fffaf0;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	font-weight: normal;
	margin: 0em;
	padding: .2em 0em .6em .4em;
	}	

/* Research Guide top navigation */	
p.rg-nav {
	text-align: left;
	font-family: arial, sans-serif;
	font-size: smaller;
	margin: 0em;	
	padding: 8px 0px 0px 12px;
	}

/* Main content "small" paragraph */	 
p.small {
	font-size: 80%;
	}

/* Bottom navigation link paragraph */
p.bot-nav {
	text-align: center;
	font-size: x-small;
	}

/* Footer paragraph */
p.footer {
	font-size: 65%;
	text-align: center;
	margin: .5em;
	}
		 
/* Main navigation links */																	 
a.nav:link {
	color: #000000;
	background: #fffaf0;
	text-decoration: none; 												
	}	
a.nav:visited {
	color: #000000;
	background: #fffaf0;
	text-decoration: none; 												
	}		


/* Footer links */
a.footer-nav:link {
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
	}	
a.footer-nav:visited {
	color: #000000;
	background: #ffffff;
	text-decoration: underline; 												
	}	


/* Links in the bottom navigation bar */
a.bot-nav:link {
	color: #ffffff;
	background: #006666;
	text-decoration: none; 												
	}	
a.bot-nav:visited {
	color: #ffffff;
	background: #006666;
	text-decoration: none; 												
	}

			
/* "Invisible" skip-navigation link in the page header */
a.skip-nav:link {
	color: #006666;
	background: #006666;
	text-decoration: none; 												
	}
a.skip-nav:visited {
	color: #006666;
	background: #006666;
	text-decoration: none; 												
	}	


/* Main page banner header */	
th.banner { 
	color: #ffffff;
	background: #006666;
	}

/* Left navigation category header */
th.nav-header { 
	color: #ffffff;
	background: #006666;
	font-family: arial, helvetica, sans-serif;	
	}

/* Current left navigation category header */
th.nav-header-current { 
	color: #ffffff;
	background: #99CCCC;;
	font-family: arial, helvetica, sans-serif;	
	}

/* Ensures that all table cells have correct font-family */
td {
	font-family: arial, helvetica, sans-serif;
	}

/* Individual left navigation cell */
td.nav {
	color: #000000;
	background: #fffaf0;
	text-align: left;
	}

/* Main "container" left navigation cell */
td.nav-left { 
	color: #ffffff;
	background: #ffffff;	
	}

/* Main content area */
div.content {
	margin: 1.3em 1.5em 1.5em 1.5em;
	padding: 0em;
	font-family: arial, helvetica, sans-serif;	
	}

/* The following div styles the main Research Guide content table cell and div */
div.rg-content {
	margin: 1.3em 4em 1.5em 4em;
	padding: 0em;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	}

/* Used to allow the COD logo to expand with a black background */
td.black {
	color: #000000;
	background: #000000;
	}

/* Not used */
td.green {
	color: #99CCCC;
	background: #99CCCC;
	}

/* Table cell at bottom left of the page, next to bottom navigation */
td.filler {
	color: #0066666;
	background: #006666;
	border: 1px solid #000000;
	}

/* Not used in netscape version */
td.bot-nav {
	color: #FFFFFF;
	background: #006666;
	text-align: center;
	font-size: smaller;
	padding: 7px;		
	}

/* Research Guide navigation */
td.rg-nav {
	color: #000000;
	background: #fffaf0;
	text-align: left;
	}
/* Research Guide bottom navigation */
td.rg-nav-bot {
	color: #000000;
	background: #fffaf0;
	text-align: center;
	font-size: smaller;
	padding: 6px;
	}

/* Banner image in research guide */
td.rg-img {
	padding-left: 0px;
	}

/* Misc. inline classes */
.gold-highlight {
	color: #000000;
	background: #CCCC99;
	}

/* "Invisible" skip navigation text */
.skip-nav {
	/* display:none; */
	/* font-size: 1pt; */
	color: #006666;
	background: #006666; 
	}

/* Definition list fixes */
dt {
	font-family: sans-serif;
	}
dl {
	font-family: sans-serif;
	}

/* ---------------------------------------- */	
/* Below are page specific, "custom" styles */
/* ---------------------------------------- */

/*The following styles the main links on the Copyright informatin main page */ 
a.copy-nav:link {
	color: #006666;
	background: #ffffff;
	text-decoration: none; 												
	}	
a.copy-nav:visited {
	color: #006666;
	background: #ffffff;
	text-decoration: none; 												
	}	
		
/* Special H3 styling for the articles and databases page and search the web page */
/* This just decreases the margin size */		 
h3.search {
	color: #006666;
	background: #ffffff; 
    margin: 0em;
	font-family: sans-serif;	 
	}
p.search {
	font-size: smaller;
	margin: 0em;
	}
	
/* This styles table cells on the "Contact Us" page*/
/* The table header is teal with a black underline */
td.contact {
	font-size: smaller;
	}
th.contact {
	text-align: left;
	color: #000000;
	background: #99CCCC;
	}
p.contact {
	margin: 0em;
	padding: .2em;
	}

/* This styles table cells on the "Article and Book Reserves" pages, */
/* The table header is teal with a black underline */
td.reserve {
	font-size: smaller;
	}
th.reserve {
	font-size: smaller;
	text-align: center;
	color: #000000;
	background: #99CCCC;
	}

/* Makes the list of research guides a small-sized font */
ul.research {
	font-size:10pt;
	font-family: arial, sans-serif;
	}

/* The styles below are for the C.O.D. library catalog page that resides at http://lrc.cod.edu/ */


/* Link styles for each button (gray border/white background) */        
a.catalog {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #006666;
	text-decoration : none; 
	background: transparent; 
	}
a.catalog:visited {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #006666;
	text-decoration : none; 
	background: transparent; 
	}
a.catalog:active {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #006666;
	text-decoration : none; 
	background: transparent; 
	}
/* End of catalog main page (lrc.cod.edu) */	
						
/* The following styles are for the library catalog page that resides at resources/catalogs.htm */
p.cod-catalog-link {
	font-weight:bold;
	font-size: large;
	}

a.catalog2 {
	color : #006666;
	text-decoration : none; 
	background: transparent; 
	font-weight: bold;
	}
a.catalog2:visited {
	color: #006666; 
	text-decoration : none;
	background: transparent;
	font-weight: bold;
	}
a.catalog2:active {
	color: #006666; 
	text-decoration : none;
	background: transparent;
	font-weight: bold;
	}
	
li.catalog {
	font-size:10pt;	
	}
	
/* The following styles are for db 'o' db realted pages */
dl.db {font-size:small;}

/* dt.db {
	font-weight:bold;
	font-size:x-small;
	}
dd.db {
	font-size:x-small;
	} */
th.db {
	text-align:left;
	font-size:smaller;
	}
p.db-breadcrumbs {
	 font-size:x-small;
	 }			
a.db-breadcrumbs {
	color : #006666;
	background: #ffffff; 
	}
a.db-breadcrumbs:visited {
	color : #006666;
	background: #ffffff; 
	}
a.db-breadcrumbs:active {
	color : #006666;
	background: #ffffff; 
	}
span.db-dd-link {
	font-size:x-small;
	}
p.db-index {
	padding:0;
	margin:0;
	text-align: left;
	}
th.db-index {
	padding:0;
	margin:0;
	text-align: left;
	}
ul.db-index {
	font-size:smaller;
	}

p.warning {
	font-size:smaller;
	color:red;
	background:white;
	}		
div.div-sidebar-full-db {
	margin:0em;
	padding: 0px 0px 0px 15px;
	color:#000000;
	background:#FFFFFF;
	font-size:70%;
	}
div.div-db-news-title {
	font-size:80%;
	font-weight:bold;
	}
p.p-sidebar-db {
	
	}
	
/* Additional content styles - not in content.css in order to style differently in Netscape and non-Netscape */

div.div-decorative { 
	}	
	
div.div-sidebar-full {
	border:1px solid #7DBAB4;
	font-family: Arial, Helvetica, sans-serif;
	padding: .5em;
	font-size:small;
	}
div.div-sidebar-half {
	float:none;
	width:47%;
	padding:.5em;
	border:1px solid #7DBAB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	}
div.div-sidebar-title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}


h5.h5-sidebar-title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
ul.ul-green-square {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

ul.ul-green-square li  {
	font-family: Arial, Helvetica, sans-serif;
	}
	
ul.ul-green-arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
ul.ul-green-arrow li {
	font-family: Arial, Helvetica, sans-serif;
	}

table.table-underline th {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
table.table-underline td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

table.table-blue th {
	color: #000000;
	background-color: #59B3B3;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
	
table.table-blue td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
td.td-gray {
	color: #000000;
	background-color: #E9EAEA;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p.p-breadcrumbs {
	 font-size:63%;
	 }
p.p-breadcrumbs a:link {
	color : #006666;
	background: #ffffff; 
	}
p.p-breadcrumbs a:visited {
	color : #006666;
	background: #ffffff; 
	}
p.p-breadcrumbs a:active {
	color : #006666;
	background: #ffffff; 
	}
	
	
span.code {
	color: #990066;
	background-color: #FFFFFF;
	}






/* Special style for fullscreen catalog header and footer */
div.catalog-content {
	margin: .5em 2em .5em 2em;
	padding: 0em;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	}
p.rg-nav-bot-catalog {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: smaller;
	margin: 0em;	
	padding: 3px 0px 8px 0px;
	}
/* Bottom navigation link paragraph */
p.bot-nav-catalog {
	text-align: center;
	font-size: x-small;
	margin: 0em;	
	padding: 5px 0px 9px 0px;
	}
	
	
/* Styling for the new quick links sections on left hand nav of non-secondary pages */
#quickLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: disc #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#quickLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#quickLinks a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none; 												
	}	
#quickLinks a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none; 												
	}	
#quickLinks a:hover {
	color: #000000;
	background-color: transparent;	
	text-decoration: underline; 												
	}		
#quickLinks a:active {
	color: #000000;
	background-color: transparent;	
	text-decoration: none; 
	}
#resourceLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: square #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#resourceLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#researchLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: square #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#researchLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#serviceLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: square #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#serviceLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#aboutLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: square #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#aboutLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#newLinks ul {
	padding: 0em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:7px;
	margin-left: -21px; 
	list-style-type: square #006666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	color: #006666;
	background-color: transparent;
	}
#newLinks li {
	margin: 0em;
	padding-top: .1em;
	padding-bottom: .1em;
	}
