/*
	a:link { font-weight: bold; color: black; text-decoration: underline; }

	a:hover {
		cursor: pointer;
		color: #00F;
		text-decoration: none;
	}
	
	li a:link, a:visited {
		color: #052D55;
		font-weight: normal;
		text-decoration: none;
	}
	
	li a:hover {
		cursor: pointer;
		color: #00F;
		text-decoration: underline;
	}
	
	p { font-style: italic; }
	
	ul li {
		margin: 13px 0px 13px 0px;
		list-style-type: none;
		background-image: none;
		padding: 0px;
	}
	
*/
	
	a:link { font-weight: normal; color: #004A8D; text-decoration: underline; }

	a:hover {
		cursor: pointer;
		color: #888;
		text-decoration: none;
	}
	
	li a:link, a:visited { 
		color: #004A8D;
		font-weight: normal;
		text-decoration: none;
	}
	
	li a:hover {
		cursor: pointer;
		color: #888;
		text-decoration: underline;
	}
	
	
	ul li {
		margin: 18px;
		background-image: none;
		padding: 0px;
	}
	
	h2#sub_header { 
		text-align: center;
		color: #052D55;
	}
	
	h3 { 
		font-size: 1.2em; 
		line-height: 1em; 
		font-weight: bold;
	}
	
	h4 { 
		font-size: 1em; 
		line-height: 1em; 
	}
	

	#content_main {
		padding: 5px;
	}
	
	#top_nav {
		width: 96%;
		margin: 10px auto;
		border-top: 2px solid #003;
		border-bottom: 2px solid #003;
		background-color: #eeeeee;
		padding: 10px;
	}
	
	#top_nav li {
		display: inline;
		list-style-type: none;
		margin-left: 10px;
	}
	
	.partnerships {
		background-color:#9ec2e9;
		padding: 5px;
		border: 1px dotted #021ca1;
	}
	
	.publications {
		background-color:#eeeeee;
		padding: 5px;
		border: 1px dotted black;
	}
	
	.multimedia {
		background-color:#fffcd7;
		padding: 5px;
		border: 1px dotted #fffb00;
	}
	
	.worksheets {
		background-color:#fdddc2;
		padding: 5px;
		border: 1px dotted #eb8104;
	}
	
	.guides {
		background-color:#ecc6c5;
		padding: 5px;
		border: 1px dotted #a74a44;
	}
	
	.toolbox {
		background-color:#d4fdd5;
		padding: 5px;
		border: 1px dotted #008f00;
	}
	
	.databases {
		background-color: #9285a1;
		padding: 5px;
		border: 1px dotted #524265;
	}
	
	.services {
		background-color:#f5daeb;
		padding: 5px;
		border: 1px dotted #ff53d0;
	}
	
	#bottom_nav {
		width: 695px;
		text-align: center;
		margin: 30px auto;
	}
	
	/*#bottom_nav div {
		float: left;
		margin-left: 100px;
	}*/
	
	.hidden {
		display: none;
	}
	
.publications { margin-top:2em;}
.publications ul {margin:2em;}
.publications ul li { margin-top: 1em;background:none; }

.publicationpic { float:right;border:0;margin-left:10px;}

.linklist dt { margin-top:1.5em;clear:both; }
.linklist dl dt {clear:both; }
.linklist dd { margin-bottom:2em; }

.booktitle { font-style:italic;}
.anniversaryps { font-style:italic; font-size: .75em; text-align:center; clear:both; } 
 
#book {margin-left: 5%;}
	#book div {width: 32%; float: left; text-align: center;}
	
	
ul.menu li a,
ul.linkbar li a{font-weight:bold;}
 	