@charset "utf-8";
/* CSS Document */
body {
	background-attachment:fixed;
	background-color: #dbd5c3;
	background-image: url(../_Images/Body_bg.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#Container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#a29061;
	background-attachment:scroll;
	background-image: url(../_Images/Container_bg.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
	padding-top:38px;
}
#Main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	width:900px;
	float:left;
}
#Banner {
	height:307px;
	float:left;
	width:674px;
	margin-left:1px;
}
#Menu {
	height:277px;
	background-color:#b6a682;
	width:225px;
	background-image: url(../_Images/Menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	padding-top:30px;
	font-size:14px;
}
.verticalMenu {
	z-index:10000;
	margin:0px 0 0px 0px; /* this page only */
	margin-top:20px;
	background-color:#b6a682;
}
.subb {
	text-align:left;
	background:#b6a682;
}
.sub {
	text-align:left;
	margin-top:0px;
}
.menuText {
	margin-left:20px;
}
/* remove all the bullets, borders and padding from the default list styling */
.verticalMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
}
/* hack for IE5.5 */
* html .verticalMenu ul {
	margin-left:-16px;
}
/* position relative so that you can position the sub levels */
.verticalMenu li {
	position:relative;
	height:26px;
	border-bottom: dotted 1px #FFFFFF;
}
/* get rid of the table */
.verticalMenu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.verticalMenu a, .verticalMenu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:100%;
	color:#FFFFFF;
	text-indent:5px;
}
/* hack for IE5.5 */
* html .verticalMenu a, * html .verticalMenu a:visited {
	background:#c1d7e5;
	width:100%;
}
/* style the link hover */
* html .verticalMenu a:hover {
	color:#FFFFFF;
	background:#e5eef3;
}
.verticalMenu :hover > a {
	background-color:#FFFFF1;
	color:#b6a682;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.verticalMenu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:225px;
	width:350px;
}
/* make the second level visible when hover on first level list OR link */
.verticalMenu ul li:hover ul, .verticalMenu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.verticalMenu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.verticalMenu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.verticalMenu ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.verticalMenu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}
/* end of V-menu*/

