@charset "utf-8";
/* CSS Document */

.splashHeading {
	text-align: center;
	margin: 8px;
	font-size: 22px;
	margin-bottom: 12px;
}

/** Content Block(s) Rules */
#body .link-block {
	width: 260px;
	margin-left: 60px;
	/*margin: 0 28px;*/
	/*border: 2px solid #efefef;*/
	display:block;
	border-collapse:collapse;
}
#body .copy-block {
	width: 240px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
text-shadow: #747474 1px 1px 3px;
}

#body {
	text-align:left;
}

.link-block-contentA {
	padding-top: 0px;
	padding-left: 7px;
	color:#334249;
	width:230px;	
}

.link-block-content {
	padding-top: 80px;
	color:#334249;
	width:230px;
}

.lb-hilighted {
	background: #efefef;
}
.lb-unhilighted {
	background: none;
}


/** Workarounds */
.link-block-content h2 {
	margin-bottom: 6px;
	text-align: center;
}
