/* CSS Document */


#topnav {
	border-bottom: #fece6c 6px solid;
}

table {
	border: 1px solid #ccc;
}

#colleft {
	float: left;
	width: 66%;
	padding: 0 2%;
}
	
#colright {
	float: left;
	width: 25%;
	text-align: left;
}


.quickItem {
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
}

.quickItem img {
	float: left;
	width: 30px;
	margin-right: 5px;
	padding-bottom: 20px;
}


.cal {
	border: 1px solid #666666;
	width: 100%;
	float: right;
	margin-bottom: 10px;
}

.cal tr td {
	text-align: right;
	border: 1px solid #ccc;
	width: 14%;
	font-size: 11px;
}

.cal tr td .header {
	font-weight: bold;
	text-align: center;
}

.cal tr#calweek td {
	background: #CCCCCC;
}

.cal tr td.weekend {
	background: #eeeeee;
}

.cal tr td#today {
	background: #fece6c;
}

#calheader {
	text-align: center;
	font-weight: bold;
	background: #fece6c;
}

	.newsItem, 
	.sportsItem,
	.jobItem,
	.itemItem {
		display: block;
		margin-bottom: 7px;
		clear: both;
	}
	
.itemBullet {
	font-size: 16px;
	color: #fece6c;
	font-weight: bold;
}

.ezbutton {
	display:block; 
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 3px;
}

.ezbutton img {
	height: 29px;
}

	.ezbuttontext {
		height: 36px;
		line-height: 36px;
		float: left;
		margin-right: 10px;
	}
