/*body { background:#ddd;}*/

h2.sectionTitle a{
	margin: 0;
	background-color: #003e73;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div.localnav a:hover,
div#content a,
div#content dl dt,{
	color: #003e73; /*541 Blue*/
}
div.svSyndLocal dl dd.image img, div.svSyndLocal dl dt.image img{
	border-color: #003e73;	
}

div#content h1{
	margin: 10px;
}

div#content form select{
	margin: 0 0 20px 20px;
}

div#content div#alpha ul.letterList{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	width: 465px;
}
div#content div#alpha ul.letterList li{
	float: left;
	width: 35px;
	height: 35px;
	margin: 10px 0 10px;
	padding: 0;
}
div#content div#alpha ul.letterList li a{
	display: block;
	margin: 0;
	line-height: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none
}
div#content div#alpha ul.letterList li a:hover{
	background-color: #003e73;
	color: #FFF;
	border: 1px solid #333;
}
