div.main_selection ul li.about{
	background-color:white;
}
div.main_selection ul li.about a{
	color:black;
}

	div.glossary_title {
		background-color: #F7EFD1;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
	}
	div.container{
		background-color:#2F2A21;
	}
	div.glossary_title p {
		color:gray;
		font-size: 24px;
		text-align:center;
		font-weight:bold;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	div.outer_watermark {
		background-image: url(../images/page_gradient.png);
		background-repeat: repeat-x;
	}

	div.watermark {
		background-image: url(../images/TarsierWatermark.png);
		background-position: 530px 10px;
		min-height: 567px;
		background-repeat: no-repeat;
		margin-right:2px;
		margin-top:2px;
		margin-bottom:2px;
		color: white;
	}
div.letter_selection {
	width:inherit;
	text-align:center;
}
div.letter_selection ul{
	background-color:white;
}
div.letter_selection ul li{
	display:inline;
	margin-top:2px;
	padding-left:10px;
	padding-right:10px;
}
div.letter_selection ul li:hover{
	background-color: #cccccc;
}
div.letter_selection ul li a{
	text-decoration: none;
	font-family:sans-serif;
	font-size:14px;
	color: gray;
	cursor:pointer;
}
div#definitions{
	padding:5px;
}
dl{
	padding-top:1%;
	padding-left:3%;
}
div#definitions h1{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
div#definitions dt{
	color:white;
	font-weight:bold;
	padding-top:10px;
}
div#definitions dd{
	width:65%;
	color:white;
	font-size:.9em;
	padding-left:15px;
}




