a:link {color:#ffffff;}
a:active {color:#FF0000;}
a:visited {color: #eeeeee;}
a:hover {color: #ff0000;}

body {
	background-color:#000099;
	}

#frontpage {
	font-size:15px;
	color:#FFFFFF;
	position:relative;
	width:575px;
	text-align:center;
	float:right;
	padding-top:0px;
	}
	
.pageheading {
	font-family: Impact, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-align:center;
	color:#FF3300;
	}	

.bigframe {
	position: relative;
	width: 740px; 
	text-decoration: none;
	}
		
.buttons {
	width:100px;
	float:left;
	position:relative;
	text-align:right;
	padding-top:8px;
	}

#content {
	position: relative;
	width: 535px;
	float: right;
	color:#FFFFFF;
	}

#bottombar {
	bottom: 0px;
	position: absolute;
	float: left;
	}
				
#pagetext {
	position: relative;
	width: 550px;
	float: right;
	font-size: 15px;
	color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	}
			
#scorepage {
	position: relative;
	float: right;
	color:#FFFFFF;
	}
			
#pagetext h1 {
	text-align: center;
	color:#FFFFFF;
	}	

#content h1 {
	text-align: center;
	}	
	
#content h2 {
	text-align: center;
	}	

#content h3 {
	text-align: center;
	}	

#content td {
	color: #000000;	
	}
	
hr {
	color: #ffffff;
	}
	
	
div.imgListContainer {
	border: 2px solid #333;
	background-color:#cccccc;
	padding: 10px;
}

div.imgListContainer a {
color:blue;
}

div.imgListContainer a:hover {
color:red;
}


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;
	color:#000000;
}

div.floatingImgBox img {
	border: 1px solid #333;
	padding-bottom : 0 px;
	margin-bottom : 0 px;
}

div.spacer {
	clear: both;
  }

.adminFormHeading {
	font-size : 30px;
	color:#000000;
}

.formTitle {
	color:#ffffff;
	text-align:right;
	padding-right:10px;
	}

.formBox {
	background-color:#ffffee;
	color:#005100;
	}
	
.footnote {
	font-size:10px;
}