/* Ali.2 */

/* Colors for all areas */
body { background: #bbb ; font-family:Arial;	color:Black;}
#main  {}
#top { background: white /* url(back_top.jpg) 0 0 repeat-x fixed; */ }
#left  {}
#right { border:solid 1px black; }
#menu {}

/* Positions of areas */

#top 
{
	border-left:0px solid black; 
	border-right:0px solid black; 
	border-top:0px solid black; 
	border-bottom:1px solid black; 	display: block;
	position:absolute;
	top:5;
	left:5;
	width:870px;
	height: 95px; 
	z-index:10;
	font-size:90%; 
	padding-left:2px; padding-right:0; padding-top:0; padding-bottom:0
}

#menu
{
	padding:0 0 0 2px;
	display: block;
	position:absolute;
	top:101px;
	left:5;
	width:870px;
	height: 20px; 
	z-index:11;
}


#left  {
	padding:0; 
	display: block;
	position:absolute;
	top:122px;
	left:5;
	width:120px;
	height: 500px;
}

#main{
	padding:5px 5px 5px 5px; 
	display: block;
	position:absolute;
	top:130px;
	left:135px;
	width:595px;
	height: 500px;
}

#big{
	padding:5px 5px 5px 5px; 
	display: block;
	position:absolute;
	top:130px;
	left:15px;
	width:835px;
}

#leftbig{
	padding:5px 5px 5px 5px; 
	display: block;
	position:absolute;
	top:130px;
	left:15px;
	width:710px;
	height: 500px;
}

#leftbig a 
{
	text-decoration: none;
	font-weight:bold;
}

#leftbig a:hover 
{
	text-decoration: underline;
}



#right{
	padding:5px 5px 5px 5px; 
	display: block;
	position:absolute;
	text-align:center;
	font-size:80%;
	top:122px;
	left:735;
	width:120px;
	/* height: 500px; */
	margin:5px;
}

#right a 
{
	text-decoration: none;
	font-weight:bold;
	font-size:medium;
}

#right a:hover 
{
	text-decoration: underline;
}

#copy 
{
	position:absolute;
	top:655px;
	left:735;
	width:120px;
	font-size:60%;
	text-align:center;
}

#copy a 
{
	text-decoration:none;
}

#stamp
{
	position:fixed;
	bottom:30px;
	right:30px;
}


/* element styles in areas */

img.left 
{
	float:left;
	margin-right:5px;
}

img.right 
{
	float:right;
	margin-left:10px;
}

#main img
{
	border:outset 3px gray;
}

#leftbig img
{
	border:outset 3px gray;
}

#big img
{
	border:outset 3px gray;
}

#main a 
{
	text-decoration: none;
	font-weight:bold;
	font-size:medium;
}

#main a:hover 
{
	text-decoration: underline;
}

#main a img
{
	border:none;
}

#main h1
{
	font-family:Arial;
	font-size:45px; 
}


#top h1 
{
	font-family:Arial;
	font-size:45px; 
	padding:0 0 0 0;
	margin:0 0 0 0 ;
	text-align:left;
	line-height:52px;
}


#top h5 
{
	font-family:Arial;
	font-size:90%; 
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0 ;
}


#top img 
{
	float:left;
	margin:1px 30px 1px 1px;
}

#menu a 
{
	display:block;
	float:left;
	width:90px;
	text-decoration:none;
	text-align:center;
	margin:3px 3px 0 0;
	font-weight:bold;
	/* font-family:"Times New Roman"; */
	font-size:90%;
	color:Blue;
	border-color:Gray;
	border-style:outset;
	border-bottom-width:2px;
	border-right-width:2px;
	border-top-width:1px;
	border-left-width:1px;
}

#menu a:hover 
{
	 background: #444; 
	 color:white;
}

#menu a:active
{
	border-style:inset;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-width:2px;
	border-left-width:2px;
}

#menu a img 
{
	display:none;
}

#menu a:hover img 
{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

/* style for submenu */
#left a {
	display:block;
	float:left;
	width:94px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	/* font-family:"Times New Roman"; */
	font-size:90%;
	margin:0 0 2px 2px;
}

#left a:hover {
	 background: Blue; 
	 color:White;
}

#left a i {display: none;}

#left a:hover i {
  display: block; 
  text-align: center; 
  margin-left:9px;
  margin-top:20px;
  padding:5px 3px 5px 3px;
  width: 100px;
  position: absolute;
  top:120px; 
  left:0px;
  color: black; 
  font-size: 80%; 
  font-weight:normal;
  border:inset 2px;
  z-index:10;
}


/* tables */


td.timetab 
{
	font-weight:bold;
}
