body {
	font-family: Verdana,Geneva,Tahoma,Arial,sans-serif;
	}
	
/* div that holds the internal navigation links */
div#newacq-navlinks {
	font-size:100%;
	width:700px;
	}
div#newacq-pagelinks {
	font-size: 80%;
	width: 90%;
	text-align: justify;
	padding: 2px;
	}
#newacq-pagelinks a:link.current, #header a:visited.current {
	color:#FF0000
	}

#header {background:#3333CC; color:white; position:absolute; top:0;left:0;right:0;margin:0;width:100%;text-align:right;font-weight:bold; white-space: nowrap;}
#header h1, #header p {padding:0.1em 2em 0.1em 10em;margin:0}

#header a {font-size:1em}
#header a:link {color:white;text-decoration:none}
#header a:visited {color:#C2C2C2;text-decoration:none}
#header a:hover {text-decoration:underline}

#header a:link.current, #header a:visited.current {color:#FF0000}
#header a:hover.current {color:#FF0000;text-decoration:none;cursor:default}

/* div that holds the list of records */
div#newacq-recordslist {}

/* Each subject's header */
h2.newacq-subjheading {
		color: #4b4840;
		background-color: #dfddd6;
		font-size: 90%;
		font-weight: bold;
		padding: 0.3em;
		margin-top: 2em;
		}

/* Image that links to feed */
img.newacq-rssimage {
	border: 0;
	}

/* Place the RSS image a little nicer within the heading */
h2.newacq-subjheading img {
	position:relative;
	top:2px;
	}

/* The "return to top" link at the end of each group */
p.newacq-ret2top {
	text-align: right;
	font-size: 80%;
	}

/* Paragraph in which each record lives */
p.newacq-bib {
	font-size: 100%;
	padding-left: 1em;
	}

/* div in which the footer lives */
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 90%;
	background-position: center;
	font-style: normal;
	margin-right: 10%;
	margin-left: 5%;
	margin-top: 1%;
}

/* span in which the title lives */
span.newacq-title {}

/* span in which the publisher lives */
span.newacq-pub {}

/* span in which the call number lives */
span.newacq-callno {}

/* Link to the catalog record */
a.newacq-catlink {
	font-weight: bold;
	}

#meebobox {
	float: right;
	width: 20%;
	font-size: 90%;
}

