@charset "utf-8";

html, 
body {
	margin:0;
	padding:0.5em;
	color:#000;
	background-color:#f2f1e4;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
label {
	display:block;
}
hr {
	display:none;
}
a {
	color:#93b4dd;
	background-color:transparent;
}
a:hover {
	color:#006;
	background-color:#93b4dd;
	text-decoration:none;
}



#head {
	margin:0;
	padding:60px 0 0 0;
	color:#000;
	background:#f2f1e4 url("/img/hh/head.gif") no-repeat 0 0;
}
#head h1 {
	position:absolute;
	top:0;
	left:-9999px;
}
#head h2 {
	font-style:italic;
}
#head .jumpto ul {
	padding:0;
	list-style-type:none;
	display:inline;
}
#head .jumpto ul li {
	padding-right:0.3em;
	display:inline;
}



#foot {
	color:#a7a9aC;
	background-color:transparent;
	font-size:0.8em;
}
@media handheld {
#nav-copy {
	display:none;
}
}



#errors li label {
	display:inline;
}



/* Force mobiles to use this stylesheet.  */
@media handheld {}