/**
 * public.css
 * CSS file for public page
 */

body {
	background-color: #fff;
	margin-bottom: 10px;
}

p, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 {
  margin:0; 
  padding:0;
  font-size:1em;
  font-weight:normal;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 860px;
	border: 1px solid #000;
	
	float: left;
	-float: none;
	
	background-color: #fff;
	
	left: 50%;
	margin-left: -430px;
	position:relative;
}

/**
 * Header style
 */
#header {
	width: 860px;
	height: 110px;
	background-image: url(publicImages/header-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #000;
}
#header hr {
	display: none;
}
#header h1 {
	/*margin: 18px 0px 0px 27px;*/
	margin: 0px 0px 0px 0px;
	float: left;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 206px;
	height: 110px;
	background-image: url(publicImages/logo.png);
	background-repeat: no-repeat;
}

#header h1 a span {
	display: none;
}

#headerLanguages {
	position: absolute;
	top: 90px;
	left: 690px;
	_left: 680px;
}
#headerLanguages h2 {
	display: none;
}
#headerLanguages ul {
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#headerLanguages ul li {
	float: left;
	margin-left: 10px;
}
#headerLanguages ul li a {
	font: normal normal 10px Verdana, Arial, Helvetica;
	color: #000;
	text-decoration: none;
}
#headerLanguages ul li a:hover {
	text-decoration: underline;
}

/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	height: 100%;
	/*border-left: 1px solid #000;*/
	padding-top: 10px;
}

/**
 * Footer style
 */
#footer {
	width: 860px;
	min-height: 30px;
	height: auto;
	_height: 30px;
	background-color: #ffcc33;
	float: left;
	border-top: 1px solid #000;
}
#footer hr {
	display: none;
}
#footer img {
	border: 0px;
	margin: 3px 0px 3px 0px;
}

/* starred links */
#starredLinks {
}
#starredLinks img {
	border: 0px;
}
#starredLinks.banner_top img {
	margin-top: 15px;
}

a#neurange {
}
