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

#SUBOUTER {
	position:relative;
	top:5px;
	width:910px;
	height:100%;
	z-index:1;
}

#LOGO{
	position:absolute;
	left:770px;
	top:10px;
	width:150px;
	height:50px;
	z-index:3;
	visibility: visible;
	overflow: visible;
}

#RECORDS{
	position:absolute;
	left:0px;
	top:200px;
	width:800px;
	height:100%;
	z-index:3;
	visibility: visible;
	overflow: visible;
}

#SCHOOL{
	position:absolute;
	left:0px;
	top:200px;
	width:800px;
	height:100%;
	z-index:3;
	visibility: visible;
	overflow: visible;
}

#ABOUTUS{
	position:absolute;
	left:0px;
	top:200px;
	width:800px;
	height:100%;
	z-index:3;
	visibility: visible;
	overflow: visible;
}

#FORM{
	position:absolute;
	left:0px;
	top:10px;
	width:800px;
	height:100%;
	z-index:3;
	visibility: visible;
	overflow: visible;
}

#pic1 {
	height: 170px;
	width: 200px;
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#pic2 {
	height: 170px;
	width: 200px;
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#pic3 {
	height: 170px;
	width: 200px;
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}


.subtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: justify;
}

.centre{
	margin-left:auto;
	margin-right:auto;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
}


input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666;
	background-color: #006;
	border: 1px solid #006;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}

