@charset "utf-8";
/* CSS Document */

.html {
	height:100%;
}

.body {
	background-color::#a12830;
	height:100%;
}
	
#wrapper {
	display:block;
	position:relative;
	height:99.9%;
	width:99.9%;
	overflow:hidden;
}
	
.innerTable {
	background-color:#cd8d91;
}
	
.text {
	font:"Times New Roman", Times, serif;
	color:#333333;
	font-size:13px;
}

.textSearch {
	font:"Times New Roman", Times, serif;
	color:#626469;
	font-size:9px;
}
	
#vertical1 {
  display:block;
  height:75%;
  width:920px;
  margin:0 auto;

}

table.maintable {
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	height:100%;
	width:100%;
}
td.centerthis {
	vertical-align:middle;
}

.school_text {
color:#a12830;
font:"Times New Roman", Times, serif;
font-size:14px;
}




