#centercolumn,/* All new pages are linked to this page. When all pages are updated, I will incorporate this into styles.css AL 1/27/09 */ #rightnav, #rightCol, #leftCol {
	font-size: 12px;
	color: #444444;
	padding-top: 12px;
}
#centercolumn h1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 1em;
}
#centercolumn    h2, #rightnav   h2, #rightCol h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#centercolumn  h3, #rightnav   h3, #rightCol h3 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#centercolumn   p, #rightnav p {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#centercolumn .first, #rightnav .first {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clearBoth {
	clear: both;
}

.floatlft {
	float: left;
	margin-right: 5px;
}
.floatrt {
	float: right;
	margin-left: 5px;
}

ul.simplelist {
	line-height: 18px;
	margin: 1em 0 0 3em;
	padding-left: 0px;
	padding-bottom: 5px;
}

/*For UL that have a lot of text*/
.txtlist {
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
}
.txtlist li {
	margin-bottom: 1em;
}
/*end*/

/*On policies/account.html*/
table.circ {
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 1em;
}
table.circ th {
	text-align: left;
	color: #333366;
	background: #EAE9EB;
}


table.circ  td, table.circ th {
	padding: 0.35em;
	border: 1px solid #DBD9DD;
}
/*end*/

/*RAQ main page*/
.faq dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 1.5em;
	border-top: 1px solid #CCCCCC;
	padding-top: 0.5em;
}
.faq dd {
	margin-left: 0px;
	padding-left: 0px;
}

/*this is the default booklist */

dl.booklist {
	margin-top: 3em;
}
dl.booklist dt  {
	clear:left;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: #000099 1px dotted;
}
dl.booklist dt img {
	float:left;
	margin: 20px 0 1.5em 0;
	border: 1px solid #CCCCCC;
	padding: 5px;
}	
dl.booklist dt p {
	float:left;
	min-height: 94px;
}
dl.booklist dd  {
	margin:0 0 0 130px;
	width: auto;

}
.title {
	font-size: 13px;
	font-weight: bold;
}

.description {
	margin-top:0.5em;
}
/*end*/

/*booklist that has some lines and space inbetween the listings and is being used in the third column to list book covers and titles.*/
ul.booklist3 {
	margin: 0em;
	padding: 0;
	list-style-type: none;
	width: 140px;
}

ul.booklist3 li {
	clear: both;
	margin:0;
	padding: 10px 0;
	border-bottom: 1px #999999 dotted;
	min-height: 125px;
}
ul.booklist3 li img {
	display: block;
	padding: 5px;
}	


/*Career Opp page*/
dl.table-display {
	margin-top: 0px;
}
.table-display dt {
	float: left;
	clear: left;
} 
.table-display  dd {
	margin: 0 0 0 9em;
	padding: 0 0 0.5em 0;
}
/*Subject pages (business, jobs)*/
h2.bluebg{
	background-color:#1A588F;
	padding-top:.25em;
	padding-left:.25em;
	padding-bottom:.25em;
	border:1px solid #dbded7;
	color: #FFFFFF;
}
h2.greenbg{
	background-color:#e3f0d3; 
	padding-top:.25em;padding-left:.5em; 
	padding-bottom:.25em;
	border:1px solid #dbded7;
}
h2.lightbluebg {
	background-color:#D3E6E7;
	padding-top:0.25em;
	padding-bottom:0.25em;
	text-align:left;
	border:1px solid #9c8ca2;
}

.brightpurplebg {
	background-color: #770F7F;
	color: #FFFFFF;
	padding-top: .25em;
	padding-bottom:	.25em;
	text-align:center;
	border:1px solid #9c8ca2;
}
	
h3.underline_subtopic {
	border-bottom:solid 1px #999999;  
	padding-bottom:3px;
}
.bold_subtopic {
	font-weight:bold;
}
dl.database_list {
	margin-top: 25px;

}

dl.database_list dt img {
	float: left;
	padding: 0 1em 2em 0;
}
dl.database_list dt {
	clear: left;
	margin: 0;
}
dl.database_list dd {
	margin: 0;
}
.eventbanner {
	display: block;
	margin: 0 auto 20px;
}

.centeredImage {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}


/*red box currently used for career pages announcement */
/*to get it to center on a page, use in combination with centeredImage style above -- class="redBox centeredImage" */

div.redBox {
	border: 1px solid #CC0000;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #CC0000;
	width: 80%;
	padding: 5px 5px 5px 5px;
	text-align: left;
	clear: both;
}

/*class to get list items to have a bit of space inbetween them. */

.listSpacer li {
	margin-bottom: 1em;
}

/*library name and address formatting*/

div.libraryList dl {
	width: 175px;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.35em;
}

div.libraryList dt {
	font-weight: bold;
}

div.libraryList  dd   {
	margin-left: 0px;
	padding-left: 0px;
}

/* here are styles for a definition list that bolds the term, and indents the definition with a lot of padding */

dl.normal {
	padding: 0;
	margin: 0;
}

dl.normal dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dl.normal dd {
	font-weight: normal;
	margin-left: 160px;
	padding-bottom: 5px;
}

/* here are styles for a definition list that bolds the term, and indents the definition with a little padding */

dl.regular {
	padding: 0;
	margin: 0;
}

dl.regular dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dl.regular dd {
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 15px;
}

.alignright {
	text-align: right;
}

#centercolumn h2.bgdarkblue {
	color: #FFFFFF;
	background-color: #002e40;
	padding: .25em .5em;
}