@font-face {
  font-family: "Traditional Arabic";
  src: url('fonts/TraditionalArabic.eot'); /* IE */  
  src: local("Traditional Arabic"),url(fonts/TraditionalArabic.ttf) format("truetype"); /* non-IE */
}
body {
	font-family: "Traditional Arabic", sans-serif;
}
.bold {
	font-weight:bold;
}
.times {
	font-family:"Times New Roman", Times, sans-serif;
	color:#183E29;
}
a {
	text-decoration: none;
	color: #6B927D;
}
a:visited {
	text-decoration: none;
	color: #183E29;
}
div#container {
    background-color: #CEE0D6;
    width: 895px;
    margin: 0 auto;
}
div#header {
	color: #183E29;
	text-align: center;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0 auto;
}
h3 {
	font-size: 1.5em;
}
h1 {
	font-size: 4.1em;
	border: 9px solid;
	height: 85px;
	width: 600px;
	position: relative;
}
h1 span {
	background-image: url(images/de.jpg);
	height: 53px;
	width: 63px;
	position: absolute;
	top: 12px;
	left: 255px;
}
h2 {
	font-size: 1.2em;
	letter-spacing: 4px;
	color: white;
	background-color: #183E29;
	height: 10px;
	width:  480px;
}
h2 span {
	position: relative;
	top: -13px;
}
ul {
	list-style: none;
	padding: 0;
}
li {
	display: inline;
}
ul#a_menu li {
	font-size: 1.1em;
	margin: 0 6px;
	color: #6B927D;
}
ul#a_menu a:hover {
	color:#183E29 !important;
	}
ul#a_menu a:visited {
	color:#6B927D;
	}
ul#b_menu li {
	font-size: 1.2em;
	margin: 0 13px;
	color: white;
}
ul#b_menu a {
	background-position: 0px top;
	background-image: url(images/menu_bg.gif);
	display: inline-block;
	height: 27px;
	width: 180px;
	padding-top: 3px;
	padding-right: 6px;
	color:white;
}
ul#b_menu a:hover {
   background-position: 188px top;
}
ul#b_menu span {
    position: relative;
}
ul#b_menu a:hover span {
    top: 2px;
    left: 2px;
}
ul#b_menu_sub li {
	font-size: 1em;
	margin: 0 3px;
	color: white;
}
ul#b_menu_sub a {
	background-position: 0px top;
	background-image: url(images/menu_bg.gif);
	display: inline-block;
	height: 27px;
	width: 141px;
	padding-top: 3px;
	padding-right: 6px;
	color:white;
}
ul#b_menu_sub a:hover {
   background-position: 188px top;
}
ul#b_menu_sub span {
    position: relative;
}
ul#b_menu_sub a:hover span {
    top: 2px;
    left: 2px;
}
div#body img {
	display: inline;
	margin:  0 13px;
}
div#footer {
	color: #6B927D;
	font-size: 1.2em;
	text-align: center;
}
div#footer span {
	margin-left: 50px;
}
p.quote q {
 	display: block;
	margin-bottom:30px;
}
p.quote span {
 display: block;
 text-align: right;
}
	h4 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:white;
	text-align:center;
	background-color:#183E29;
	}