body { 
	background: #3D3332; 
	}

a {
	color:white;
	text-decoration: none;
}
a:hover, active {
	text-decoration: underline;
}

.catTitle{
	color: white;
	font-size: 1.7em;
}


.projTitle{
	color: white;
	font-weight: bold;
	font-size: 1.7em;
}

.projLoc{
	color: white;
}

.pageTitle{
	color: white;
	font-size: 1.8em;
	margin-bottom: 15;
}

.photocaption{
	font-style: italic;
	font-size: .8em;
	color: #D6BC9E;
}

hr { 
	margin-bottom: 0; 
	margin-top: 0;
	}

h1 {
}
h2 {
	margin-top: 5;

}

h3 {
	margin-bottom: 3px;
}


h4 {
	margin-top: 5px;
	margin-bottom: 3px;

}


.missingInfo{
	font-style: italic;
}

.helpText{
	font-size: .8em;
	color: #999;
}

div.manageContent{
	padding: 5;
	border: 2px solid black;
	background: white;
	color: black;
}

.manageContent a { 
	color: black; 
	text-decoration: underline;
	}

.regularText{
	color: #D6BC9E;
	font-family: Verdana;
	font-size: .8em;
	}

