/* CSS Document */


/* For Officers page*/
/*-------------*/
dd	{font-size:12px}

#officers  	{
	position: absolute;
	left: 184px;
	top: 130px;
	width: 256px;
	border-style: solid;
	border-color: #02256a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	padding: 0px 0px 0px 10px;
}

#officers-right		{
	position: absolute;
	left: 502px;
	top: 130px;
	width: 250px;
	border-style: solid;
	border-color: #02256a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	padding: 0px 0px 0px 10px;
}

#officers-right dt	{
	font-weight: bold;
	padding: 7px 0px 0px 0px;
	border-top: 1px solid #afd0c7;
	}

#officers dt	{
	font-weight: bold;
	padding: 7px 0px 0px 0px;
	border-top: 1px solid #afd0c7;
	}

#officers-left		{
	position: absolute;
	left: 0px;
	width: 144px;
	top: 298px;
	height: 216px;
	border-right: 1px solid #666;
	background-image:url(../images/spring_branford.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	z-index: 2;
}

officers a	{
text-decoration: none;
}

officers-right a	{
text-decoration: none;
}
