body {
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica;
	font-size:90%;
	background-image: url('/images/background-test.gif');
	background-repeat: no-repeat;
}
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;
}

#menu {
	position:absolute;
	left:8px;
	top:84px;
	width:206px;
	border:2px solid white;
	font-size:80%;
	font-weight:bold;
}
#menuRest {
	margin-top:177px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style: none;
}
#menu li a {
	border-top:1px solid white;
	background-color:white;
	display:block;
	border-bottom:1px solid #999;
	padding:5px 0 5px 20px;
	background: url('/images/menu_arrow.gif') no-repeat 10px 50% #F0F0F0;
	text-decoration:none;
}
#menu li a.noarrow{
	background-image: none;
	color:#222;
}
#logo {
	position:absolute;
	left:8px;
	top:8px;
}
#banner {
	position:absolute;
	right:18px;
	top:8px;
}
#copyright {
	position:absolute;
	top:605px;
	padding-top:6px;
	font-size:120%;
}
#body {
	position:absolute;
	top:16px;
	left:240px;
	font-size:90%;
	margin-right:15px;
	background-color:white;
	line-height:20px;
}
h1 {
	font-family: Impact, sans-serif, Techno;
	font-size:180%;
	padding-bottom:4px;
	margin:0;
	color:#C00;
	font-weight:normal;
	border-bottom:1px solid black;
	margin-bottom:8px;
}
h2 {
	font-size:110%;
	font-weight:bold;
	background-color:#CCC;
	border-left:4px solid #CC0000;
	margin:0;
	padding:6px;
}
h3 {
	font-size:110%;
	font-weight:bold;
	margin:0;
	padding:0;
}

.smallGrey {
	font-size:70%;
	color:#666666;
}
.altFont {
	font-family:arial;
}
a {
	color:#CC0000;
}
a:hover {
	color:black;
}
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;
}