@charset "UTF-8";
html  {
	height: 100%;
}
body  {
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 11px;
	letter-spacing: .1em;
	background-color: #ddd8ca;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.highlighttitle {
	font-variant: small-caps;
	color: #2b388f;
	font-weight: bold;
}
a:link, a:visited {
	color: #2b388f;
	text-decoration: underline;
}
.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #71480C;
	letter-spacing: .2em;
}
a:hover, a:active, a:focus {
	color: #826D81;
	text-decoration: underline;
}
a.plain:link, a.plain:visited {
	color: #2b388f;
	text-decoration: none;
}
a.plain:hover, a.plain:active, a.plain:focus {
	color: #826D81;
	text-decoration: none;
}
#wrapper {
	min-height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/graphics/bodybg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* --------------------------------------- Navigation --------------------------------------- */
#wrapper #navbar {
	width: 100%;
	height: 39px;
	/*overflow: hidden;*/
	background-image: url(images/graphics/navbarbg.gif);
	background-repeat: repeat-x;
}
#wrapper #navbar #navbarcontent {
	width: 896px;
	margin: 0 auto;
}
#wrapper #subnavbarh {
	background-image: url(images/graphics/subnavbarbg.gif);
	background-repeat: no-repeat;
	width: 896px;
	height: 45px;
	margin: 1em auto 0;
}
#wrapper #subnavbarh ul {
	display: inline;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	padding: 2em 0px 0px 2em;
}
#wrapper #subnavbarh li {
	list-style-type: none;
	display: inline;
	padding: 0;
}
#wrapper #subnavbarh a{
	display: block;
	float: left;
	margin: 0px;
	padding: 1.1em 0px 0px 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0em;
}
#wrapper #subnavbarh a,
#wrapper #subnavbarh a:visited {
	color: #2b388f;
	text-decoration: none;
}
#wrapper #subnavbarh a:hover,
#wrapper #subnavbarh a:active,
#wrapper #subnavbarh a:focus {
	color: #826D81;
}
#wrapper #subnavbarh li a.current,
#wrapper #subnavbarh li a.current:hover {
	color: #564956;
	font-weight: bold;
}
/* --------------------------------------------------------------------------------------------- */
#wrapper #header {
	height: 105px;
	width: 100%;
	overflow: hidden;
	background-image: url(images/graphics/headerbg.jpg);
	background-repeat: repeat-x;
}
#wrapper #header #headercontent {
	width: 896px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main {
	overflow: hidden;
	z-index: -1;
	color: #333333;
	padding-right: 2em;
	padding-left: 2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	width: 56em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainiframe {
	overflow: hidden;
	z-index: -1;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	width: 60em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainopen {
	background-color: #ddd8ca;
	overflow: hidden;
	z-index: -1;
	color: #333333;
	padding-right: 2em;
	padding-left: 2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	width: 100%;
}
#wrapper #main #maintop {
	width: 616px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main #translation {
	background-color: #F2F2F2;
	padding-right: .5em;
	padding-left: .5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#wrapper #main #translation #arabic {
	text-align: right;
}
#wrapper #main #mainbottom {
	text-align: justify;
}
#wrapper #main #mainbottom #sidebarl {
	float: left;
	width: 26%;
	background-image: url(images/graphics/highlightbg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#wrapper #main #mainbottom #sidebarl p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 1em;
	padding-right: 1em;
	line-height: normal;
}
#wrapper #main #mainbottom #sidebarl #sidebarlbox {
	background-image: url(images/graphics/sidebarlbox.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 1.5em;
}
#wrapper #main #mainbottom #sidebarl #sidebarlbox #sidebarlboxl {
	float: left;
	width: 30%;
}
#wrapper #main #mainbottom #sidebarl #sidebarlbox #sidebarlboxr {
	float: right;
	width: 70%;
}
#wrapper #main #mainbottom #sidebarr {
	float: right;
	width: 26%;
	background-image: url(images/graphics/highlightbg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#wrapper #main #mainbottom #sidebarr p {
	font-style: italic;
	font-size: 0.9em;
	padding-left: 1em;
	padding-right: 2em;
	line-height: normal;
	color: #2b388f;
}
#wrapper #main #mainbottom #middle {
	margin-right: 27%;
	margin-left: 27%;
	letter-spacing: normal;
}
#wrapper #main #mainbottom #middlesidebarr {
	margin-right: 28%;
	margin-left: -2em;
	letter-spacing: normal;
}
#wrapper #main #mainbottom #middlelarge {
	margin-left: -2em;
	letter-spacing: normal;
	margin-right: -2em;
}
#wrapper #main #mainbottom #middlelarge ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#wrapper #main #mainbottom #middlelarge li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #main #mainbottom #middlelarge li.indent {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 260px;
}
#wrapper #main #mainbottom #middlehighlight {
	color: #2b388f;
	font-size: 0.95em;
	padding: .1em 1em;
	background-image: url(images/graphics/highlightlongbg.gif);
	background-repeat: no-repeat;
	background-position: -2em;
	font-style: italic;
}
#wrapper #footer {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-image: url(images/graphics/footerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper #footer #footercontent {
	width: 896px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #383834;
}
