@charset "utf-8";
/* CSS Document */
#sitewideLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 12px;
	background-color: #F7F4F0;
	border-top:4px solid #231C12;
}
#sitewideLinks  h3  {
	font-size: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitewideLinks ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#sitewideLinks  li {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	
}
#sitewideLinks strong {
	font-weight: normal;
}


.colFirst {
	float: left;
	width: 20%;
}
.column {
	float: left;
	width: 17%;
	padding-right: 12px;
	padding-left: 12px;
}

.colLast {
	float: right;
	width: 20%;
	text-align: right;
}


