#wrapper {
	margin: 4px 6px 0 0;
}

#content {
	margin:0;
	padding: 0 0 0 6px;
}

#breadcrumb { border-bottom: 0; }

#pod {
	height: 109px;
	width: 99%;
	margin: 1px 0 0 .5%;
	background: #084B76;
}
#pod .top {
	width: 100%;
	height: 8px;
	background: url(pod2-t.jpg) repeat-x;
	font-size: 1px;
}
#pod .top .left {
	height: 8px;
	background: url(pod2-tl.jpg) top left no-repeat;
}
#pod .top .left div {
	height: 8px;
	background: url(pod2-tr.jpg) top right no-repeat;
}
#pod .top img {
	float: left;
	margin: 0 0 0 14px;
}
#pod .middle {
	height: 84px;
	background: url(pod2-mid-bg.jpg) repeat-x;
}
#pod .middle .left {
	height: 84px;
	background: url(pod2-mid-l.jpg) top left no-repeat;
}
#pod .middle .content {
	height: 84px;
	color: #fff;
}
#pod .middle .content h1 {
	margin: 0 0 0 80px;
	font-size: 130%;
	color: #fff;
}
#pod .middle .content .pleft {
	margin: .5em 0 0 82px;
	font-size: 90%;
	line-height: 1.2em;
}
#pod .middle .content a:link {
	color: #fff;
	text-decoration: underline;
}
#pod .middle .content a:visited {
	color: #eee;
	text-decoration: underline;
}
#pod .middle .content a:hover {
	color: #ff3;
	text-decoration: underline;
}
#pod .middle .right {
	height: 84px;
	background: url(pod2-mid-r.jpg) top right no-repeat;
}
#pod .bottom {
	height: 17px;
	background: url(pod2-b-bg.jpg) repeat-x;
}
#pod .bottom .left {
	height: 17px;
	background: url(pod2-bl.jpg) top left no-repeat;
}
#pod .bottom .left div {
	height: 17px;
	background: url(pod2-br.jpg) top right no-repeat;
}
#pod .bottom img { float: right; }

.podclear {
	/* clear: both; */
}
/* key content areas */
#content .kcawrapper { min-height: 350px; }
#content .kca {
	width: 48%;
	margin: 2px 1% 0 0;
	float: left;
}
#content .kca img {
	float: left;
	margin: 0 6px 0 0;
}
#content .kca h2 {
	margin: 0;
	padding: 0;
	color: #036;
	background: none;
}
#content .kca h2 a:link {
	color: #036;
	text-decoration: none;
}
#content .kca h2 a:visited {
	color: #036;
	text-decoration: none;
}
#content .kca h2 a:hover {
	color: #036;
	text-decoration: underline;
}
#content .kca p {
	margin: 0;
	font-size: 90%;
	line-height: 1.2em;
}
#content .kca .clear { clear: both; }

