@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* page layout */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#bd {
	width:850px;
	margin:0 auto;
}

#main {
	background-color:#EDE6CC;
	border:1px #9B8611 solid;
	width:850px;
	margin-left:10px;
	margin-top:10px;
}



/* main */



a:link {
	color:#a10000;
	text-decoration: none;
	}

a:visited {
	color:#a10000;
	text-decoration: none;
	}
	
a:hover {
	color:#cc9933;
	text-decoration: none;
	text-align: center;
}

a:float	{
	color:#cc9933;
	text-decoration: none;
}



	/* 1 column style for the main content area */

#content {
	display:block;
	clear:both;
	height:100%;
	width:844px;
	padding:7px 0 5px 0;
	margin:3px 0 3px 3px;
	background-color:#ffffe0;
	font-size:85%;
	}
	
#content h1 {
	font-size:170%;
	text-align:center;
	font-weight:bold;
}

#content h2 {
	font-size:155%;
	padding:10px;
	font-weight:bold;
}

#content h3 {
	font-size:140%;
	padding:5px 20px;
}

#content h4 {
  font-size: 130%;
	padding:10px;
}

#content h5 {
  font-size: 120%;
  	padding:10px;
}

#content h6 {
  font-size: 110%;
  	padding:10px;
}

#content p{
	padding:10px 20px;
}

#content ul {
	margin:10px 30px;
}
	
/* table rules for the ask a librarian table */

#asktable table {
	background-color:#FFFFe0;
	width:98%;
	margin:0 auto;
}

#asktable th {
	background-color:#ffffe0;
	padding:3px;
}

#asktable td {
	padding:3px;
}

/* legend for Databases A-Z */

#legend {
	float: right;
	width: 200px;
	margin-right:20px;
}
