/* BODY 					=============================== */

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

span.under {
	text-decoration:underline;
	font-family:Tahoma;
	font-weight:700
	}

span.bold {
	font-size:10pt;
	font-famil;:Tahoma;
	font-weight:700
	}

span.fin {
	direction: ltr;
	font-family: Tahoma;
	font-size: 10pt;
/*	border-left: solid 5px rgb(160,175,245)/*
	}

span.finred {
	direction: ltr;
	color: red;
	font-family: Tahoma;
	font-size: 10pt;
/*	border-left: solid 5px rgb(160,175,245)*/
	}	

/* 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  (LEFT SIDE) 		=============================== */

div.1 	{
	width:120px; 
	height:500;
	top:126px; 
	left:23px;
	background-image: url("../02graphics/bg.gif");
/*	background-image: url("../02graphics/backleft.jpg"); */
	clear:none; 
	float:left; 
	position:absolute; 
	padding-left:3px;
	padding-right:3px;
	border:solid 0px black;
	}

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

div.2 	{
	width:120px; 
	height:500;
	top:126px; 
	left:628px;
	clear:none; 
	float:right; 
	position:absolute; 
	padding:3px;
	border:solid 0px black;
	}

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

div.3 	{
	width:470px; 
	top:130px; 
	left:160px;
	z-index:-1;
	clear:none; 
	position: absolute; 
	padding-left: 20px;
	padding-right:20px;
	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: Tahoma
	} 

h3 	{
	color: rgb(255,255,255);
	font-family:Tahoma;
	font-size:12px;
    margin-top:0; 
    margin-bottom:0;
	direction:ltr;
	padding-left: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);*/
	font-family:Tahoma;
	font-size:14px;
	text-align:center;
	direction:ltr;
	padding-left: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:ltr; 
	font-size:12px;
	text-align: justify;
	font-family:Tahoma;
	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:left;
	text-justify: full;
	direction:ltr; 
	font-size:12px;
	text-align: justify;
	font-family:Tahoma;
	font-weight:400;
	color: darkblue;
	vertical-align:top;
	padding:3px
   	}

td.bold {
	font-weight:700
	}

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

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

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

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

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

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

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

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

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

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

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

td.lftrgtb {
	border-right:solid 1px midnightblue;
	border-left:solid 1px midnightblue;
	font-size:10pt;
	font-wight:700
	}	
    }

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

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

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

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

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

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

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: Tahoma;
	font-size: 10px;
	align:center;
	padding: 0;
	margin: 0;
	list-style: none;
	/*width:10em;*/
	width:80px
	}

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

li ul 	{ 					/* second-level lists */
	color:snow;
	display: none;
	direction:ltr;
	width:123px;
/*	background-image: url("../02graphics/backleft.jpg");*/
background:rgb(160,175,245);
	color:blue;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 14pt;
	border:solid 1px midnightblue;
	position: absolute;
	top: 0em;
	/*left: 7.5em;*/
	/*left:137px;*/	/*For Windows ME & 2000 */
	left:121px; 	/*For Windows 98 & XP */
	text-align:left;
	}

li ul a	{
/*	color:darkblue;*/
color: rgb(255,255,255);
	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:ltr;
	background-image: url("../02graphics/bg.gif");
	color:blue;
	border:solid 2px midnightblue;
	position: absolute;
	top: 0em;
	left: 7.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: left; 
	clear:none; 
	width:400px;
	position:absolute;
	position-top:0px; 	
	position-right:550px; 
	}

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