﻿body 
{
	text-align:center;
	vertical-align:top;
	background-color:#16222f;
	margin: 0px;
	padding:0px;
}

#tblAllContents
{
	width:800px;
	background-color:#354659;
}

/*Title Area*/
#divTitleMainBG
{
	background-color:#16222f;
	background-image:url('../img/title_mnu_bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}
#divTitleMainFront
{
	width:100%;
	height:70px;
	background-image:url('../img/title.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:right;
	vertical-align:bottom;
}

/*First Line of links on the Title (whee arabic and home page link shown)*/
#divMainMenuL1
{
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 10px 0px;
	height:30px;
}

#divMainMenuL1 a
{
	font-family:Calibri Arabic Transparent Arial;
	font-size: 14px;
	color:#5b6c80;
	font-weight:bold;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#divMainMenuL1 a:hover
{
	color:#b9d7fb;
}

/*Banner Area*/
#divBanner
{
	width:100%;
	background-color:#566e88;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}

/*Copyright Strip*/
#tblCopyright
{
	width:100%;
	height:30px;
	font-family:Calibri Arabic Transparent Arial;
	font-size: 16px;
	text-align:left;
	color:#7fa1c5;
	background-color:#2a3b4b;
	padding-left:10px;
	vertical-align:top;
}

#tblCopyright a
{
	font-family:Calibri Arabic Transparent Arial;
	font-size: 14px;
	color:#5b6c80;
	font-weight:bold;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#tblCopyright a:hover
{
	color:#b9d7fb;
}