body {
	background-color: #FFFFFF;
	margin: 20px 20px 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color: #636363;
}
a {
	color: #1895B6;
}
#baseholder {
	width: 740px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E51000;

}
#logoholder {
	height: 85px;
	border: 1px solid #D9D9D9;
	background-image: url(images/nielsen.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 2px;
	margin-bottom: 2px;

}
.hidden {
	display: none;
}
h1 { 
	margin: 0px;
}
h2 {
	display: none;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 180px;
	margin-top: 12px;
}

#navigation
{
	float: left;
	height: 56px;
	width: 390px;
	margin-bottom: 10px;


}

#navigation ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navigation ul li
{
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
}
#navigation ul li a
{
	border: 1px solid #D9D9D9;
	margin-right: 2px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

#navigation ul li a:hover
{
	border: 1px solid #E51000;
}
#navigation ul li a span
{
	cursor: pointer;
}
.floatleft {
	float: left;
}
.clearright {
	clear: right;
}
a.menualertboxes{
	background-image: url(images/menu_alertboxes.png);
	background-repeat: no-repeat;
}
span.menualertboxes{
	height: 26px;
	width: 85px;
}
a.menureports{
	background-image: url(images/menu_reports.png);
}
span.menureports{
	height: 26px;
	width: 96px;
}
a.menubooks{
	background-image: url(images/menu_books.png);
}
span.menubooks{
	height: 26px;
	width: 93px;
}
a.menuservices{
	background-image: url(images/menu_services.png);
}
span.menuservices{
	height: 26px;
	width: 99px;

}
a.menunewsletter{
	background-image: url(images/menu_newsletter.png);
}
span.menunewsletter{
	height: 26px;
	width: 185px;
}
a.menuabout{
	background-image: url(images/menu_about.png);
}
span.menuabout{
	height: 26px;
	width: 196px;
}
.block {
	display: block;
}
.border {
	border: 1px solid #D9D9D9;
}
#search {
	height: 56px;
	width: 348px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.inline {
	display: inline;
}
.clearleft {
	clear: left;
}
.searchitem {
	margin-top: 27px;
	margin-right: -5px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
	font-size: 10px;
}
p {
	margin-top: 5px;
	margin-bottom: 7px;
}
#leftcol {
	width: 365px;
	margin: 10px;
}
#leftcolholder {
	border: 1px solid #D9D9D9;
	margin-top: 2px;
	float: left;
	height: 100%;	
}
hr {
	display: none;
}
#rightcolholder {
	border: 1px solid #D9D9D9;
	float:right;
	margin-top: 2px;
	margin-left: 2px;
	height: 100%;
}
#rightcol {
	margin: 10px;
	width: 328px;
}
#colholder {
	clear: both;
	height: 100%;
}
.separator {
	background-color: #C6E8F1;
	height: 5px;
	width: 100%;
	clear: both;
	font-size: 1px;
}
#footer {
	font-size: 80%;
	clear: both;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
}
