body {
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica;
	font-size:90%;
	text-align:center;
}
#centeringdiv {
	text-align:left;
	margin:auto;
	width:990px;
	padding-bottom: 10px;
}
img {
	border:0;
}

#header-search {
	position:absolute;
	right:15px;
	top:0;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:10px;
	width:380px;
	z-index:1000;
}
#header-search label {
	color:#666;
	font-size:75%;
	font-weight:bold;
}
form {
	margin:0;
	padding:0;
}
#header {
	background:#FAD46B;
	border-bottom:1px solid #BA5B22;
}
#menu {
	clear:both;
	overflow:hidden;
	height:1%;
	font-size:0.8em;
	padding:10px;
	background:#F0F0F0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline;
}
#menu li a {
	display:block;
	padding:5px 10px 5px 15px;
	float:left;
	background:url(/images/arrow.gif) 0% 50% no-repeat;
	color:#BA5B22;
	font-weight:bold;
}
#logo {
	padding:5px;
	float:left;
	width:210px;
}
#banner {
	position:absolute;
	right:18px;
	top:8px;
}
#copyright {
	font-size:120%;
}
#body {
	clear:both;
	background-color:white;
	line-height:20px;
}
.hp-menu {
	border-left:5px solid #CEC;
	padding:5px;
	background-color:#F6F6F6;
	border-bottom:2px dotted #CCC;
	list-style:none;
	line-height:2em;
}
.hp-menu a {
	font-weight:bold;
	display:block;
}
.hp-menu a.inline {
	display:inline;
}
h1 {
	font-size:1.6em;
	padding-bottom:4px;
	color:#BA5B22;
	font-weight:normal;
	border-bottom:1px solid black;
	margin-bottom:8px;
	line-height:1.4em;
}
h2 {
	font-size:1.1em;
	font-weight:normal;
	background-color:#CCC;
	border-left:4px solid #CC0000;
	margin:18px 18px 0 0;
	padding:10px;
}
h3 {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

.smallGrey {
	font-size:70%;
	color:#666666;
}
.altFont {
	font-family:arial;
}
a {
	color:#BA5B22;
}
a:hover {
	text-decoration:none;
}
a.source {
	color:#330000;
	text-decoration:none;
}
a.source:hover {
	color:#000000;
	text-decoration:none;
}
.articleitem {
	margin-bottom:2px;
	padding:4px 0 4px 0;
	border-bottom:1px dashed #999999;
}
.large {
	font-size:140%;
}
.bold {
	font-weight:bold;
}
#advicemenu {
	border:2px solid #CCC;
	background:#F0F0F0;
	padding:0 10px 10px 10px;
	overflow:hidden;
	height:1%;
}
#advicemenu ol {
	float:left;
	width:45%;
	margin-left:0;
	padding-left:25px;
}
#advicemenu ol li {
	padding:3px 0;
	font-weight:bold;
}
#advicemenu ol li.selected {
	list-style-image:url(/images/tick.gif);
}
#advicemenu ol li a {
	font-weight:normal;
}

#footer {
	clear:both;
	margin-top:30px;
	padding-top:30px;
}
