body { 
background-color: #FFFFFF; 
background-image: url(images/graybg.gif); 
background-repeat: repeat-y;
}
#logo_box {
	position: absolute; 
	width:200px; 
	height:150px; 
	z-index:1; 
	left: 0px; 
	top: 0px;
	background-image: url(images/Library_Exterior_01.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
}

.leftfloatingpicture {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:30px;
	margin-bottom:10px
	}
	
.rightfloatingpicture {
	float:right;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	}

.contpara {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
line-height: 180%;
}
h1 {  
font-family: "Arial Black"; 
font-size: 48px; 
color: #999999; font-weight: bold; 
letter-spacing: 2px;
}
.contentstyle{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: Black; font-weight: bold;
text-align: left;
}

.historystyle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #090;
}
	
.notestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: Black; font-weight: bold; 
}

.biggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-align: left;
}

.greenbiggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Green;
	font-weight: bold;
}
.muchbiggernotestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: Red; font-weight: bold; 
}
.password {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	text-align: center;
	color: Green; font-weight: bold; 
	margin: 50px;
}

a:link {
color: #669999; text-decoration: underline;
}
a:visited {
color: #999999; text-decoration: underline;
}
a:hover {
color: #FF0000; text-decoration: underline;
}
a:active {
color: #000000; text-decoration: underline;
}

#top {
  margin: 0px 0px 0px 200px;
  padding: 0px 10px 10px 0px;
  color: #ccc;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #ccc;
  border-top: 5px solid #ccc;
  border-right: 5px solid #ccc;
  height: 750px;
  }

#content_Layer {
	position:absolute;
	width:610px;
	height:auto;
	padding-left: 20px;
	padding-right: 20px;
	z-index:2;
	left: 220px;
	top: 0px;
	background-color: #F0E68C;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
  }
  
#sidebar {
  position: absolute;
  top: 75px;
  right: 0px;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 10px 15px;
  width: 90px;
  border-left: 1px solid #ccc;
  }
#pre_meeting {
	position: absolute; 
	width:786px; 
	height:795px; 
	z-index:116; 
	left: 207px; 
	top: 11px;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
	}
