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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt !important;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 10px;
	text-align: left;
}

#container {
	margin: 10px auto 0px;
	width: 1024px;
	text-align: left;
}

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

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

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

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

#header {
	display: none;
}

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

#content {
	width: 1004px;
	height: auto;
	float: left;
	margin-top: 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	display: none;
}

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

.twocolwideleft {
	background-image: none !important;
	background-repeat: no-repeat !important;
	float: left;
	width: 1004px;
	height: auto;
}

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

.twocolwideleft .leftcol {
	float: left;
	width: 1004px !important;
	height: auto;
}

.twocolwideleft .leftcol #subheader {
	display: none;
}

.twocolwideleft .leftcol #subnav {
	display: none;
}

.twocolwideleft .leftcol #justcontent {
	float: left;
	width: 1004px !important;
	height: auto;
}

.twocolwideleft .leftcol #contentnocol {
	float: left;
	width: 1004px !important;
	height: auto;
}

.twocolwideleft .leftcol #subcontent {
	display: none;
}

.twocolwideleft .leftcol #hotissues {
	display: none;
}

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

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

.news-single-item h2 {
	color: #000;
	font-size: 24pt !important;
	font-weight: bold;
	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;
}

#justcontent p, #contentnocol p {
	font-size: inherit !important;
}

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

.twocolwideleft .rightcol {
	display: none;
}

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

#footer {
	background-color: transparent !important;
	background-image: none !important;
	background-repeat: none !important;
	color: #000 !important;
	float: left;
	height: auto !important;
	margin-top: 10px;
	text-align: center;
	width: 1004px;
	display: block;
}

#footer a {
	color: #000 !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

#footer_nav {
	display: none;
}

#footer_info {
	float: left;
	font-size: 12pt !important;
	margin-top: 13px;
	text-align: center;
	width: 1004px;
}

#footer_copy {
	float: left;
	font-size: 10pt !important;
	margin-top: 10px;
	width: 1004px;
}
	