/* CSS Document */

#wrapper {
	padding-left: 2px;
	text-align:right;
	width:591px;
	margin: 0px 0px 0px 124px;
}

#tdsidebar {
	background-color: #306B9B;
}

/*colored bar to the left, holds intro text.*/
#sidebar {
	margin: 27px;
	width: 192px;
	text-align:justify;
	color: #c5f0ff;
}

#sidebar-narrow {
	padding: 0px;
	width: 15px;
	text-align:justify;
	color: #c5f0ff;
}

#sidebar p, #sidebar-narrow p {
	line-height:1.5em;
	margin-top:0px;
}

.whitetitle {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.content {
	padding: 22px 30px 0px 15px;
	margin-bottom: 6px;
	text-align:justify;
}

.title {
	color: #1d7999;
	font-size: 15px;
	font-weight: bold;
}

.dotted {
	border-bottom: 1px dotted;
	width:100%;
	margin: 8px 0px 12px 0px;
}

.content p {
	margin-top:0px;
	line-height:1.5em;
}

p.link {
	padding:0px 0px 2px 0px;
	margin:0px;
}	

.date {
	font-size:9px;
	margin:0px;
	padding:0px;
	color:#999999;
}

p.announce-head
{
	margin:0px;
	padding:0px;
	font-weight: bold;
	color: #306B9B;
}

a {
	text-decoration: none;
	color: #DB5F05;
}

a:hover {
	text-decoration: underline;
}	

.news-image-full {
	float:left;
	margin:0px 0px 10px 0px; 
}
.news-image-left {
	float:left;
	margin:0px 15px 5px 0px; 
}

.news-image-right {
	float:right;
	margin:0px 0px 5px 15px; 
}
