body {
	background: url(/images/fh_header_bg.gif) repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, table {
	font: 12px arial, helvetica, san-serif;
}

p {
	line-height: 18px;
}

a {
	color: #00e;
}

h1, h2, h3 {
	color: #336;
	margin-top: 15px;
	margin-bottom: 5px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #c00;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	color: #336;
}

h3 {
	font-size: 14px;
	margin-bottom: -10px;
	margin-top: 30px;
}

label {
	font-weight: bold;
}

#pageboundary {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 73px;
}

#logo, #strapline {
	float: left;
	margin-top: 10px;
	display: inline;
}

#strapline {
	margin: 23px 0 0 15px;
}

#menu {
	background: #eee;
	margin: 0 0 10px 0;
	list-style-type: none;
	padding: 5px 5px 0 5px;
	overflow: hidden;
}

#menu li {
	float: left;
	margin: 0 5px;
}

#menu li a { 
	display: block;
	padding: 5px 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 100px;
}

#menu li a:hover {
	background: #e5e5e5;
	text-decoration: underline;
}

#menu li.selected a, #menu li.selected a:hover {
	background: #fff;
	text-decoration: none;
}

/*\*/ * html #menu { height: 1%; }

#content {
	padding: 0 10px;
	margin-bottom: 35px;
}

#footer {
	background: #29406f url(/images/fh_footer_bg.gif) repeat-x left top;
	color: #fff;
	font-size: 12px;
	padding: 7px;
	margin-top: 15px;
}

#copyright {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}



/* Object styles */

.good {
	color: #0c0;
} 

.bad {
	color: #c00;
}

dt {
	float: left;
	width: 125px;
	clear: left;
	margin-bottom: 5px;
	font-weight: bold;
	background: url(/images/bullet_arrow.gif) no-repeat 0 4px;
	padding-left: 7px;
}

dd {
	margin-left: 130px;
	margin-bottom: 5px;
}

#ipcheck, #rblresult {
	background: #ebebeb;
	padding: 10px;
	float: right;
	margin-left: 25px;
}

#ipcheck {
	border: 1px solid #bebebe;
	width: 230px;
	margin-bottom: 25px;
}

#ipcheck p {
	margin: 5px 0 0 0;
	font-size: 11px;
}

#rblresult {
	width: 250px;
}

#rblresult p {
	margin: 0 0 5px 0;
}

#rblresult dl {
	margin: 0;
}

.intro {
	font-weight: bold;
}

#errormessage {
	color: #c00;
	display: none;
}
