/* NEWS  -not sure whether this is needed */
#news-date {
	font-family:Arial, Helvetica, sans-serif;
	height: 75px;
	width: 50px;
	background-image: url(/images/site/news-date.png);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	float: right;
	margin-left: 10px;
	margin-right:20px;
}
#news-date-day {
	font-size: 40px;
	font-weight: bold;
	color: #1699DE;
	letter-spacing: -2px;
	height: 40px;
	width: 50px;
	line-height: 40px;
	position: relative;
	top: 0px;
	text-align: center;
}
#news-date-month {
	font-size: 17px;
	text-transform: uppercase;
	color: #1699DE;
	letter-spacing: -1px;
	line-height: 17px;
	top: 0px;
	position: relative;
	text-align: center;
	height: 17px;
	font-weight: bold;
}
#news-date-year {
	font-size: 15px;
	line-height: 15px;
	color: #1699DE;
	letter-spacing: -1px;
	position: relative;
	top: 0px;
	text-align: center;
	height: 15px;
	font-weight: bold;
}
#news-extended {
	margin-right:20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #877E8D;
	font-size:12px;
	background-color:#e3f0ff;
	padding:10px;
}
#news-extended p {
	margin:0px;
	font-size:11px;
	line-height:18px;
}
#news-extended h3 {
	font-size: 14px;
	font-weight: bold;
}
#news-extended h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #6699CC;
	letter-spacing: -1px;
}








	
.table-column {
}
.table-column td.content {
	background-image: url(/images/site/heading-shadow.png);
	background-repeat: no-repeat;
	background-position: 290px 0px;
}
.table-column td.news {
	background-image: url(/images/site/heading-news-shadow.png);
	background-repeat: no-repeat;
	background-position: 290px 0px;
}
.table-column td.news-title {
	background-color:#6699CC;
	border-bottom:1px solid #4583d2;
	vertical-align:middle;
}
.table-column p.pink {
	background-color: #FEEDF1;
	border-right: 1px solid #EFA3B8;
	border-left: 1px solid #EFA3B8;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-column p {
	font-size: 12px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-column p.pink-bot {
	background-color: #FEEDF1;
	border-right: 1px solid #EFA3B8;
	border-left: 1px solid #EFA3B8;
	border-bottom: 1px solid #EFA3B8;
}
.table-column p.blue {
	background-color: #e3f0ff;
	border-right: 1px solid #c9dcf2;
	border-left: 1px solid #c9dcf2;

}
.table-column p.blue-bot {
	background-color: #e3f0ff;
	border-right: 1px solid #c9dcf2;
	border-left: 1px solid #c9dcf2;
	border-bottom: 1px solid #c9dcf2;
}
.table-column #no-box {
	width:268px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding:10px;
	margin:0px;
}

.table-column #no-box-link  h3{
	width:250px;
	margin-bottom:5px;
}

.table-column #no-box p{
	margin:0;
	padding:0;
}
.table-column #no-box img{
	margin-top:5px;
	margin-bottom:15px;
	margin-right:10px;
}

.table-column #date {
	background-image: url(/images/site/date.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
.table-column #month {
	width:40px;
	text-align:center;
	font-size:11px;
	height:11px;
	line-height:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.table-column #day {
	width:40px;
	text-align:center;
	font-size:20px;
	height:12px;
	line-height:28px;
	font-weight:bold;
	color:#555;
	letter-spacing:-1px;
}

a.news-title{
	font-weight:bold;
	font-size:16px;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-decoration: none;
	line-height: 16px;
	margin-right:10px;
}
a.news-title:hover {
	color: #FFE2A8;
	text-decoration: none;
}