#MainContent {
	width:900px;
	float:left;
	background-color:#ac9a72;
}
#MainLeft {
	width:225px;
	float:left;
}
#MainRight {
	width:674px;
	float:left;
	background-color:#a29062;
	margin-left:1px;
}
#MainRight .InnerMenu {
	color:#a29062;
	width: 200px;
	background-color:White;
	float: right;
	margin-bottom:0px;
	margin-top:10px;
	margin-right:5px;
	margin-left:10px;
	text-align:left;
	background-image: url(../_Images/sMenu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#MainRight .InnerMenu a {
	color:#a29062;
}
#MainRight .InnerMenu ul {
	margin-left:2px;
	margin-right:5px;
}
#MainRight .InnerMenu li {
	list-style-type:none;
	padding:0px;
	margin-bottom:5px;
	line-height:10px;
}
#MainRight .InnerMenuBottom {
	height:10px;
	background-image: url(../_Images/sMenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	width:100%;
	float:right
}
#News {
	background-color:#ac9a72;
	width:100%;
	float:left;
	background-image: url(../_Images/News_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#News ul {
	margin:20px;
}
#News li {
	margin-top:10px;
}
.NewsBottom {
	height:8px;
	background-image: url(../_Images/NewsBottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	float:left;
}
#Message {
	width:100%;
	background-color:#b5a681;
	background-image: url(../_Images/Message_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#Message ul {
	margin:20px;
}
#Message ul li {
	margin-top:5px;
	list-style-type:circle;
	margin-left:20px;
}
.MessageBottom {
	height:8px;
	background-image: url(../_Images/MessageBottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	float:left;
}
#PhotoGallery {
	width:100%;
	background-color:#b5a681;
	background-image: url(../_Images/Message_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#PhotoGallery img {
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
}
#InnerContent {
	width:100%;
	background-color:#b5a681;
	background-image: url(../_Images/Message_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
	min-height:400px;
}
#InnerContentHome {
	width:100%;
	background-color:#c7bca0;
	background-image: url(../_Images/MainContent_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
.InnerContentBottom {
	height:8px;
	background-image: url(../_Images/MainContentBottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	float:left;
}
#InnerContent table {
	padding:5px;
	border:#FFFFFF dotted 1px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
#InnerContent tr {
	padding:5px;
	border:#FFFFFF dotted 1px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
#InnerContent td {
	padding:5px;
	border:#FFFFFF dotted 1px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
#InnerContent th {
	background-color:#ffffff;
	color:#b6a682;
	height:30px;
	vertical-align:middle;
}
#InnerContent .odd {
	background-color:#c7bca0;
}
#OnlineForm {
}
#OnlineForm input {
	width:300px;
	height:20px;
}
#OnlineForm textArea {
	width:300px;
	height:100px;
}
#OnlineForm tr, td, table {
	padding:5px;
	border:#99895d none 1px;
	margin-left:20px;
}
#Footer {
	margin-left:30px;
	margin-right:30px;
	float:left;
	background-color:#FFFFFF;
	height:30px;
	width:900px;
	padding-top:20px;
	color:#a29061;
	text-align:center;
}
#Footer a {
	color:#a29061;
	font-weight:bold;
}
h1 {
	font-weight:bold;
	font-size:16px;
	margin-left:20px;
	margin-top:20px;
	color:#FFFFFF;
}
h2 {
	font-weight:bold;
	font-size:16px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	border-bottom: #99895d dotted 1px;
	width:400px;
	padding-bottom:3px;
	color:#FFFFFF;
}
sup {
	font-size:10px;
	vertical-align:text-top;
	margin-left:2px;
}
p {
	margin:20px;
}
.ReadMore {
	float:right;
	margin-right:20px;
	margin-bottom:10px;
	font-weight:bold;
}
#InnerContent ol {
	margin:20px;
}
#InnerContent ol li {
	margin:20px;
	list-style-type:decimal;
}
#InnerContent ul {
	margin:20px;
}
#InnerContent ul li {
	margin-top:10px;
	list-style-type:circle;
	margin-left:20px;
	margin-right:20px;
}
#writetochancellor {
}
#writetochancellor table {
	padding:5px;
	border:#FFFFFF dotted 0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
#writetochancellor tr {
	padding:5px;
	border:#FFFFFF dotted 0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
#writetochancellor td {
	padding:5px;
	border:#FFFFFF dotted 0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
.DarkBlueIconBG {
	width:159px;
	height:27px;
	background-image: url(../_Images/darkblueBG.png);
	background-repeat: no-repeat;
	text-align:center;
	margin-left:20px;
	padding-top:5px;
}


.Ann {
	width:144px;
	height:32px;
	background-image: url(../_Images/Anno.png);
	background-repeat: no-repeat;
	text-align:left;
	margin-right:20px;
	padding-top:15px;
	padding-left:20px;
	font-weight:bold;
	background-position: left center;	
}

.Arrow {
	width:16px;
	height:16px;
	background-image: url(../_Images/arrow.png);
	background-repeat: no-repeat;
	float:left;
}


.ArabicBtn {
	width:112px;
	height:27px;
	background-image: url(../_Images/lang.png);
	background-repeat: no-repeat;
	text-align:center;
	margin-right:20px;
	padding-top:5px;
	float:right;
	font-family:Tahoma;
}
.EnglishBtn {
	width:112px;
	height:27px;
	background-image: url(../_Images/lang.png);
	background-repeat: no-repeat;
	text-align:center;
	margin-left:20px;
	padding-top:5px;
	float:left;
}
.JuryMembersImg {
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#Arabic {
	font-family:Tahoma;
	direction:rtl;
}
#Arabic News {
	float:left;
	text-align:left;
}
