@charset "utf-8";
/* CSS Document */

/*-----------main layout---------------*/

body {
	font-family:"Courier New", "Courier", monospace;
	font-size:110%;
	color:#000000;
	padding:0px;
	border:0px;
	margin:20px;/*
	margin-left:40px;
	margin-top:40px;*/
	text-align:center;
	background-color:#ffffff;
}
#content {
	width:300px;
	margin:0px auto;
	text-align:left;
	/*
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
	}
/* style for right container, one page spread */
#main {
	margin-top:60px;
	margin-left: auto;
    margin-right: auto;
	padding-left:300px;
	padding-right:320px;
	width:350px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* style for right container, double page spread */
#main2x {
	margin-top:60px;
	margin-left: auto;
    margin-right: auto;
	padding-left:300px;
	padding-right:250px;
	width:700px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* style for right container, five page width spread */
#main5x {
	margin-top:60px;
	margin-left: auto;
    margin-right: auto;
	padding-left:350px;
	padding-right:200px;
	width:1750px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* right side layout */
#left_col {
	position:absolute;
	left:10px;
	top:160px;
	width:100px;
	z-index:100;
}
#logo {
	position:absolute;
	left:40px;
	top:40px;
	}
	
/* frame for display content */
#pdf {
	position:relative;
	top:90px;
	left:0;
	z-index:1;
	}

.venues {
	font-size:80%;
	text-align:left;
	z-index:3;
}

	/* unused 
#projects{
z-index:3;
}
 
#frame {
	position:fixed;
	top:30px;
	left:300px;
	z-index:20;
	}*/

