/* 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/texture.gif);
	background-repeat: repeat;
}

	
/* 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: 1em;
	display: inline;
	color: #F7EEBD;
}
#skiplink a {
	color:#F7EEBD;
}
#skiplink a:focus, div#skiplink a:active {
	color:#FFFFFF;
	background-color: #003333;
}

/* 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 {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-image: url(images/langbkgd.jpg);
}

#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: #921813;
}

#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#200401;
	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;
}
#lang ul li a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #921813;
}
#lang ul li a:active {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}


/* TOP BANNER */

#banner {
	clear: none;
	height: 144px;
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
	background-color: #552C04;
}

#hiddentitle, #hiddentitle span {
	background-repeat: no-repeat;
	height: 144px;
	background-image: url(images/banner.jpg);
}

#hiddentitle span {
	margin-bottom: -100px;
}


h1 {
	/*font-size: 14px;*/
	font-size: 1.5em;
	margin:0;
	text-align: left;
	color: #FFFFFF;
	padding: 0;
}

h1 span {
	display: block;
	position: relative;
	z-index: 1;
}



/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 18%;
	background-color: #F5E6C5;
	font-size: 0.7em;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0
}
#leftmenu ul li span.subject  {
	color: #330000;
	font-weight: bold;
	padding-left: .8em;
}

#leftmenu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
}	

#leftmenu ul li a:link, a:visited {
	color:#330000;
	text-decoration: none;
}
	
#leftmenu ul li a:hover  {
	background-color: #FCF7EB;
	color: #000000;
}
	
#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;
	padding: 0 6px 0 15px;
	color: #333333;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 79%;
	float: left;
	margin: 0;
	padding: 0 0 0 0.7em;
}
blockquote {
	background-color: #FDFAEC;
	font-size: 0.75em;
	line-height: 17px;
	padding: 0.6em;
	margin: 0.8em 0px 0px 0px;
	border: 2px solid #FBF4D2;
}
#box {
	background-color: #FFF;
	/*font-size: 0.75em;*/
	line-height: 17px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #000;
	text-align:center;
}
.credit   {
	text-align: right;
	display: block;
	padding-top: .4em;
}

#content h2 {
	color: #800600;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 0.8em;
}
#content h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #513635;
	padding: 3px 0;
	border-bottom: 1px solid #EEDFD5;
	
}
#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;
}
#content p.red {
	font-weight: bold;
	color: #800600;	
}
.rojo {
	font-weight: bold;
	color: #800600;	
}
#content p.bold {
	font-weight: bold;	
}
#content  p.toppara {
	padding-top: 1em;
}

#content a {
	padding-left: 0px;
	color:#330000;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #990000;
	text-decoration: underline;
}
#content a:hover {
	color:#990000;
	background:none;
	text-decoration: underline;
}

#content ul li {
	/*font-size: 0.72em;*/
	padding: 0 0 1% 0;
	list-style-type: disc;
	color: #333333;
}

.list {
font-size: 0.72em;
	/*padding: 0 0 1% 0;
	list-style-type: disc;
	color: #333333;*/
	}
#content img { }


/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #420001;
	width: 100%;
	color: #FFEDC1;
	/*font-size: 11px;*/
	font-size: 0.7em;
	padding: 0px;
	margin: 0 auto;
}

.hidden{display:none;}

