html,body {
	margin: 0;
	padding: 0;
}

img {
    border: 0px;
}

body {
	/* For IE Win 5, might have to override text-align for the rest */
	/* text-align: center; */
	background-color: #4F5E64;
}

a {
	color: #2F3B40;
}
a:hover {
	color: #EB6700;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

.p1 {
margin-top: 0px;
padding-top: 4px;
}

#pgcenter {
    width: 100%;
    height: 100%;
    border: 0;
}

#pgcenter td {
    vertical-align: middle;
    text-align: center;
}

#outer {
	position: relative;
	width:840px;
	height:590px;
	background-color: #FFFFFF;
	text-align:left;
    margin: 0 auto;
    margin-top: 4px;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	color: #2F3B40;
	font-size:12px;
	/*margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
}

#logo {
	position:absolute;
	top: 12px;
	left: 217px;
}

#members_login {
	position:absolute;
	left: 510px;
	top: 30px;
	height: 14px;
	width: 150px;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border: solid 1px #2F3B40;
	background: #EAEAE6 no-repeat left;
}

#search {
	position:absolute;
	left: 682px;
	top: 30px;
	font-size:11px;
	font-weight:bold;
	color:#7F7F7F;
	width: 150px;
}
#search .text, #search .submit {
	border: solid 1px #7F7F7F;
	background-color:white;
	margin:0;
	padding:0;
	position:absolute;
}
#search .text {
    font-size: 9px;
	width:85px;
	height:14px;
	right:16px;
}
#search .submit {
	background: no-repeat center;
	width:17px;
	height:16px;
	right:0;
}
#search .submit * {
	display:none;
}

#page_name {
	position:absolute;
	width:170px;
	height:77px;
	left: 60px;
	top: 65px;
	font-size: 22px;
}
#page_name div {
	position:absolute;
	bottom: 0;
}

#sidearea {
	position:absolute;
	top: 150px;
	left: 0px;
	width: 261px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #2F3B40;
	border-right-color: #2F3B40;
	height: 440px;
}

#neuron {
	position:absolute;
	top: -24px;
	left: 0;
}

#header_area {
	position:absolute;
	top: 60px;
	right: 0;
	width: 579px;
	height: 221px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EB6700;
}
#header_area img {
	position:absolute;
}
#people_info {
    position: absolute;
    background-color: #D5D5CE;
    border-left: solid 1px #2F3B40;
    /* force a vertical scrollbar
    ** IE ignores !important AND -moz-scrollbars-vertical
    ** overflow-y is IE only
    */
    /* default for safari */
    overflow: auto;
    /* mozilla */
    overflow: -moz-scrollbars-vertical;
    /* ie or css3 */
    overflow-y: scroll;
    padding-top: 5px;
    height: 195px;
    _padding-top: 21px;
    _height: 179px;
    width: 296px;
    padding-right: 261px;
    padding-bottom: 21px;
    padding-left: 21px;
}
#people_img {
    position: absolute;
    right: 17px;
    _right: 16px;
    top: 0px;
}

#menu {
	position:absolute;
	left: 60px;
	top: 25px;
	font-size: 9px;
}
/* Most menu stuff copied from http://www.xs4all.nl/~peterned/examples/cssmenu.html */
#menu ul, #menu li, #menu a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
#menu ul {
	width:80px;
	list-style:none;
}
#menu li {
	position:relative;
	padding:1px;
	padding-bottom:5px;
	z-index:9;
}
#menu li ul {
	position:absolute;
	left:75px; /* IE */
	width:130px;
	top:0px;
}
#menu li ul li a {
	padding-left:20px;
}
#menu .first a {
	background:no-repeat left;
}
#menu a {
	text-decoration:none;
	width:100%; /* IE */
}
#menu li>a { width:auto; } /* others */
/* these hovers require csshover.htc for IE */
#menu li:hover { z-index:10; }		
#menu ul ul, #menu li:hover ul ul {
	display:none;
}
#menu li:hover ul, #menu li:hover li:hover ul {
	display:block;
}

#search_publications {
	position:absolute;
	left: 45px;
	top: 440px;
	font-size:10px;
	width: 170px;
    z-index: 1;
}
#search_publications p {
	margin-top:0;
	margin-bottom:-10px;
}
#search_publications div {
	margin-top:20px;
	position:relative;
}
#search_publications .input_group {
	position:relative;
}
#search_publications .text, #search_publications .submit {
	position:absolute;
	top:0;
	border: solid 1px #2F3B40;
	margin:0;
	padding:0;
}
#search_publications .text {
	left:0;
	background-color:#EAEAE6;
	width:146px;
	height:14px;
}
#search_publications .submit {
	background-color:white;
	background: no-repeat center;
	width:17px;
	height:16px;
	position:absolute;
	left:147px;
}
#search_publications .submit * {
	display:none;
}

#news {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	height:192px;
	width:146px;
}
#news a {
	text-decoration: none;
}
#news .header {
	font-size: 11px;
	font-weight: bold;
	word-spacing:1ex;
	/*margin-left:2px;
	margin-bottom:3px;*/
}
#news .selected {
	color:#EB6700;
}
#news ul {
	font-size: 10px;
	/*background: #EAEAE6 no-repeat left;*/
	/*border: 1px solid #EB6700;*/
	/*padding: 15px;*/
	padding-left: 0px;
	padding-top: 10px;
	margin:0px;
	list-style:none;
	height:162px;
}
#news ul a {
	color:#0F120F;
}
#news ul a:hover {
	color:#EB6700;
}
#news li {
	margin-bottom:10px;
}

#content {
	position:absolute;
	right: 0px;
	top: 288px;
	width: 539px;
	height: 262px;
	overflow: auto;
	padding: 20px;
}

#content_no_image {
	position:absolute;
	top: 60px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	right: 0px;
	width: 539px;
	height: 440px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EB6700;
}
#no_image_border_left {
    position: absolute;
    top: 67px;
    height: 100px;
    right: 0px;
    width: 578px;
    border-left: 1px solid black;
}

#page_footer {
    position: absolute;
    bottom: 0px;
    padding: 5px;
	width: 261px;
}
#page_footer a {
    text-decoration: none;
    font-size: 10px;
}

.newsMainHeading {
    font-size: 14px;
    font-weight: bold;
}
.newsItemDate {
    font-style: italic;    
}
.newsItemHeading {
    font-weight: bold;
}   
.newsItemText {
	font-weight: normal;
}
