* {
	margin:0;
	padding:0;
	}

#contentContainer p {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 5px;
}
#contentContainer h4 {
	font-size: 14px;
	color: #4800CC;
	margin: 5px;
}

#portfolioSubHeader {
	font-size: 13px;
	color: #666666;
	margin-left: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6C600;
	padding:10px;
	height:15px;
}

#portfolioSubHeader ul li{
	display:inline;
	list-style:none;
	float:left;
	margin:0;
	padding:0
	}
	
#portfolioSubHeader ul li.right{
	display:inline;
	list-style:none;
	float:right;
	margin:0;
	padding:0
	}
	
#bannersDiv {	
	font-size: 12px;
	color: #666666;
	margin:20px 0;
	float: right;
	clear: right;
	width:640px
	}
	
#bannersDiv ul li{
	display:inline;
	list-style:none;
	float:left;
	margin:0 8px;
	padding:0;
	text-align:center
	}

#tablelessDiv {
	font-size: 12px;
	color: #666666;
	margin:20px 0;
	float: right;
	clear: right;
	width:640px
}

#tablelessDiv ul li{
	display:inline;
	list-style:none;
	float:left;
	margin:0 16px;
	padding:0;
	text-align:center
	}
	
#tablelessDiv img {
	border: 1px dashed #000000;
	margin:10px 0
}

#tablelessDiv a {
	color:#333
}

#tablelessDiv a:hover {
	color: #E8E800
}

#tablelessDiv a:hover img {
	border:solid 1px #E8E800
	}

#tablelessDivLg {
	font-size: 12px;
	color: #666666;
	margin:20px 0;
	float: right;
	clear: right;
	width:640px;
	text-align:center
	}

#tablelessDivLg img {
	border: 1px dashed #000000;
	margin:10px 0
}

br.clearfloat{
	clear:both
	}

.fltright{
	float:right;
	}
