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

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 985px;
}

/* ------------------------------------------------------------------ */
/* ------- News Category Master Display Option ---------------------- */
/* ------------------------------------------------------------------ */

.news-list-category {
	/*display: none;*/
}

.news-latest-category {
	/*display: none;*/
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	width: 985px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column Styling -------------------------------------- */
/* ------------------------------------------------------------------ */

.leftcol {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */

.threecol {
	height: auto;
	width: 985px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column Center Col Styling -------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
	height: auto;
	width: 985px;
}

.threecol .centercol .news-list-container {
	background-color: transparent;
	border: none;
	border-top: 1px solid #000;
	width: 100%;
}

.threecol .centercol .news-list-item {
	background-color: transparent;
	border: none;
	margin: 10px 0px 0px;
	padding: 0px;
}

.threecol .centercol .news-list-item h3 {
	background-color: transparent;
	border: none;
	padding: 0px;
}

.threecol .centercol .news-list-image, .threecol .centercol .news-list-morelink, .threecol .centercol .news-list-date, .threecol .centercol .news-list-category, .threecol .centercol hr.clearer {
	display: none;
}

.threecol .centercol #feat_article {
	margin-bottom: 10px;
	width: 985px;
}

.threecol .centercol #feat_article .news-list-item h3 {
	font-size: 24pt;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 5px;
}

.threecol .centercol .article_list {
	width: 985px;
}

.threecol .centercol .article_list .news-list-item h3 {
	font-size: 16pt;
	margin: 0px 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column Right Col Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Sub Page General Styling --------------------------------- */
/* ------------------------------------------------------------------ */

.twocolwideright {
	background-image: none !important;
	background-repeat: no-repeat !important;
	border: none !important;
	width: 985px;
	height: auto;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column Styling ------------------------------------- */
/* ------------------------------------------------------------------ */

.twocolwideright .rightcol {
	background-color: transparent;
	margin: 0px;
	width: 985px;
}

/* ------------------------------------------------------------------ */
/* ------- Just Content Single Article Styling ---------------------- */
/* ------------------------------------------------------------------ */

.news-single-item {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 985px;
}

.news-single-item h2 {
	color: #000;
	font-size: 18pt !important;
	font-weight: bold;
	line-height: normal !important;
	margin: 0px 0px 10px;
}

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

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

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

.news-single-timedata {	
	float: left;
	margin-bottom: 5px;
	width: 100%;
	font-size: 10pt !important;
}

.news-single-category {
	display: none;
}

.news-single-img {
	display: none;
}

.news-single-authoer {
	padding: 0px;
}

.news-single-imgcaption {
	display: none;
}

.news-single-item h3, .news-single-item p {
	margin: 0px 0px 15px;
}

.news-single-additional-info {
	display: none;
}

.news-single-related, .news-single-files, .news-single-links, .news-single-backlink {
	display: none;
}

.news-single-timedata, .news-single-author {
	font-size: inherit !important;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	display: none;
}