/*******************************************************************
* HTML Tags
*******************************************************************/

body {
	font-size: 12pt;
	line-height: 1.3em;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	background: #555;
	margin: 0px;
	padding: 0px;
}

a {
	color: #f00;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	text-align: justify;
}


/*******************************************************************
* IMG
*******************************************************************/

img {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

img.left {
	float: left;
	margin: 0px 20px 5px 0px;
}



/*******************************************************************
* div # WRAPPER
*******************************************************************/

#wrapper {
	overflow: hidden;
	background: #fff;
	margin: 20px auto 0px auto;
	width: 900px;
/*	width: 80%;*/
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: none;
	border-left: 3px solid #000;
}



/*******************************************************************
* div # HEADER
*******************************************************************/

#header {
	background: #f00;
	color: #fff;
	height: 200px;
	text-align: center;
}



/*******************************************************************
* div # wrapper, div # TOPNAV
*******************************************************************/

#wrapper #topnav {
	width: 100%;
	height: 40px;
	margin: -15px auto 0px auto;
	background-color: #000;
}

#wrapper #topnav ul {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

#wrapper #topnav li {
	list-style-type: none;
	display: inline;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#wrapper #topnav li a {
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper #topnav li a img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper #topnav li a:hover {
	text-decoration: none;
	color: #f00;
	margin: 0px;
	padding: 0px;
}

#wrapper #topnav li.current a {
	color: #f00;
	font-weight:bold;
}


/*******************************************************************
* div # farright     (NOT USED)
*******************************************************************/

#farright {
	float: right;
	width: 180px;
	padding: 10px;
	background: #fff;
	font-size: 12px;
}



/*******************************************************************
* div # RIGHT
*******************************************************************/

#right {
	float: right;
	width: 250px;					/******/
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

#right div.sidebarItem {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#right .sidebarItem h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #000;
	color: #fff;
	font-size: 10pt;
	text-align: left;
	line-height: 2.5em;
}

#right h2 {
	font-size: 10pt;
	border-bottom: 1px solid #999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#right h2 a {
	text-decoration: none;
}

#right h3 {
	font-size: 9pt;
	color: #555;
	margin: -10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 1.2em;
}

#right p {
	margin: 0px;
	padding: 0px 0px 10px 00px;
	font-size: 10pt;
	line-height: 1.3em;
	text-align: justify;
}

#right hr {
	width: 100%;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

#right ul {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#right li {
	margin-left: 20px;
	padding-left: 0px;
	text-indent: 0px;
}

#right img.article {
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

#right img.right {
	float: right;
	width: 30%;
	margin: 0px 0px 5px 20px;
}

#right img.left {
	float: left;
	width: 30%;
	margin: 0px 20px 5px 0px;
}



/*******************************************************************
* div # MAIN
*******************************************************************/

#main {
	background: #eee;
	padding: 0;
	margin-right: 270px; 			/*********/
	color: #000;
	text-align: justify;
}



/*******************************************************************
* div #farright, #right, #main MISC
*******************************************************************/

#farright, #right, #main {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}



/*******************************************************************
* div # FOOTER
*******************************************************************/

#footer {
	background: #222;
	width: 900px;
	margin: 0px auto 20px auto;
	border-top: none;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	text-align: center;
	padding-bottom: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	color: #aaa;
	font-size: 10pt;
	line-height: 1.5em;
}

#footer a {
/*	color: #fff;*/
}

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



/*************************************************************
* FOOTER -> NAV
*************************************************************/

#footer #nav {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size: 10pt;
/*	border-top: 1px solid #00f;
	border-bottom: 1px solid #00f;*/
	line-height: 1em;
	clear: both;
}

#footer #nav li {
	list-style-type: none;
	color: #f00;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #aaa;
}

#footer #nav li.last {
	border-right: none;
}

#footer #nav li a {
	text-decoration: none;
	font-weight: normal;
	color: #777;
}

#footer #nav li a img {
	border: none;
}

#footer #nav li a:hover {
	text-decoration: none;
	color: #f00;
}



/*******************************************************************
* div # CONTENT
*******************************************************************/

div#content {
	background-color: #fff;
	margin: 0px 310px 0px 20px;
	padding: 0px;
/*	border: 1px dashed #ccc;*/
}

div#content h1 {
	font-size: 22pt;
	margin: 30px 0px 30px 0px;
	padding: 0;
	text-align: center;
}

div#content h1.first {
	margin-top: 0px;
}

div#content h2 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#content h2 a {
	color: #000;
	text-decoration: none;
}

div#content h3 {
	font-size: 10pt;
	color: #555;
	margin: -10px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

div#content img.article {
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

div#content img.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

div#content img.left {
	float: left;
	margin: 0px 20px 5px 0px;
}




/*******************************************************************
* div #FADEDOWN, #FADEUP
*******************************************************************/

div.fadedown {
	background-image:url('/images/fadeDown.jpg');
	background-repeat: repeat-x;
	height: 20px;
	margin-bottom: 10px;
}

div.fadeup {
	background-image:url('/images/fadeUp.jpg');
	background-repeat: repeat-x;
	height: 10px;
}



/*******************************************************************
* div # urgent     (Breaking news on homepage)
*******************************************************************/

div.urgent {
	width: 100%;
	background-color: #000;
	margin: 0px;
	padding: 5px 0px 15px 0px;
/*	border-top: 1px solid #00f;
	border-bottom: 1px solid #00f; */
}

div.urgent table {
	width: 90%;
	margin: 0px auto;
	border-collapse: collapse;
}

div.urgent table th {
	width: 125px;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	border-top: 1px solid #555;
	border-right: none;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	text-align: right;
	padding: 10px 20px 10px 10px;
}

div.urgent table td {
	background-color: #000;
	color: #fff;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: none;
}

div.urgent table td p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}



/*******************************************************************
* div.newsList
*******************************************************************/

div.newsList table.newsItem {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
		
div.newsList table.newsItem td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
		
div.newsList table.newsItem td.icon {
	width: 75px;
}

div.newsList table.newsItem td.icon img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.newsList table.newsItem td.icon img.border {
	border: 1px solid #000;
}


div.newsList table.newsItem td.text {
	padding-left: 20px;
}



/*******************************************************************
* div.newsPage div.newsItem
*******************************************************************/

div.newsPage table.newsItem {
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
/*	border: 1px dashed #ccc;*/
}
		
div.newsPage table.newsItem td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
		
div.newsPage table.newsItem td.icon {
	width: 150px;
	border: none;
}

div.newsPage table.newsItem td.icon img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.newsPage table.newsItem td.icon img.border {
	border: 1px solid #000;
}

div.newsPage table.newsItem td.text {
	padding-left: 20px;
}
