a {
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
  color: rgb(67,74,252);
}

body {
  font-family: helvetica, sans-serif;
	font-size: 16px;
}

#header {
	/* Original website color: #FFED74
	*	New color: #FFED74
	*/
	background-color: #FFED74;
	border: 2px solid #000;
	border-left: none;
}

#info {
	/* float: left; */
	width: 500px;
}

#links {
	float:left;
	clear: left;
	color: white;
	background-color: #FFED74;
	width: 150px;
}

#links ul {
	padding-left: 5px;
	padding-right: 5px;
}

#links ul li {
	list-style-type: none;
	padding-bottom: 20px;
	text-align: center;
}

#table_header td {
	text-align: left;
	font-size: 110%;
	padding: 10px;
}

#main {
	text-align: left;
	font-family: serif;
	font-size: 16px;
	padding: 10px;
	border-left: 150px solid #FFED74;
	min-height: 500px
}

#main td {
	font-size: 13px;
}

#main td img {
	margin-left: auto;
	margin-right: auto;
	/* width: 100px; Breaks recaptcha */
}

#main a {
	text-decoration: none;
}

#main h1 {
	font-family: sans-serif
}

#main h2 {
	font-family: sans-serif
}

#main h3 {
	font-family: sans-serif
}

#required {
	color: red;
}

#selection {
	width: 500px;
	float: right;
}

#selection td {
	font-size: 12px;
}

#selection td img{
	width: 50px;
}

#wrapper {
	margin: 0px auto;
	border-left: 2px solid #000;
	min-width: 1000px;
}

#footer {
	color: black;
	border: 2px solid #000;
	background-color: #FFED74;
}

#footer li {
	display: inline;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
	/*box-shadow:inset 0px 1px 0px 0px #bbdaf7; */
}

/* #footer li:hover {
	box-shadow:inset 1px 2px 1px 1px #bbdaf7;
} */

#footer li a {
	text-decoration: none;
	color: blue;
}

#footer li a:hover {
	text-decoration: none;
	color: darkblue;
}

#footer p {
	padding-top: 0px;
}

td.helper {
	font-size: 80%;
	color: #444444;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	width: 80px;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.button:active {
	position:relative;
	top:1px;
}