/* BODY AND DIRECTION				=============================== */

body  	{
/*	background:rgb(160,175,245); */
	background-image: url("../02graphics/bg.gif");
	direction:rtl
  position:relative; 
	}

span	{
	direction:ltr;
	font-family:Times New Roman;
	font-size: 12pt
	}

span.under	{
	direction:rtl;
	font-family:Arial;
	font-size: 12pt;
	text-decoration:underline
	}

span.bold{
	direction:rtl;
	font-family:Arial;
	font-size: 12pt;
	font-weight:700
	}

span.fin{
	direction:rtl;
	font-family:Arial;
	font-size: 12pt;
	border-right: solid 0px rgb(255, 255, 255)
	}

span.finred{
	direction:rtl;
	color:red;
	font-family:Arial;
	font-size: 12pt;
	border-right: solid 0px rgb(255, 255, 255)
	}

/* TOP BANNER DIVISION 				=============================== */

div.0 	{
	width:730px; 
	height:119;
	/*background-image: url("../02graphics/topbanner3.jpg");*/
	clear:none; 
	position:absolute; 
	top:0px; 
	left:26px;
	padding:0px;
/*	border: solid 1px rgb (0, 0, 0);*/
	}

/* SIDE MENU DIVISION  (RIGHT SIDE) 		=============================== */

div.1 	{
	width:127px; 
	height:500;
	/*background-image: url("../02graphics/backright.jpg");*/
	clear:none; 
	float:right; 
	position:absolute; 
	top:130px; 
	left:630px;
	padding-left:3px;
	padding-right:3px;
	border:solid 0px black;
	}

/* ADDITIVES DIVISION (LEFT SIDE) 		=============================== */

div.2 	{
	width:120px; 
	z-index:0;
	height:500;
/*	background-color:rgb(160,175,245);*/
	clear:none; 
	float:left; 
	position: absolute; 
	top:130px; 
	left:26px;
	padding:3px;
	border:solid 0px black;
	}

/* PAGE CONTENT DIVISION (CENTER)		=============================== */

div.3 	{
	z-index:-1;
	width:470px; 
	clear:none; 
	position: absolute; 
	padding-left: 20px;
	padding-right:20px;
	top:130px; 
	left:153px;
	border: solid 0px midnightblue;
	}

/* FOOTER DIVISION (BOTTOM) 			=============================== */

div.4 	{
	width:730px; 
	height:30;
/*	background: rgb(160,175,245);*/
	clear:bottom; 
	float:bottom;
	position:absolute;
	left:26px;
	padding-right:0px;
	}

/* HEADERS 					=============================== */

h1 	{
	color:midnightblue;
	font-family: arial
	} 

h3 	{
	color: rgb(255,255,255);
	font-family:arial;
	font-size:16px;
	direction:rtl;
	margin-top:0; 
	margin-bottom:0;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	border-top: solid 0px midnightblue;
	border-bottom: double 0px midnightblue;
	background-image: url("../02graphics/h3back.jpg");
	}

h3.center 	{
/*	color: rgb(160,175,245);*/
	/*color: rgb(80,110,200);*/
	font-family:arial;
	font-size:18px;
	text-align:center;
	direction:rtl;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	border-top: solid 1px midnightblue;
	border-bottom: double 3px midnightblue;
	background-image: url("../02graphics/h3back.jpg");
	}
	} 

/* PARAGRAPHS 					=============================== */		

p 	{
	direction:rtl; 
	font-size:16px;
	text-align: justify;
	font-family:arial;
	font-weight: 400;
	color: darkblue
	}	 

p.bottom {
	border-bottom:solid 1px midnightblue
	}

p.center {
	text-align:center
	}

/* IMAGES 					=============================== */

img.topleftwide {
	vertical-align:text-top;
	float:left;
	width:150;
	height:120;
/*	border-right:solid 10px rgb(160,175,245)*/
	}

img.toprightwide {
	vertical-align:text-top;
	float:right;
	width:150;
	height:120;
/*	border-left:solid 10px rgb(160,175,245)*/
	}

img.toplefttall {
	vertical-align:text-top;
	float:left;
	width:120;
	height:150;
/*	border-right-style:solid 10px rgb(160,175,245)*/
	}

img.toprighttall {
	vertical-align:text-top;
	float:right;
	width:120;
	height:150;
/*	border-left:solid 10px rgb(160,175,245)*/
	}

