	.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	}
	
	
	body {
    margin: 0px;
    padding: 0px;
	}
	
	div#outer{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color : #ffffff;/*#CCCC99;*/
	margin-top:5px;
	}
	
	div#header {
    text-align: center;
    height: 122px;
    margin: 0px;
	border:1px solid #000000;
	background-color:#000000;
	}
	
	div#navbar {
	text-align:left;
	text-indent:10px;
	padding:4px;
	}
	
	div#leftcol {
    width: 120px;
    float: left;
	/*border:1px solid red;*/
	}
	
	div#main {
	position:relative;
	top:0;
	padding:0;
	margin-top:0;
    margin-left: 140px;
    margin-right: 140px;
	margin-bottom:40px;
	font-family :  times, verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-align:justify;
	line-height:18px;
	vertical-align:top;
	/*border:1px solid red;*/
	}
	
	
	div#rightcol {
    width: 120px;
    float: right;
	/*border:1px solid red;*/
	}
	
	
	div#foot {
    border-top: solid #CCCC99 1px;
    padding: 10px;
    text-align: center;
    clear: both;
	background-color:#ffffff;
	}
	
	div#foot p {
    text-align: center;
	}

	h3 {
	font-family :  trebuchet MS, times, verdana, arial, helvetica, sans-serif;
	font-size:24px;
	color:#990000;
	}
	
	p {
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-align:left;
	}
	
	researchers {
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-align:left;
	}
	
	a  {
	font-family :  trebuchet MS, times, verdana, arial, helvetica, sans-serif;
	padding-left : 3px;
	color:#1f311e;
	}

	a:visited  {
    padding-left : 3px;
	}

	a:active  {
    padding-left : 3px;
	}

	a:hover  {
	padding-left : 3px;
	color : #cc0000;
	}	
	
	
	.error {
	color:#990000;
	}
	
	.notify {
	color:#990000;
	margin-bottom:15px;
	}
	
	
	hr {
	height:1px;
	color:#d0dbb0;
	align:center;
	}
	
