* {
  padding: 0;
  margin: 0;
}

body {
  font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#header {
  margin-top: 0px;
  width: 100%;
  position: fixed;
  background: white repeat-x left top;
}

div#masthead h1 {
	background-color: white;
	color: black;
	text-align: right;
	height: 120px;
	position: relative;
}

div#masthead h2 {
	background-color: white;
	color: black;
	text-align: right;
	height: 20px;
	position: relative;
}

div#masthead a {
  text-indent: -5000px;
  display: block;
  height: 80px;
  margin-right: 20px;
  margin-left: 20px;
}

#navbar ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width: 100%;
	font: normal 120% arial, helvetica, sans-serif;
	text-align: center;
}

li { display: inline; }

li a {
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

li a:hover {
	background-color: #369;
	color: #fff;
}

div#content {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}


div#footer {
	position: fixed;
	padding-top: 1em;
	border-top: 1px dotted #c3c3c3;
	margin-top: 2em;
	font-size: 100%;
	color: #7f7f7f;
	background-color: #fefce2;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

table#results {
	width:				100%;	
	border:				1px solid;
	color:				#036;
	background-color:	white;
}

table#results tr#r1 {
	border:			1px dotted #c3c3c3;
}

table#results td#c1 {
	text-align:		right;
	vertical-align:	top;
	width:			200px;
	padding-top:	8px;
	padding-left:	8px;
	padding-right:	8px;
	padding-bottom:	8px;
	border-right:	1px solid #fff;
}

table#results td#c2 {
	text-align:		left;
	vertical-align:	top;
	width:			40%;
	padding-top:	8px;
	padding-left:	8px;
	padding-right:	8px;
	padding-bottom:	8px;
	border-right:	1px solid #fff;
}
