@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------ */
/* ------- Two Column - Left Columm Styling ------------------------- */
/* ------------------------------------------------------------------ */

.twocolwideleft .leftcol {
	float: left;
	height: auto;
	margin: 5px 5px 10px 9px;
	width: 693px;
}

.twocolwideleft .leftcol a {
	color: #0B2F89;
	text-decoration: none;
}

.twocolwideleft .leftcol a:hover {
	text-decoration: underline;
}

.twocolwideleft .leftcol .leftsubtop, .threecol .leftcol .lefsubtbtm {
	float: left;
	height: auto;
	width: 693px;
}

.twocolwideleft .leftcol .leftsubcontent {
	background-image: url(../images/bg_leftcollg.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 693px;
}

.twocolwideleft .leftcol .leftsubcontent .csc-header {
	width: 687px;
}

.twocolwideleft .leftcol .leftsubcontent h3 {
	/*float: left;*/
	margin: 0px 0px 10px 3px;
	padding: 0px 5px;
	width: 677px;
}

.twocolwideleft .leftcol .leftsubcontent p.bodytext {
	margin-left: 3px;
	width: 677px;
}

.twocolwideleft .leftcol .leftsubcontent ul {
	float: left;
	list-style-type: disc;
	margin: 0px 0px 10px;
	padding: 0px 30px;
	width: 627px;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column - Left Columm - News Styling ------------------ */
/* ------------------------------------------------------------------ */

.twocolwideleft .leftcol .news-list-container, .twocolwideleft .leftcol .news-latest-container {
	margin-left: 3px;
	width: 677px;
}

.twocolwideleft .leftcol .news-latest-container h2, .twocolwideleft .leftcol .news-latest-gotoarchive {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column - Left Columm - Search Styling ------------------ */
/* ------------------------------------------------------------------ */

.twocolwideleft .leftcol .news-search-form {
	float: left;
	margin-left: 3px;
	padding: 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column - Left Columm - Text w/ Image Styling --------- */
/* ------------------------------------------------------------------ */

.twocolwideleft .leftcol .leftsubcontent .csc-textpic-imagewrap {
	margin-left: 5px;
	margin-right: 5px !important;
}

.twocolwideleft .leftcol .leftsubcontent .csc-textpic-text p {
	float: none;
	width: auto;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column - Left Column - Single Article Styling -------- */
/* ------------------------------------------------------------------ */

.twocolwideleft .leftcol .news-single-item {
	background-color: transparent;
	border: none;
	float: left;
	height: auto;
	margin-left: 3px;
	padding: 5px;
	width: 677px;
}

.twocolwideleft .leftcol .news-single-item h2 {
	color: #0b2f89;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0px;
}

.twocolwideleft .leftcol .news-single-item a {
	color: #0b2f89;
	text-decoration: none;
}

.twocolwideleft .leftcol .news-single-item a:hover {
	text-decoration: underline;
}

.twocolwideleft .leftcol .news-single-timedata {	
	float: none;
}

.twocolwideleft .leftcol .news-single-timedata, .twocolwideleft .leftcol .news-single-author, .twocolwideleft .leftcol .news-single-imgcaption {
	font-size: 11px;
}

.twocolwideleft .leftcol .news-single-author {
	padding: 0px;
	margin: 0px 0px 10px;
}

.twocolwideleft .leftcol .news-single-img {
	margin-left: 10px;
}

.twocolwideleft .leftcol .news-single-imgcaption {
	margin: 2px 0px 0px;
	max-width: 234px;
}

.twocolwideleft .leftcol .news-single-item p.bodytext {
	float: none;
	line-height: 12pt;
	margin-top: 0px;
	padding: 0px;
	width: auto;
}

.twocolwideleft .leftcol .align-right {
	text-align: right;
}

.twocolwideleft .leftcol .align-center {
	text-align: center;
}

.twocolwideleft .leftcol .align-justify {
	text-align: justify;
}

.twocolwideleft .leftcol .csc-frame-frame1 {
	background-color: #EDEBF1;
}

.twocolwideleft .leftcol .csc-frame-frame2 {
	background-color: #F5FFAA;
}

.twocolwideleft .leftcol hr.clearer {
	border: 1px solid #fff;
}

.twocolwideleft .leftcol .news-single-additional-info {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}

.twocolwideleft .leftcol .news-single-related, .twocolwideleft .leftcol .news-single-files, .twocolwideleft .leftcol .news-single-link {
	background-color: transparent;
	border: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

.twocolwideleft .leftcol .news-single-backlink {
	margin-bottom: 10px;
}

.twocolwideleft .leftcol .news-single-backlink a {
	font-size: 12px !important;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column - Right Columm - General Styling -------------- */
/* ------------------------------------------------------------------ */

.twocolwideleft .rightcol h3 {
	margin: 0px 0px 10px 5px;
}