/*--------- styling for links --------*/
/* general */
A {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
A:link    { color: black }
A:hover { color: gray }
A:active  { color: olive }
A:focus {color:olive}


/* navigation buttons */
A.nav {
	font-size:90%;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
A.nav:link    { color: black;
font-size:90%;}
A.nav:hover { color: gray;
font-size:90%;}
A.nav:active  { color: olive;
font-size:90%;}
A.nav:focus {color:olive;
font-size:90%;}


/* images without border, white background */
A.img{text-decoration:none;color:#FFFFFF;}
A.img:link{text-decoration:none;color:#FFFFFF;}
A.img:hover{text-decoration:none;color:#FFFFFF;}
A.img:active{text-decoration:none;color:#FFFFFF;}


/* images without border,black background */
A.img2{text-decoration:none;color:#000000;}
A.img2:link{text-decoration:none;color:#000000;}
A.img2:hover{text-decoration:none;color:#000000;}
A.img2:active{text-decoration:none;color:#000000;}

/*style for years' links*/
a.current{color:#333}
a.current:hover{color:#999}

a.grey{color:#999}
a.grey:hover{color:#666}


/* -------pharagraph-----------*/

P {
	font-family:"Courier New", "Courier", monospace;
	color:#000000;
	padding:0px;
	border:0px;
	margin:0px;
	text-align:justify;
	background-color:#ffffff;
}

P.bold {font-weight:bold;}

p.title {
	margin-top:30px;
	font-weight:bold;
	font-size:150%;
	text-align:center;
}

/*paragraph menus*/

P.menu_item {font-weight:bold;
font-family:"Courier New", "Courier", monospace;
/* padding-left:10px; */}      /* <------------------------*/

P.menu_item_short {font-weight:bold;
word-spacing:-4px;}

P.menu1 {
	font-weight:normal;
	
}
.menu_no {
	font-size:90%;
	font-weight:bold;
	color:#333;
}

P.menu2 {
	font-weight:normal;
	color:#666666;     /* <------------------------*/
	padding-left:10px;  /* <------------------------*/
}

P.menu2no {      /* <------------------------*/
	color:#CCCC99;
	font-weight:normal;
	padding-left:10px;
}
P.menu3 {
	font-weight:bold;

	text-align:center;
}

P.year {font-weight:bold;
font-family:"Courier New", "Courier", monospace;
/*text-indent: -5px;*/}



	
/*---::::::::::::::::::::§---menus---§:::::::::::::::::::::::---*/
	
	
/*------------ menu links---------------*/

/* menus 1st level*/
A.menu1, A.menu1:visited{/*display:block; display:inline-block;*/ 
	color:#000; 
	width:100px; 
	height:16px; 
	float:left; 
	padding-left:10px;
	z-index:50;}

A.menu1:hover { color: gray }
A.menu1:active  { color: olive }
A.menu1:focus {color:olive}
/* menus 2nd level */

A.menu2, A.menu2:visited{/*display:block; display:inline-block; 
	solid:#FFFFFF;
	color:#000; 
	solid:#FFFFFF;*/ 
	width:220px; 
	height:16px; 
	float:left; 
	padding-left:10px;
	z-index:50;}

A.menu2:hover { color: gray }
A.menu2:active  { color: olive }
A.menu2:focus {color:olive}
/* menu current */
A.menu_in, a.menu_in:visited {
	padding-left:10px;
	color:gray; 
	padding: 0px;
	font-weight:bolder;
}
A.menu_in:hover { color: gray }
A.menu_in:active  { color: olive }
A.menu_in:focus {color:olive}
/* menu not current */
A.menu_no, a.menu_no:visited {
	color:#999; 
	padding: 0px;
	font-weight:bolder;
}
A.menu_no:hover { color: gray}
A.menu_no:active  { color: olive }
A.menu_no:focus {color:olive}


A.no, A.no:visited{color:gray;}
A.no:hover  { color: gray;}
A.no:active{ color: gray;}
A.no:focus {color:gray;}


/*------------ menu layout---------------*/


.menu {
	font-size:90%;
	}
.menu ul{
font-size:90%;
width:145px;
top:180px;
left:20px;
list-style-type:none;
z-index:20;
	}	
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	}
/* get rid of the table */
table {position:absolute; top:0; left:0;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:60px;
	width:220px;
	z-index:2;
	}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* make the 2nd level visible when focus is on it */
.menu_focus ul ul {
	visibility:visible;
	position:absolute;
	top:0px;
	left:60px;
	width:210px;
	}
	
/* 3rd level */

/* hide the 3rd level and give them a positon absolute so that they take up no room */
.menu ul :hover ul ul{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:140px;
	width:220px;
	z-index:2;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the 3rd level visible when focus is on it */
.menu_focus ul ul ul  {
	visibility:visible;
	position:absolute;
	top:0px;
	left:60px;
	width:210px;
	}



/* ----------navigation bar----------- */
p.nav {
	margin:auto;
	text-align:right;
	color:gray;
	font-size:120%;
	
	solid:#FFFFFF; 
	}
#nav_bar{
position:absolute;
	left:350px;
	top:50px;
	text-align:left;
	width:1000px;
	height:20px;
	font-size:90%;	
}
#download{
	text-align:left;
	position:absolute;
	left:100px;
	z-index:5;
	font-size:90%;
	}	
#prev-next{
	text-align:left;
	position:absolute;
	left:20px:
	z-index:2;
	}


/*--------------- style for popups -----------*/
 a span.downl{display: none;}
 a:hover span.downl {
 	color:#000000;
 	display: block;
   	position: absolute; 
	width:200px;
   	top:-20px; 
	left:-30px; 
   	z-index: 200;
   	text-align:left;
	font-size:75%;}
 a span.downl2x{display: none;}
 a:hover span.downl2x {
 	color:#000000;
 	display: block;
   	position: absolute; 
	width:200px;
   	top:-20px; 
	left:-30px; 
   	z-index: 200;
   	text-align:left;
	font-size:75%;}
 a span.prev{display: none;}
 a:hover span.prev {
 	color:#000000;
 	display: block;
   	position: absolute; 
   	top:-20px; left:-90px; 
   	width: 200px;
   	z-index: 200;
   	text-align: center;
	font-size:60%;}
 a span.next{display: none;}
 a:hover span.next {
 	color:#000000;
 	display: block;
   	position: absolute; 
   	top:-20px; left:-40px; 
   	width: 200px;
   	z-index: 200;
   	text-align: center;
	font-size:60%;}
	
/*------- intro css layout ------------*/
#maintitle {
	text-align:center;
	/*
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
	}
#logointro {
	position:absolute;
	left:0px;
	top:0px;
	}
p.address {
	position:absolute;
	top:0px;
	right: 5px;
	text-align:right;
	}
p.introtitle {
	text-align:left;
	font-size:250%;
	font-weight:bold;
	position:absolute;
	top:160px;
	left:10px;
	}
#introtext {
	top:250px;
  	left:10px;
	position:absolute;
	width:480px;
	height:200px;
	background:#FFFFFF;
	border:0px solid #a49188;
	margin:1em auto;
	padding:5px;
	font-family:"Courier New", monospace;
	font-size:80%;
	text-align:justify;
			}