/* Style sheet  */

/* Adds right scroll bar to avoid bouncing on short pages */
html { min-height: 100%; margin-bottom: 1px; } 


body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #94B5EB;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 49.4em;
	background-color: #FFFFFF;
	border: 1px solid #003333;
	margin: 0px auto;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	/*font-size: 10px;*/
	font-size: .85em;
	display: inline;
	color: #CEDEF7;
}
#skiplink a {
	color:#CEDEF7;
}
#skiplink a:focus, div#skiplink a:active {
	color:#FFFFFF;
	background-color: #002559;
}

/* BRANDING BAR*/

#brandbar {
	height: 1.25em;
	width: 49.4em;
	background-image: url(images/brandbarbkgd.jpg);
	background-repeat: repeat-x;
	background-color: #C2C6CF;
	margin: 0px auto 0px auto;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #666666;
}

#brandbar .welcome {
	font-size: .7em;
	color: #333333;
	padding: .3em 0px 0px .5em;
	margin: 0 0 0 2em;
	display: block;
}
#brandbar  .welcome  a:link {
	color: #1E1E1E;
	text-decoration: underline;
}
#brandbar .welcome a:hover {
	color: #0033CC;
}
#brandbar #searchfrm  /* SEARCH BOX */
 {
	width: 12em;
	float: right;
	margin: -1.15em 0 0 0;
	text-align: left;
}
#brandbar  #searchfrm label /*hidden*/
{
	position:absolute;
	overflow:hidden;
	font-size: 0.7em;
	top: -500px;
}
#brandbar  #searchfrm .button {
	font-size: 0.65em;
}
#brandbar  #searchfrm  .textbox  {
	font-size: 0.65em;
}



/* LANGUAGE BAR */

#lang {
	height: 1.15em;
	background-color: #F1C8A8;
	background-image: url(images/langbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -1px 0px;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0;
}

#lang ul {
	text-align: right;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 10px;
	color: #333333;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#lang  ul  li#english a {
	color: #854816;
	font-weight: bold;
}

#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#012136;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a {
	padding-right: 3px;
	padding-left: 3px;
}
#lang ul li a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #012136;
}
#lang ul li a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #B1601D;
}
#lang ul li a:active {
	text-decoration:none;
	font-weight: bold;
	color: #012136;
}


/* TOP BANNER */

#banner {
	clear: none;
	height: 93px;
	background-color: #BFCFDE;
	background-image: url(images/banner-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: 10px;
}


#hiddentitle, #hiddentitle span {
	background-repeat: no-repeat;
	height: 93px;
	background-image: url(images/banner.jpg);
}

#hiddentitle span {
	margin-bottom: -70px;
}


h1 {
	/*font-size: 14px;*/
	font-size: 1.2em;
	margin:0;
	text-align: left;
	color: #000033;
	padding: 0;
}

h1 span {
	display: block;
	position: relative;
	z-index: 1;
}
#orngbar {
	background-image: url(images/orngbkgd.jpg);
	background-repeat: repeat-y;
	height: 1.2em;
	background-position: 0px 0px;
	width: 100%;
	background-color: #EDBB92;
}



/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 18%;
	background-color: #F4EAE1;
	font-size: 0.71em;
	background-image: url(images/navgrad.jpg);
	background-repeat: repeat-x;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0
}

#leftmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 16px 5px 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7A269;
}	

#leftmenu ul li a:link, a:visited {
	color:#712D00;
	text-decoration: none;
}
	
#leftmenu ul li a:hover  {
	background-color: #EBEBEB;
	color: #001E44;
}
	
#leftmenu ul li a:active {text-decoration: none;}

#leftmenu ul ul li a  {
	padding-left: 1.5em;
	background-image: url(images/bullet2.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	font-weight: normal;

}
#leftmenu ul ul li a:link {
	color: #333333;
}

#leftmenu .pdfnote {
	text-align: center;
	display: block;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 78%;
	float: left;
	margin: 0 0 0 .8em;
	padding: 0;
}

#content h2 {
	color: #712D00;
	font-size: 1.05em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 0.8em;
}

#content h3 {
	font-size: 0.85em;
	font-weight: bold;
	color: #27353D;
	border-bottom: 1px solid #F4D9C1;
	padding: 3px 0px;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
	
#content p {
	font-size: 0.75em;
	color: #333333;
	text-decoration: none;
	padding: 0;
	text-align:justify
}

#content p.bold {
	font-weight: bold;	
}
#content  p.toppara {
	padding-top: 1em;
}

#content a {
	padding-left: 0px;
	color:#02327A;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #B15407;
	text-decoration: underline;
}
#content a:hover {
	color:#B15407;
	background:none;
	text-decoration: underline;
}
#content ul {
	color: #FF0000;
}


#content ul li {
	list-style-type: none;
	color: #333333;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 3%;
	font-size: .75em;
}

#content ol li {
	/*list-style-type: none;*/
	color: #333333;
	/*background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 3%;
	font-size: .75em;
	text-align:justify
}

#content #imgcenter {
width: 441px;
margin: auto;
	font-size: 0.7em;
	color: #712D00;
	padding-bottom: 10px;
}

#content #imgright {
	float: right;
	padding-left: 10px;
	font-size: 0.7em;
	color: #712D00;
	padding-bottom: 10px;
}

#content #imgright1 {
	float: right;
	/*padding-left: 10px;*/
	/*font-size: 0.7em;
	color: #712D00;*/
	padding-bottom: 10px;
	padding-right: 100px
}
#content #imgleft {
	float: left;
	font-size: 0.7em;
	color: #712D00;
	padding-right: 10px;
	padding-bottom: 10px;
}

blockquote {
	background-color: #E2E8EF;
	line-height: 17px;
	border: 2px solid #B5C4D7;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-left: 0.4em;
}
blockquote .credit   {
	text-align: right;
	display: block;
	padding-top: .4em;
}
#highlightpara  {
	background-color: #E2E8EF;
	line-height: 17px;
	border: 2px solid #B5C4D7;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-left: 0.4em;
}
#highlightpara p.title                  {
	font-size: 0.9em;
	font-weight: bold;
	color: #000033;
}



/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #00265D;
	width: 100%;
	color: #E1E3F8;
	/*font-size: 11px;*/
	font-size: .8em;
	padding: 0px;
	margin: 0 auto;
}
