div {
	display:block;
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
}
#wrapper {
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
	top:10px;
	text-align:left;
	background-color:rgb(50,100,200);
}

/**** ABOUT, WHY ****/
#aboutL {
	position:absolute;
	width:559px;
	height:495px;
	left:0px;
	top:114px;
	background-color:rgb(242,242,242);
	background-image:url('../images/logos/evaluation.centre.gif');
}

#aboutLtext {
	position:absolute;
	width:539px;
	height:481px;
	left:0px;
	top:121px;
	padding-left:10px;
	padding-right:10px;
	background-color:transparent;
	color:rgb(51,51,51);
	font-size:12px;
	text-align:left;
      overflow-x:hidden; 
      overflow-y:auto;
}


#aboutR {
	position:absolute;
	width:341px;
	height:495px;
	left:558px;
	top:114px;
	border-left:1px solid RGB(206,206,206);
	background-color:rgb(242,242,242);
	background-image:url('../images/logos/evaluation.centre.gif');
}
#aboutRtext {
	position:absolute;
	width:331px;
	height:481px;
	left:559px;
	top:121px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	text-align:left;
	color:rgb(0,0,0);
	overflow-x:hidden; 
  overflow-y:auto;
}
#listL {
	display:inline;
	float:left;
	width:35px;
	padding-right:10px;
	color:rgb(153,0,0);
	text-align:right;
}
#listR {
	display:inline;
	float:left;
	width:490px;
}

/**** MISCELLANEOUS ***/
#bold {font-weight:bold;}

#black {color:rgb(0,0,0);}
#limegreen {color:rgb(153,255,51);}
#rust {color:rgb(51,51,102);}
#tangerine {color:rgb(222,0,0);}

a {text-decoration: none;}
a:link {color: rgb(0,0,0);}
a:visited {color: rgb(0,0,0);}
a:active {color: rgb(0,0,0);}
a:hover {color:rgb(255,153,51);}


a.goto2 {text-decoration: none;}
a.goto2:link {color: rgb(0,124,195);}
a.goto2:visited {color: rgb(0,124,195);}
a.goto2:active {color: rgb(0,124,195);}
a.goto2:hover {color:rgb(0,124,195);}

