body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
color: #9F1A1A;
}

a:hover {
text-decoration: none;
}

p {
	font-size: 1.3em;
}
#content-container{
	background-color: #FFFFFF;
}
#filler-left{
	width: 25;
	background-image: url(images/body_left_filler.jpg);
	background-repeat: repeat-y;
}

#filler-right{
	width: 31;
	background-image: url(images/body_right_filler.jpg);
	background-repeat: repeat-y;
}

#contentBox{
	border: 1px solid #9F1A1A;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-x;
	margin: 4px;
	padding: 5px;
	
}

#moreLink{
	margin-left: 420px;
}

#resultsTop {
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#resultsSub {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #89E866;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.results {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;

}
.results td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.resultsLine {
	text-align: center;
}
