@charset "utf-8";
/* CSS Document */

#left_links {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:100%;  
	background-color:#A37B2C;
	color: #A37B2C;
	height:725px;
	margin:-4px 0 50px 0;
	float:left;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	margin-top:15px;
	}
	
#left_links ul {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	border: none;
	margin-bottom:10px;
}
		
#left_links li{
	border-bottom:1px solid #000;
	margin:0;
}

#left_links li a {
	display:block;
	padding:5px 5px 5px 0.5em;
	border-left: 10px solid #A37B2C;
	background-color:#A37B2C;
	color:#fff;
	text-decoration:none;
	width:100%;
}

html>body #left_links li a{
	width:auto;
}

#left_links li a:hover{
	border-left:10px solid #000;
	border-right:10 px solid #000;
	background-color:#000;
	color:#fff;
}

#left_links .selected {
	border-left:10px solid #000;
	border-right:10 px solid #000;
	background-color:#000;
	color:#fff;
}

#trueContent{
	float:right;
	width:680px;
	margin-top:25px;
	padding-top:5px;
	min-height:750px;
}

#trueContent h3 {
	text-align:center;
	font-size:20px;
}

.pubLink{
	margin-bottom:10px;
	font-size:12pt;	
}

#pubs{
	list-style:square;
	margin-left:100px;
}
