#dT {
	width: 650px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #363636;
	font-size: 12px;
}

#dT h1 {
	background-image: url(../img/h1-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #424242;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	text-indent: 8px;
}

#dT h2 {
	background-image: url(../img/h2-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #c8c8c8;
	margin: 14px 0;
	color: #a42f24;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-indent: 10px;
	line-height: 28px;
}

#dT h3 {
	margin: 6px 0;
	color: #a42f24;
	font-size: 14px;
	font-weight: normal;
	text-indent: 8px;
}

#dT hr {
	border: none;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid white;
}

#dT a img {
	border: none;
}

#dT .container-box {
	background-color: #e5e5e5;
	border: 1px solid #c8c8c8;
	padding: 8px;
}

#dT .pic-box {
	background-image: url(../img/leader-pic-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 142px;
	height: 167px;
	margin-bottom: 10px;
}

#dT .leader-pic {
	padding: 16px 10px 24px;
	text-align: center;
}

#dT .leader-name {
	text-align: center;
	color: #a42f24;
	font-size: 13px;
	font-weight: bold;
}

#dT .leader-info {
	background-image: url(../img/leader-info-box.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 139px;
	border: 1px solid #c8c8c8;
}

#dT .leader-info-pad {
	padding: 0 4px 4px 8px;
}

#dT .latest-box {
	background-image: url(../img/latest-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 624px;
	height: 143px;
	margin-bottom: 10px;
}

#dT textarea.wide {
	background-image: url(../img/textarea-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 445px;
	height: 65px;
	border: 1px solid #c8c8c8;

	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}


/** text and link styles **/

#dT .emphasis {
	color: #a42f24;
}

#dT .subheading {
	font-size: 14px;
}

#dT a, #dT a:link, #dT a:visited {
	text-decoration: none;
	color: #a42f24;
}
#dT a:hover, #dT a:active {
	text-decoration: underline;
	color: #a42f24;
}

.recent .post p {
	text-align: left;
}
