/* CSS Document */
/* universal reset: */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
}

html {
	background-color: #000;
}

body {
	font: normal normal 1em Verdana, "Times New Roman"; 
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#outer {
	width: 100%;
	margin: 10px 0 0;
}

#cwrapper {
	margin: 0 auto 0;
	width: 732px;
	background: transparent url("../images/border3.gif");
	color: #000;
}

#container {
	/*margin: 10px auto;*/
	margin: 0 auto;
	width: 660px;
	background-color: #999;
	/*color: #000;*/
}

#header {
	width: 660px;
	height: 185px;
	background: #999 url("../images/fingerframe_sm.jpg") top right no-repeat;
}

#topMenu {
}

#topMenu p {
	float: left;
	padding: 0.5em 0 0 0.5em;
}

#topMenu ul {
	list-style: none;
	margin: 0 0.2em 0 9em;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	margin: 0.4em 0.2em;
	background: #333;
	height: 1.8em;
	line-height: 1.8em;
	width: 6em;
	display: block;
	color: #fff;
	font-size: 70%;
	font-weight: bold;
	border: #000 solid 2px;
	border-left-color: #ccc;
	border-top-color: #ccc;
	text-decoration: none;
	text-align: center;
}

#topMenu li a.current {
	background: #630;
}

#topMenu li a:hover {
	background: url("../images/btnbg.jpg");
	text-decoration: underline;
}

#logo {
	margin: 0 2.5em;
}

#content {
	background: #ccc;
	margin: 1em;
	padding: 1em;
}

#content p {
	margin-bottom: 1em;
}

p.resultsSummary {
	margin-bottom: 0.5em;
	text-align: center;
}

p.resultsSummary span {
	font-style: italic;
}