.clear {
	float: both;
	clear: all;
}
a {
	color: #79ABB7;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
td {
	font-size: 8pt;
}
h2 {
	font-size: x-small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
a.navy {
	color: #303567;
	text-decoration: none;
}
p {
	font-size: x-small;
	line-height: 120%;
}
.error {
	color: red;
	font-weight: bold;
}
body {
		background-color: #F1E21A;
		margin: 0;
		padding: 0;
		font-family: Times New Roman, Serif;
		color: #303567;
		/*font-size: 8pt;*/
		font-size: x-small;
		font-size: 8pt;
		line-height: 10pt;
	}
	#container {
		width: 779px;
	}
		#headerLogo {
			float: left;
		}
		#headerLogos {
			height: 170px;
			
		}
		#headerUser {
			width: 185px;
			float: right;
			padding: 5px 0 0 0;
		}
		a.topNav {
			color: #303567;
		}
		.activityThumb {
			background-image: url(../images/activityThmBkg.gif);
			background-repeat: no-repeat;
			padding: 10px 11px 11px 10px;
			margin: 3px 2px;
			float: left;
		}

		.profileThumb {
			background-image: url(../images/profileBkg.gif);
			background-repeat: no-repeat;
			padding: 5px 7px 8px 5px;
			margin: 0 6px 0px 0;
			float: left;
		}
		
		.profileBox {
			width: 150px;
			float: left;
			margin-top: 10px;
			margin-right: 5px;
			font-size: 8pt;
			height: 125px;
		}
			.profileBox .profileThumb {
				margin: 0 3px 15px 5px;
			}
			.profileBox a {
				text-decoration: underline;
				
			}
			.profileBox a.username {
				color: #303567;
			}
			.profileBox p {
				margin: 5px 0 0 -5px;
				font-size: 8pt;
			}
		
/*********************************************
				Page Specific
*********************************************/

#profile #COLcol {
	width: 320px;
}
	#profile #COLcol .profileThumb {
		margin: 0 5px 5px 5px;
	}
	#profile #COLcol #labels {
		width: 225px;
		float: right;
	}
		#profile .exploreButton {
			margin: 0px 20px 0 0;
		}
#profile #colCOL {
	float: left;
}

#activity #COLUMNcol {
	width: 320px;
	float: left;
}
	.activityFull {
		background-image: url(../images/activityBkg.gif);
		background-repeat: no-repeat;
		float: left;
		padding: 10px 13px 13px 10px;
		margin: 0 5px 5px 5px;
	}
	.quote {
		background-image: url(../images/quoteBkg.gif);
		background-repeat: no-repeat;
		float: left;
		width: 310px;
		margin: 0 5px 5px 5px;
		padding: 0;
	}
		.quote p {
			font-size: larger;
			text-align: center;
			width: 235px;
			padding-top: 4px;
			height: 40px;
			margin: 0;
			margin-left: 40px;
		}
	
#activity #colCOLUMN {
	float: left;
	width: 445px;
}
	#activity .commentBox {
		float: left;
		width: 445px;
	}
	#activity .comment {
		width: 280px;
		padding: 0;
		padding-top: 7px;
		padding-left: 10px;
		min-height: 80px;
		float: right;
	}
		.daysago {
			font-size: smaller;
		}
	
#viewProfile #COLUMNcol, #about #COLUMNcol, #contact #COLUMNcol {
	float: left;
	width: 275px;
	margin: 0 10px 0 0;
	padding-left: 5px;
	min-height: 100px;
}
#viewProfile #colCOLUMN {
	float: left;
	width: 480px;
	
}
	#viewProfile .exploreButton {
		margin: 7px 26px 0px 0;	
		float: right;
	}
	#viewProfile .profileBox {
		width: 250px;
	}

	#viewProfile #activitiesList {
		margin-left: 0;
		padding-left: 35px;
	}
		#activitiesList a {
			text-decoration: underline;
		}
		#activitiesList a.navy {
			text-decoration: none;
		}
		#viewProfile #activitiesList li {
			margin-bottom: 15px;
		}
	#viewProfile .commentsList {
		width: 435px;
		margin-left: 15px;
		padding: 0;
		list-style-type: none;
	}
		.commentsList a {
			color: #303567;
			text-decoration: underline;
		}
		.commentsList li {
			padding: 10px 10px 10px 15px;
		}
	
	
#about #colCOLUMN, #contact #colCOLUMN {
	float: left;
	width: 300px;
	margin-right: 0px;
}
	#about p, #contact p {
		font-size: small;
	}
	
/*********************************************/

a.admin {
	font-weight: bold;
	margin: 0 0px 0 0px;
	text-decoration: none;
	color: Red;
}