

#content {
	width:590px;
	float: left;
}
#rectangles {
	float: left;
	padding-top:2px;
	margin-top: 20px;
	margin-right: 10px;
}
#rectangles div
{
	float: left;
    width: 220px;
}
#rectangles span
{
	padding-left: 4px;
	color: #6258A0;
	font-weight: bold;
	font-size: 0.9em;
}
#rectangles div.rectangle {
	width:213px;
	height:80px;
	background-repeat: no-repeat;
	background-image: url(/portal/goodrich/images/MenuRectangle.jpg);
	display:block;
	padding:4px 0px 0px 3px;
	cursor: pointer;
	margin-right: 8px;
}
#rectangles img {
	border:none;
	float: left;
	padding: 3px;
}


#rectangles a {
	display:block;
	padding:4px;
	padding-right: 8px;
	line-height:100%;
	font-size: 11px;
    font-weight: normal;
	text-decoration: none;    
	// font-size: 0.9em;
	float: left;
	width: 100px;
}


#rectangles a:hover {
	text-decoration: underline;
}

#rectangles H2, #rectangles p {
	overflow: hidden;
	width: 155px;
}

#oArticalLinks .date {
	font-weight: bold;
	color: #999999;
}
#oArticalLinks .text {
	width: 165px;
	padding-right: 5px;
	float: left;
	color: #493A8B;
}
#oArticalLinks .link {
	padding: 10px 5px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	height: 54px;
	width: 181px;
	float: left;
	margin-right: 30px;
}

.doubleBracket {
	color: #6258A0;
}

.yearsTop {
	border-bottom: 2px solid #6258A0;
}

.yearsBottom {
	border-top: 2px solid #6258A0;
	padding-top: 5px;
}
.yearsTop, .yearsBottom {
	margin-top: 20px;
	height: 25px;
	width: 660px;
	clear: both;
	font-weight: bold;
}
.current {
	color: #990000;
}

.yearsTop a, .yearsBottom a { 
	text-decoration: underline; 
	color: #6258A0;
}




