body {
	background-color: #ffffcc;
	}
	
.pageheading {
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	margin:0;
	padding:0;
	}	

.bigframe {
	position: relative;
	width: 720px; 
	text-decoration: none;
	}
		
.buttons {
	width:125px;
	float:left;
	position:relative;
	text-align:right;
	padding-top:8px;
	}

#content {
	position: relative;
	width: 550px;
	float: left;
	color: #003366;
	}

#bottombar {
	bottom: 0px;
	position: absolute;
	float: left;
	}
				
#pagetext {
	position: relative;
	width: 560px;
	float: right;
	font-size: 15px;
	color: #990000;
	}
			
#scorepage {
	position: relative;
	float: right;
	color: #990000;
	}
			
#pagetext h1 {
	text-align: center;
	color:#993300;
	}	

#content h1 {
	text-align: center;
	}	
	
#content h2 {
	text-align: center;
	}	

#content h3 {
	text-align: center;
	}	

#content td {
	color: #003366;	
	}
	
hr {
	color: #003399;
	}
	
	
div.imgListContainer {
	border: 2px solid #333;
	background-color:#e2ecf5;
	padding: 10px;

	
}

div.floatingImgBox {
	float: left;
	width: 100px;
	padding: 5px;

}

div.floatingImgBox p {
	text-align: center;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
	font-size : 8px;
}

div.floatingImgBox img {
	border: 1px solid #333;
	padding-bottom : 0 px;
	margin-bottom : 0 px;
}

div.spacer {
  clear: both;
  }

.adminFormHeading {
	font-size : 30px;
}
