body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/images/sidebar_bg.gif);	/* faux columns background for sidebar */
	background-repeat: repeat-y;
}

body.for-lib-staff,
body.online-databases,
body.ip,
body.add-subs {
	background: none;
}

hr {
 color:#C0C0C0;
 height:1px;
}


a {
	text-decoration: none;
	color:#333399;
	background-color: transparent;
}

a:hover {
	color: #918CAF;
	background-color: transparent;	
	text-decoration: underline;	
}

img { border:0;}

h1 { 
	font-size:150%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#333399;
	margin-top:10px;
}

h2 { 
	font-size:130%;
	font-family: Arial, Helvetica, sans-serif;
	color:#333399;
}

h3 {
	font-size:110%;
	font-family: Arial, Helvetica, sans-serif;
	color:#333399;
}

h4 { 
	font-size:100%;
	font-family:arial,helvetica,sans-serif;
	color:#666666;
	margin-bottom:0%;
}

table {
	border: 1px solid #888;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 2em;
}

td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #B4CDCD;	
}

td p {
	margin-top: 0;
}


th {
	padding: 10px;
	text-align: center;
	color: #000;
	background-color: #DAE8FE;
	border: 1px solid #B4CDCD;		
}


img {
	border: none;
}



/* START lists 
/* ======================================= */

ul, ol {
/*	margin-bottom: 0.5em; */
	/* padding-top: 0.6em; */
	/* padding-bottom: 0.1em; */
	padding-bottom: 0.4em;		
	/* padding-bottom: 0.4em; */
}

li {
	margin-top: 0.7em;
}







/* ===================== classes and ids ====================== */

#banner {
	height: 84px;
	background-image: url(/images/banner_bg.gif);
	background-repeat: repeat-x;
	text-align: right;	
}

body.for-lib-staff #banner,
body.online-databases #banner,
body.ip #banner,
body.add-subs #banner {
	border-bottom: 8px solid #29295E;
}


#banner h1 {
	position: absolute;
	margin-top: 5px;
	right: 250px;
	font-size: 250%;
	color: #2D2D8E;
	background-color: transparent;
}




#navbar {
	clear: both;
	float: none;
	height: 2em;
/*	background-image: url(/images/navbar_bg.gif);
	background-repeat: repeat-x; */
	color: #FFF;
	background-color: #29295E;
}



.clear-floats {
	float: none;
	clear: both;
}





#sidebar {
/*	padding: 20px; */
	float: left;
	width: 200px;
	color: #FFF;
	background-color: #42428C;

}

#e-resources-sidebar {
	padding: 20px 20px 100px 20px;
	float: right;
	width: 180px;
	height: 460px;
	color: #000;
	background-color: #ECEDF2;
	margin: 0 0 20px 30px;
}



#sidebar a {
	color: #CCCCFF;
	background-color: transparent;
}

#sidebar a:hover {
	color: #E4EBFF;
	background-color: transparent;
}

ul#sidebar-menu {
	list-style: none;
	margin: 20px 20px 3em 0;
	padding: 0;
}

ul#sidebar-menu ul {
	font-size: 90%;
	list-style: none;
	margin: 10px 0 3em 0;
	padding: 0;
}

ul#sidebar-menu li li {
	padding: 0 0 0 15px;
}


ul#sidebar-menu li {
/*	background-image: url(/images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 1px 1em; */
	padding: 0 0 0 20px;
/*	margin-bottom: 1em; */
}


ul#sidebar-menu li a {
	font-weight: bold;
	width: 100%;
	display: block;
/*	border-bottom: 1px solid #bcc9fc;	*/
	border-bottom: 1px solid #777;	
	padding: 0.5em 0 0.2em 0;
}

ul#sidebar-menu li a:hover {
	text-decoration: none;
}


#sidebar-contact-info {
	margin: 20px;
	font-size: 85%;
}


#main-content {
	margin-left: 210px;
	padding: 20px;
}

body.for-lib-staff #main-content,
body.online-databases #main-content,
body.ip #main-content,
body.add-subs #main-content {
	margin-left: 0;	
}

body.home-front-page #main-content {
/*	margin-right: 240px; */

/*	background-image: url(/images/eresources_sidebar_bg.gif);	/* faux columns background for sidebar */
	background-repeat: repeat-y;
	background-position: right; */
}








.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.note {
	font-size: 85%;
	color: #666;
	background-color: transparent;
}





/* shaded-row used for long tables to help improve readability.
Apply it to every 2nd row (thus leaving one row unshaded in between),
typically starting with the 2nd row after the heading row */
.shaded-row {
	color: inherit;
	background-color: #F7F7F7;
/*	background-color: #eaeaea; */
}

th.shaded-row {
	color: inherit;
	background-color: #F0F8FF;
}

.dotnetnews-box {
	margin: 20px auto;
/*	width: 370px; */
	width: 60%;
	text-align: center;
	padding: 4px;
	color: #000;
	background-color: #ebd5d8;
	border: 1px solid #EBB8C0;
}



fieldset.plain {
	margin: 0;
	padding: 0;
	border: none;
}
input.bookmark {
	font-size:85%;
	width:170px;
}

table.table-layout,
table.table-layout td {
	border: none;
	padding: 5px;
}



fieldset {
	border: 1px solid #BBB;
	margin-bottom: 2em;
}

fieldset.no-border {
	border: none;
}

legend {
	font-weight: bold;
	margin-bottom:10px;
}

fieldset label,
fieldset p.radio-label {
	width:18em;
	float:left;
	margin: 0 0.6em 1em 0;
	text-align:right;
	line-height: 17px;	
}

	fieldset p.radio-label {
		margin-bottom: 2em;
	}

input.radio {
	float: none;
	width: auto;
	margin: 3px 0 -1px 0;
}

label.radio-label {
	float: none;
	width: auto;
}



fieldset input,
fieldset textarea {
	margin: 0 0 1em 0;
}

#db-by input {
	margin-bottom: 0;
}

.hidden {
	display: none;
}


.small-text {
	font-size: 85%;
}

.large-text {
	font-size: 150%;
}




/*
#footer {
	font-size: 85%;
	text-align: center;
	color: #777;
	background-color: transparent;
	clear: both;
	float: none;
}

#footer a {
	font-weight: bold;
}
*/



div.back-to-top {
	margin: 2em 0;
	float: right;
}





#footer {
	clear: both;
 	padding: 0 0 1em 0;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666;
	background-color: #fff;

}
#footer-nav {
	text-align: left;
	padding-top: 1.8em;		
}
#gov-logo {
	float: right;
}

#gov-logo .text {
	margin-right: 1em;
	color: #666;
	background-color: #fff;
}
span.divider { 
	color: #AAA;
	background-color: transparent;
	margin: 0 0.2em;
}