img.smallwide {
	vertical-align:text-top;
	/*float:left;*/
	width:80;
	height:50;
/*	border-right:solid 2px rgb(160,175,245);*/
/*	border-left:solid 2px rgb(160,175,245);*/
	}

img.smalltall {
	vertical-align:text-top;
	/*float:left;*/
	width:50;
	height:80;
/*	border-right:solid 2px rgb(160,175,245);*/
/*	border-left:solid 2px rgb(160,175,245)*/
	}

/* TABLES	 				=============================== */

td 	{
	text-align:right;
	text-justify: full;
	direction:rtl; 
	font-size:16px;
	text-align: justify;
	font-family:arial;
	font-weight:400;
	color: darkblue;
	vertical-align:top;
	padding:3px;
	}

td.bold {
	font-weight:700
	}

td.center {
	text-align:center;
	color: darkblue;
	font-size:14
	}

td.ctrard {
/*	border:solid 1px midnightblue;*/
	text-align:center;
/*	background-image: url("../02graphics/h3back.jpg");*/
	font-weight:bold;
	color: snow;
	font-size:14
	}

td.ctrardblank {
	border:solid 1px midnightblue;
	text-align:center;
	color: darkblue;
	font-size:14
	}

td.ard {
	border:solid 1px midnightblue;
	font-size:14
	}

td.lft {
	border-left:solid 1px midnightblue;
	font-size:14
	}

td.rgt {
	border-right:solid 1px midnightblue;
	font-size:14
	}

td.lftrgt {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	font-size:14
	}

td.lftrgtb {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	font-size:14;
	font-weight:700
	}

td.lftrgtund {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	border-bottom: solid 1px midnightblue;
	font-size:14
	}

td.lftrgtundb {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	border-bottom: solid 1px midnightblue;
	font-size:14pt;
	font-weight:700
	}

td.lftrgtundbd {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	border-bottom: double 4px midnightblue;
	font-size:12pt;
	font-weight:700
	}

td.lftrgttop {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	border-top:solid 1px midnightblue;
	font-size:14
	}

td.ctrund {
	text-align:center;
	border-bottom:solid 1px midnightblue;
	font-size:14
	}

td.ctrundlft {
	text-align:center;
	border-bottom:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	font-size:14
	}

td.ctrlft {
	text-align:center;
	border-left:solid 1px midnightblue;
	font-size:14
	}

td.underline {
	border-bottom:solid 1px midnightblue;
	font-size:14
	}

td.dblund {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	border-bottom: double 4px midnightblue;
	font-size:14
	}

td.album {
	border:solid 1px midnightblue;
	text-align:center;
	}

/* HORIZONTAL LINE 				=============================== */

hr	{
	border: solid 1px darkblue;
	}

/* LISTS					=============================== */

ul 	{ 					/* all lists */
	z-index:1;
	position:absolute;
	font-family:arial;
	font-size:16px;
	left: 0px;
	align:right;
	padding: 0;
	margin: 0;
	list-style: none;
	/*width:10em;*/
	width:123px;
	}

li 	{ 					/* all list items */
	float: bottom;
	position: relative;
	/*width: 9em;*/
	width: 123px
	}

li ul 	{ 					/* second-level lists */
	color:snow;
	display: none;
	direction:rtl;
	width:123px;
/*	background-image: url("../02graphics/backright.jpg");*/
background:rgb(160,175,245);
	color:blue;
	font-family:arial;
	font-size:12px;
	line-height: 16pt;
	border:solid 1px midnightblue;
	position: absolute;
	top: 0em;
	/*left: -8.5em;*/
	/*left: -141px;*/ /*For Windows ME & 2000*/
	left: -125px; /*For Windows 98 & XP */
	text-align:right;
    font-weight:bold 
	}

li ul a	{
	color:lightyellow;
	text-decoration: none;
	font-weight:bold 
	}

li ul a:hover{
	text-decoration:underline;
	color:snow
	}

li ul ul { 					/* third-level lists */
	color:snow;
	display: none;
	direction:rtl;
	background-image: url("../02graphics/backright.jpg");
	color:blue;
	border:solid 2px midnightblue;
	position: absolute;
	top: 0em;
	left: -8.5em;
	text-align:center;
	}

li>ul 	{ 					/* to override top and left in browsers other 							than IE, which will position to the top right of 						the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul
	{ 					/* lists nested under hovered list items */
	display: block;
	}

#content { 
	float: right; 
	clear:none; 
	width:400px;
	position:absolute;
	position-top:0px; 	
	position-right:550px; 
	}

/* END OF FILE					=============================== */