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

img {
	border: none;
}

.container {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

a:link {
	color: rgb(0,128,255);
}

a:hover {
	background-color: rgb(0,128,255);
	color: rgb(255,255,255);
}

#controls {
	height: 50px;
	float: right;
}

.spaceleft {
	margin-left: 20px;
}

.gray {
	color: #696969;
}

.divider, .dividerT {
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	height: 1px;
	border-bottom:1px dotted #D3D3D3;
}

.dividerT {
	border-bottom: none;
	border-top:1px dotted #D3D3D3;
}

.funding {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #525D76; 
	font-size: x-small;
	margin-top: 30px;
	width: 90%;
	line-height: 150%;
}

