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

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

a {
	color: #f00;
}

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

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

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

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



/*******************************************************************
* 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: 80%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: none;
	border-left: 2px 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;
}



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

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



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

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

#right h1 {
	width: 220px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	background-color: #777;
	color: #fff;
	font-size: 10pt;
	text-align: left;
}

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

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

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

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

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

#right ul {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
/*	list-style-type: circle;*/
}

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

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



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

#main {
	background: #fff;
	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: 80%;
	margin: 0px auto 10px auto;
	border-top: none;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	text-align: center;
	padding-bottom: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	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 {
	padding: 0px 20px 10px 20px;
/*	padding: 0px 10px 10px 10px;*/
}



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

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

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



/*******************************************************************
* div.news div . NEWSITEM
*******************************************************************/

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

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

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



/*******************************************************************
* 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;
}