@charset "utf-8";
#col1 #blueBox {
	background-image: url(../img/smBlue.jpg);
	height: 84px;
}
#col2 #greenBox {
	background-image: url(../img/smGreen.jpg);
	height: 48px;
	line-height: 3em;
	padding-left: 20px;
	color:#FFFFFF;
}
#col2 #greenBox a, #col2 #greenBox a:hover{
	color:#FFFFFF;
}

#col1, #col2 {
	height: 68px;
	padding-bottom:50px;
}
#col3 {
	position: absolute;
	width: 900px;
	left: 0px;
	top: 230px;
	font-size: 1.5em;
}
#col3 p {
	line-height: 2em;

}
.portItem {
	clear: both;
	width: 581px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	
}

.portItem img{
	color: #0079C2;
	margin-right: 20px;
	border: 1px solid #0079C2;
}
#col2 #bottomClear {
	clear: both;
	float:left;
	height: 50px;
	width: 581px;
	display:block;
}
