/* CSS Document */

body, html {
	margin:0;
	padding:0;
	background-color:#eee;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	margin: 10px auto;
	width:960px;
	border:1px solid #000;

}

#splash {
	text-align:center;
	padding:2em 0;

}

#footer {
	padding:1em 42px;
	text-align:right;
}

#content {
	padding:1em 42px;
	background-color:#ddd;
	line-height:1.4em;
	border: 1px solid #ccc;
}

input {
	border:1px solid black;
}

input.radio {
	border:none;
}

input.button {
	border-top:2px outset gray;
	border-right:2px outset black;
	border-bottom:2px outset black;
	border-left:2px outset gray;
	color:white;
	background-color:#333;
	font-weight:bold;
}

.resulthdr td {
	background-color:#333;
	color:white;
	font-weight:bold;
	padding:0.1em 0.5em;
}

.results td {
	background-color:#777;
	color:white;
	font-size:90%;
	padding:0.1em 0.5em;
}

.title, td.title {
	font-weight:bold;
	font-size:110%;
	padding:.4em 0;
}

#siteseal {
	padding-left: 40px;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_three */

.menu3 {padding:0 0 0 32px; margin:0; list-style:none; height:49px; background:#fff url("../images/30.gif"); position:relative; border-bottom:1px solid #444;}
.menu3 li {float:left;}
.menu3 li a {display:block; float:left; height:49px; line-height:49px; color:#ddd; text-decoration:none; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li a:hover {color:#fff; background:#000 url("../images/31.gif");text-decoration:none;}
.menu3 li a:hover b {background: url("../images/31.gif") no-repeat right top;}
