body {
	text-align: left;
	direction: ltr;
	margin: 0;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	margin: 20 10 20 10;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	display: inline;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #15b;
}
input,textarea	{
	border: solid 1px #aaa;
}
#main {
	max-width: 1200px;
	min-width: 600px;
	font-size: 14px;
	font-family: arial, tahoma;
	color: #444;
	line-height: 23px;
	margin: 0 auto;
}
#toplinks {
	line-height: 18px;
	font-size: 12px;
	text-align: right;
	direction: rtl;
	margin-top: 2px;
	color: #aaa;
	float: right;
}
#logo {
	border-bottom: 3px #fa2 solid;
	text-align: left;
	line-height: 100px;
	font-size: 36px;
	font-weight: bold;
}
#dates {
	padding: 8 0 8 0;
	line-height: 19px;
	font-size: 13px;
	color: #aaa;
}
.top {
	background: #eeeeee;
	width: calc(50% - 37px);
	height: 139px;
	margin: 15 15 0 0;
	padding: 10px;
	border: 1px #dddddd solid;
	float: left;
	overflow: hidden;
}
.top h2 {
	font-weight: bold;
}
#home_icon {
	margin: 14px 20px 0px 0px;
}
#close_icon {
	cursor: pointer;
	color: #e55;
	margin-right: 20px;
}
#right-column {
	width: calc(50% - 21px);
	border-left: 1px solid #dddddd;
	padding: 0 0 0 20;
	float: right;
}
#left-column {
	width: calc(50% - 20px);
	margin: 0 20 0 0;
	float: left;
}
.news-box {
	margin-top: 7px;
}
#image_th {
	width: 56px;
	height 42px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#last-news {
	width: 100%;
}
#titlebar {
	width: calc(100% - 30px);
	padding: 3 15 3 15;
	margin: 10 0 10 0;
	float: right;
	background: #555;
	border-bottom: 3px #ffc100 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#news-text {
	text-indent: 10px;
	font-size: 15px;
	margin: 0 0 50 0;
}
#source-label {
	color: #555555;
	margin: 0 4px 0 4px;
	text-decoration: italic;
	font-size: 11px;
	color: #774433;
}
#ns-label {
	background: #eeeeee;
	color: #aaa;
	padding: 5 10 5 10;
	margin: 10 0 0 0;
	text-align: right;
	font-size: 12px;
	border: 1px solid #dddddd;
}
#cat-left {
	width: calc(100% - 10px);
	font-size: 12px;
	padding: 11px 0px 8px 0px;
	margin: 20 0 0 0;
	line-height: 13px;
}
#cat-left a {
	color: #013;
}
#cat-left a:hover {
	color: #018;
	text-decoration: underline;
}
#title-cat-left {
	color: #03389e;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	margin: 0px 0px 12px 0px;
	border-bottom: solid 2px #ffc100;
}
#iframe-panel {
	width: 100%;
	padding-top: 4px;
	background: rgba(255, 255, 255, 0.85);
	text-align: right;
	position: fixed;
	top: 0px;
	left: 0px;
	font-weight: bold;
	display: none;
}
#ifrm {
	width: 100%;
	height: 630px;
	overflow-x: hidden;
	scrolling: yes;
	border-top: 1px solid #aaa;
}
#footer {
	float: right;
	text-align: left;
	direction: ltr;
	margin: 15 0 5 0;
	padding: 10 20 10 20;
	color: #ffffff;
	background: #03389e;
	border-top: 3px #ffc100 solid;
}