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

body {
	background-color: #fff;
	background-image: url(publicImages/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	margin: 0px;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 863px;
	float: left;
	
	/*margin-top: 219px;*/
	
	padding-bottom: 50px;
}

#page-display {
	width: 863px;
	float: left;
	background-image: url(publicImages/page-bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}
#page-display-wrapper {
	width: 846px;
	margin-left: 8px;
	padding-bottom: 20px;
	float: left;
	border-bottom: 1px solid #e2e2e2;
}

#content-wrapper {
	width: 863px;
	margin: 0px auto;
	text-align: left;
}

/**
 * Header style
 */
#supraheader {
	height: 173px;
	*height: 192px;
}
#subheader {
}
#bottom-header {
	float: right;
	margin-right: 18px;
	margin-top: 194px;
}
#bottom-header p {
	font: normal normal 10px Arial, Verdana;
	color: #ffffff;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#header {
	width: 863px;
	float: left;
	background-image: url(publicImages/page-bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}
#header hr {
	display: none;
}
#header h1 {
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	width: 190px;
	height: 188px;
	background-color: transparent;
	float: left;
}
#header h1 a {
	text-decoration: none;
	display: block;
	width: 190px;
	height: 188px;
	margin: 0px 0px 0px 0px;
	background-image: url(publicImages/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	float: left;
}
#header h1 a span {
	display: none;
}

#flash_header {
	float: left;
}
#logo {
	width: 190px;
	height: 188px;
	float: left;
}

#headerLanguages {
	width: 863px;
	float: right;
	background-color: #fff;
}
#headerLanguages h2 {
	display: none;
}
#headerLanguages ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: right;
}
#headerLanguages ul li {
	float: left;
	padding: 4px 0px 4px 0px;
}
#headerLanguages ul li a {
	font: normal normal 12px "Trebuchet MS", Arial, Helvetica;
	color: #1a2656;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

/* rightbar */
#rightbar {
	float: right;
	width: auto;
	height: 100%;
	
	margin-top: 0px;
}
#rightbar-wrapper {
	padding-bottom: 50px;
	float: right;
	position: relative;
	top: -2px;
	left: 8px;
	width: 154px;
}

/* starred links */
#starredLinks {
	margin-right: 20px;
}
#starredLinks img {
	border: 1px solid #996699;
	margin-bottom: 18px;
}

/**
 * Footer style
 */
#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font: normal normal 12px "Trebuchet MS", Arial, Helvetica;
	color: #1a2656;
}
#footer, #footer a {
}
#footer hr {
	display: none;
}

a#neurange {
}
a#neurange img {
}

#taglist {
}
#taglist p {
}
#taglist p a {
}