body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	white-space: normal;
	margin: 0;
}
a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}	

.frame {
	width: 700px;
	left: 50%;
	top: 50%;
	height: 400px;
	margin-left: -350px;
	margin-top: -200px;
	position: absolute;

	visibility: visible;
	
	  border-top: 1px solid #000066;
  border-bottom: 1px solid #000066;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
	background-color: #ffffff;
}		
.bg {
	height: 1px;
    top: 50%;
	background-color: #ffffff;
	width: 100%;
}
.schoolname { font-size: xx-large; font-weight: normal; color: #faeb76 }
.bracket { color: #FF0000 } 
#schoolName{
	clear: both;

	background-color: #010101;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
}
#siteInfo{
	clear: both;
	background-color: #010101;
	font-size: 100%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
}
#space{
	clear: both;
	
	background-color: #FF0000;
	font-size: 100%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
}