body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.35em;
}
#container {
	font-size: 0.92em;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #999999;
}
a.current, a.section {
	color: #000000;
}
a:hover, .selectedLink {
	color: #000000 !important;
	text-decoration: none;
	background-color: #FDF100;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
h2, h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header {
	background-color: #000000;
	padding: 4px;
	color: #FFF;
}
#header span {
	margin-left: 830px;
}
#header a.selected {
	color: #FDF100;
}
#header a:hover {
	color: #000000;
}
#logo {
	background-color: #FFF;
	background-image: url(../images/logo_yell.gif);  
	background-repeat: no-repeat;
	background-position: 35px 0px; 
	display: block;
	position: absolute;
	width: 150px;
	left: 20px;
	top: 0px;
	text-align: center;
	margin-top: 100px;
}
#logo:hover img {
	visibility: hidden
}
#strapline {
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	left: 150px;
	top: 110px;
}
#navMain {
	position: absolute;
	left: 150px;
	top: 240px;
}
.navList ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 160px;
	margin: 0em;
	top: 1em;
	position: relative;
}
.navList ul li a {
	width: 160px;
	display: block;
}
#content {
	position: absolute;
	left: 340px;
	top: 260px;
	width: 620px;	
	width: 640px;
	padding-bottom: 40px;
}
#copyright {
	position: absolute;
	left: 150px;
	top:600px;
	margin-bottom:20px;
	color: #CCCCCC;
}
.column {
	float: left;
	width: 290px;
	margin-right: 30px;
}