
#content
{
	width: 610px;
	color: #666666;
	font-size: 1.1em;
}
#content a {
	text-decoration: underline;
	color: #493A8B;
}

#leader 
{
	color: #6258A0;
	margin-bottom: 10px;
}
#imgLeadershipLogo
{
	float: right;
	margin: 0px 40px 10px 20px;
}
.doubleBracket {
	color: #6258A0;
}

#squares {
	#padding:0px;
	#padding-top:2px;
	clear: both;
	margin-bottom: 15px;
}
#squares div {
	float:left;
	width:93px;
	height:100px;
	background:transparent url(../images/MenuBox.gif) no-repeat scroll left top;
	display:block;
	padding:3px 0 0 3px;
	cursor: pointer;
	margin-right: 5px;
}
#squares div:hover {
	background-image: url(../images/MenuBox_Over.gif);
}
#squares a img {
	border:none;
}
#squares a {
	width:83px;
	display:block;
	line-height:100%;
	font-size: 11px;
	text-decoration: none;
	
}
#squares H2, #squares p {
	overflow: hidden;
	width: 155px;
	font-size: 14px;
}
#squares div.empty {
	background: url(../images/emptyBox.gif) no-repeat left top;
}

p.paragraph {
	clear: left;
	font-size: 0.9em;
}

