/* CSS Document */
#main1 {
	top:30px;
	width:576px;
	height:328px;
	z-index:1;
	position:relative;
}

#main2 {
	top:60px;
	width:200px;
	height:50px;
	position:relative;
}

#folders {
	position:absolute;
	top:30px;
	width:580px;
	height:328px;
	background-color:#666666;
	left:185px;
	z-index:2;
	visibility:hidden;
	background-image:url(images/stripes_darker.png);
}
#academic {
	position:absolute;
	top:30px;
	width:580px;
	height:328px;
	background-color:#666666;
	left:185px;
	z-index:2;
	visibility: hidden;
	background-image:url(images/stripes_darker.png)}

#meeting {
	position:absolute;
	top:30px;
	width:580px;
	height:328px;
	background-color:#666666;
	left:185px;
	z-index:2;
	visibility: hidden;
	background-image:url(images/stripes_darker.png)}

#centers {
	position:absolute;
	top:30px;
	width:580px;
	height:328px;
	background-color:#666666;
	left:185px;
	z-index:2;
	visibility: hidden;
	background-image:url(images/stripes_darker.png)}

#summit {
	position:absolute;
	top:30px;
	width:580px;
	height:328px;
	background-color:#666666;
	left:185px;
	z-index:2;
	visibility: hidden;
	background-image:url(images/stripes_darker.png)}

#mainfs {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:5;
	visibility:hidden;
}
#inner {
	position:absolute;
	left:30%;
	top:100px;
	z-index:6;
	visibility:hidden;
	
}

#border {
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-color:#333333;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#333333;
	border-right-style:solid;
	border-right-width:thin;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:thin;

}

.redtext {
	color:#CC0000;
}

.topbotborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}