@charset "utf-8";
/* Remove unwanted elements */
#centercolumn, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#rightcolumn, #footer
{
width: 750px;
border: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.body 
{
color: #000 
}
#header {
 border:none;
 margin: 5px 5px 5px 5px;
 padding: 0px;
 text-align: left;
}

.latest {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

ul.latest li {
	margin: 0;
	padding: 0;
/*	border: 1px solid silver;*/
	width: 49%;
	float: left;
	text-align: center;
}

ul.latest li img {
	margin: 0;
	padding: 0;
}

ul.latest li a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

ul#hcw_list {
list-style: circle;
border: none;
float: left;
}
ul#hcw_list li {
list-style: circle;
border: none;
float: left;
}
ul#hcw_list a {
list-style: circle;
border: none;
float: none;
}
ul#hcw_list a:hover {
list-style: circle;
border: none;
float: none;
}
ul#hcw_list .item1 {
list-style: circle;
border: none;
float: none;
}
ul#hcw_list .item1 a {
list-style: circle;
border: none;
float: none;
}

ul#hcw_list .odd {
list-style: circle;
border: none;
float: none;
}

ul#hcw_list .even {
list-style: circle;
border: none;
float: none;
}
/* Improve colour contrast of links */
a:link, a:visited
{
color: #000
}

