/* This file defines the styles used throughout the site. */

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	text-align: center;
}
#container { width: 1025px; margin 0 auto; }
table.srept { 
	margin-left: 10%; 
}

th.padd, td.padd {
	padding: 0 2em 0.5em 2em;
}

#head {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}

#mainlinks {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	border-color: #333333;
}

#buttonstyle {
	font-size: xx-large;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid black;
	height: 100px;
	width: 100px;
}

#buttonstyle2 {
	font-size: xx-large;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid black;
	height: 100px;
	width: 300px;
	text-align: center;
}

#buttonstyle2 a {
	font-size: xx-large;
	color: #FFFFFF;
	background-color: #CC0000;
	border: none; 
	height: 100px;
	width: 300px;
	text-align: center;
}

a:link {
	color:#CC0000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background-color:#CC0000;
	color: white;
	text-decoration: none;
}
