html, body {
  margin: 0; 
  padding: 0;
}

body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 66.0%;
	color: #333333;
	line-height: 14px;
	text-align: center;
	background: #E9EBF1;
	padding-top:5px;
}

p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

div.story {
	border: 0px solid #000000;
	padding: 10px 8px 0px 8px;
	vertical-align: top;
}

div.story-homepage {
	margin-right: 173px;
	border: 0px solid #000000;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}

div.divider {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin-right: 170px;
	height: 33px;
	line-height: 5px;
	border: 0px solid #000000;
}

a.top-nav {
	display: block;
	width: 146px;
	height: 12px;
	text-decoration: none;
	line-height: 5px;
	padding-bottom: 1px;
}

img {
	border: 0px;
}	

#top-nav-support, #top-nav-about, #top-nav-family, #top-nav-news, #top-nav-research, #top-nav-springer, #top-nav-qanda, #top-nav-forums {
	background-repeat: no-repeat;
}

/* hover, active */
#top-nav-support:hover, #top-nav-support:active, #top-nav-about:hover, #top-nav-about:active, #top-nav-family:hover, #top-nav-family:active, #top-nav-news:hover, #top-nav-news:active, #top-nav-research:hover, #top-nav-research:active, #top-nav-springer:hover, #top-nav-springer:active, #top-nav-qanda:hover, #top-nav-qanda:active, #top-nav-forums:hover, #top-nav-forums:active {
	background-position: top right;
}

/* link */
#top-nav-support:link, #top-nav-about:link, #top-nav-family:link, #top-nav-news:link, #top-nav-research:link, #top-nav-springer:link, #top-nav-qanda:link, #top-nav-forums:link  {
	/*background-position: top left;*/
}

/* visited */
#top-nav-support:visited, #top-nav-about:visited, #top-nav-family:visited, #top-nav-news:visited, #top-nav-research:visited, #top-nav-springer:visited, #top-nav-qanda:visited, #top-nav-forums:visited  {

}

/* initial background images */
#top-nav-support {
	background-image: url(/common/images/interface/nav2/support.gif);
}

#top-nav-about {
	background-image: url(/common/images/interface/nav2/about.gif);
}

#top-nav-family {
	background-image: url(/common/images/interface/nav2/family.gif);
}

#top-nav-news {
	background-image: url(/common/images/interface/nav2/news.gif);
}

#top-nav-research {
	background-image: url(/common/images/interface/nav2/research.gif);
}

#top-nav-springer {
	background-image: url(/common/images/interface/nav2/springer.gif);
}

#top-nav-qanda {
	background-image: url(/common/images/interface/nav2/qanda.gif);
}

#top-nav-forums {
	background-image: url(/common/images/interface/nav2/forums.gif);
}

a.crumbtrail {
	text-decoration: none;
	color: #233977;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #233977;
	font-weight: bold;
}

a.footer {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.title {
	font-size: 11px;
	font-weight: bold;
	color: #222222;
}


