@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
}
html{
	height:100%;
}
body,td,th {
	font-family: Tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #000;
}
body{
	height:100%;
	background-color: #e7ecf0;
	background-image: url(images/bgimage.jpg);
	background-repeat: repeat-x;
}


#divBannerSectionContainer {
	width:990px;
	margin-right:auto;
	margin-left:auto;
	
	height: 180px;
}
#divMainSectionContainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	
	background-color:#FFF;
	display:table;
	min-height:70%;
}
#divFooterSectionContainer {
	width: 990px;
	margin-right:auto;
	margin-left:auto;

	bottom:0px;
	background-color: #c3d1da;
	color: #85929b;
	height: 44px;
	display:block;
}


#divMainSectionMain {
	float: right;
	width: 715px;
	background-color: #FFF;
}
#divMainSectionRight {
	float: right;
	width: 275px;
}


#divLogo {
	float: right;
	width: 278px;
}
#divTopLinksContainer {
	float: right;
	width: 712px;
}
#divTopLinksTop {
	height: 108px;
}
#divTopLinksBottom {
	height: 42px;
	/*margin-top: 30px;*/
	margin-top: 20px;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.6px;
	/*color: #1ca2d5;*/
	color: #FFF;
	font-family: arial, tahoma;
}


.divMainKeys {
	margin: 9px;
	background-color: #FFF;
	height: 333px;
}
#divLeftMenu {
	height: 351px;
}


a:link ,a:visited,a:active {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #1ca2d5;
	text-decoration: none;
	outline:none;
}
a.newsCaption:link {
	color: #21c6fc;
	text-decoration:none;
	outline:none;
	text-align:justify;
}
a.newsCaption:visited {
	color: #21c6fc;
	text-decoration:none;
	outline:none;
	text-align:justify;
}
a.newsCaption:active {
	color: #f89f05;
	text-decoration:none;
	outline:none;
}
a.newsCaption:hover {
	color: #f89f05;
	text-decoration:none;
	outline:none;
}
#divMainImage {
	height: 333px;
	background-color: #FFF;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-top: 9px;
}
.divSeperator {
	height: 12px;
	background-color: #E7ECF0;
}
#divNewsContainer {
	height: 210px;
	background-color: #FFF;
}
.divNewsImage {
	height: 90px;
	width: 116px;
	margin-top: 9px;
	margin-right: 15px;
	border: solid 1px #e7ecf0;
	padding: 2px;
	float: right;
}
.divNewsCaptions {
	height: 120px;
	float: right;
	color: #21C6FC;
	width: 205px;
	line-height: 120%;
	letter-spacing: -0.7px;
	overflow: hidden;
}
ul.ulNews {
	padding-right: 2em;
	list-style-type: circle;
	text-align:justify;
}
ul.ulWidget {
	padding-right: 1em;
	list-style-type: circle;
}
#divWidgetContainer {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divAWidgetContainer {
	margin-top: 4px;
	margin-right: 9px;
	margin-left: 9px;
	border: solid 1px #e7ecf0;
	height: 190px;
	margin-bottom: 4px;
	background-color: #F9FAFC;
}
.divNewsTitle {
	height: 34px;
	margin-top: 9px;
	margin-right: 15px;
}
.divANewsContainer {
	float: right;
	width: 346px;
	margin-left: 9px;
	height: 190px;
	background-color: #f9fafc;
	border: solid 1px #e7ecf0;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 0px;
}
.divAwidgetHeaderContainer {
	margin: 3px;
	height: 35px;
	background-color: #cae5f8;
	border: solid 1px #11bafd;
}
.divAWidgetHeaderImageContainer {
	margin: 1px;
	height: 33px;
	background-color: #278ed3;
}
.divWidgetCaptions {
	height: 112px;
	color: #96CFFC;
	line-height: 120%;
	letter-spacing: -0.7px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
	overflow: hidden;
}


.divDisplayTextContainer {
	float: right;
	margin-left: 9px;
	min-height: 100%;
	background-color: #f9fafc;
	border: solid 1px #e7ecf0;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 0px;
	width: 660px;
	padding:20px;
	color:navy;
	text-align:justify;
	direction:rtl;
	line-height:180%;
}
.spanDisplayTextCaption {
	font-size:12pt;
	font-weight:bold;
	font-family:arial,tahoma;
	color:#333;
}