/* LINKS, P and HEADERS */

		a:link {
			color: #d5453b;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #99cc99;
		}
		
		a:hover {
			text-decoration: underline;
			color: #d5453b;
		}
		a:active {
			text-decoration: none;
			color: #d5453b;
		}
		
		h1 {
		font: 2.4em/1.2 Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #d5453b;
		margin:0 0 20px 0;
		}
		
		h2 {
		font: 1.8em/1.2 Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #d5453b;
		margin:0 0 20px 0;
		}
		
		h3 {
		font: 1.4em/1.2 Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #2E532E;
		margin:0 0 10px 0;
		}
		
		h5 {
		font: 1.6em/1.2 Arial, Helvetica, sans-serif;
		color: #2E532E;
		margin:0 0 20px 0;
		}	
		
		p {
		font: 1.2em/1.2 Arial, Helvetica, sans-serif;
		color: #2E532E;
		margin:0 0 10px 0;
		}			
		hr {
		border:0;
		background-color:#ddd;
		color:#ddd;
		height:1px;
		margin:5px 0px 5px 0px;
		width:100%;
		}

/* SOME FORMATTING DIVS */

		.clear {
		clear:both;
		}
		.left {
		float:left;
		}
		.right {
		float:right;
		}
		.wrapper {
		float:left;
		position:relative;
		margin-bottom:10px;
		clear:both;
		min-height:275px;
		}
		
		/* Hide elements from the page in CSS enabled browsers */

		.hide {
			position:absolute;
			left:-9999px;
			float:left;
		}

		
		/* FOR IMAGES */
		
		.rightborder {
		float:left;
		margin: 0px 10px 5px 0px;
		}
		
/* STYLES FOR THE TOP NAVIGATION BAR */

		#navbar {
			width: 900px;
			margin: 0px;
			padding: 0px;
			height: 26px;
			list-style: none;
		}
		
		#navbar li {
			float: left;
		}
		
		#navbar a {
			text-decoration: none;
			display: block;
			height: 26px;
			text-indent: -5000px;
			background-image: url(../images/menuBar/topMenuGraphic.gif);
			background-repeat: no-repeat;
		}
		#navbar #search {
			background-position: 0px 0px;
			width: 168px;
		}
		#navbar #search:hover {
			background-position: 0px -26px;
		}
		
		#navbar #join {
			background-position: -168px 0px;
			width: 104px;
		}
		#navbar #join:hover {
			background-position: -168px -26px;
		}
		#navbar #events {
			background-position: -272px 0px;
			width: 85px;
		}
		#navbar #events:hover {
			background-position: -272px -26px;	
		}
		#navbar #opportunities {
			background-position: -357px 0px;
			width: 140px;
		}
		#navbar #opportunities:hover {
			background-position: -357px -26px;
		}
		#navbar #whatsnew {
			background-position: -497px 0px;
			width: 127px;
		}
		#navbar #whatsnew:hover {
			background-position: -497px -26px;
		}
		#navbar #links {
			background-position: -624px 0px;
			width: 73px;
		}
		#navbar #links:hover {
			background-position: -624px -26px;
		}
		#navbar #feedback {
			background-position: -697px 0px;
			width: 105px;
		}
		#navbar #feedback:hover {
			background-position: -697px -26px;
		}
		#navbar #sitemap {
			background-position: -802px 0px;
			width: 98px;
		}
		#navbar #sitemap:hover {
			background-position: -802px -26px;
		}
		#navbar #forthcoming {
			background-position: -900px 0px;
			width: 100px;
		}
		#navbar #forthcoming:hover {
			background-position: -900px -26px;
		}
		
		#navbar #outputs {
			background-position: -1000px 0px;
			width: 100px;
		}
		#navbar #outputs:hover {
			background-position: -1000px -26px;
		}

/* STYLES FOR THE SIDE NAVIGATION BARS */


		#sidebarLeft {
			width: 142px;
			margin: 0px;
			padding: 13px 0px 0px 0px;
			height: 100%;
			list-style: none;
		}

		#sidebarLeft li {
			margin: 0px 0px 0px 7px;
			padding: 0px;
		}		

		#sidebarLeft a {
			text-decoration: none;
			display: block;
			height: 155px;
			width: 142px;
			text-indent: -5000px;
			background-image:  url("../images/sideboxes/leftMenuGraphic.jpg");
			background-repeat: no-repeat;
		}
		#sidebarLeft #aboutFCRN {
			background-position: 0px 0px;
		}
		#sidebarLeft #aboutFCRN:hover {
			background-position: -142px 0px;
		}
		#sidebarLeft #fcrnPublications {
			background-position: 0px -155px;
		}
		#sidebarLeft #fcrnPublications:hover {
			background-position: -142px -155px;
		}
		#sidebarLeft #fcrnEvents {
			background-position: 0px -310px;
		}
		#sidebarLeft #fcrnEvents:hover {
			background-position: -142px -310px;
		}
		
		
		#sidebarRight {
			width: 142px;
			margin: 0px;
			padding: 13px 0px 0px 0px;
			height: 100%;
			list-style: none;
		}
		
		#sidebarRight li {
			margin: 0px;
			padding: 0px;
		}		
		
		#sidebarRight a {
			text-decoration: none;
			display: block;
			width: 142px;
			height: 155px;
			text-indent: -5000px;
			background-image:  url("../images/sideboxes/rightMenuGraphic.jpg");
			background-repeat: no-repeat;
		}
		#sidebarRight #researchLib {
			background-position: 0 0;
		}
		#sidebarRight #researchLib:hover {
			background-position: -142px 0px;
		}
		#sidebarRight #interview {
			background-position: 0px -155px;
		}
		#sidebarRight #interview:hover {
			background-position: -142px -155px;
		}
		#sidebarRight #relProj {
			background-position: 0px -310px;
		}
		#sidebarRight #relProj:hover {
			background-position: -142px -310px;
		}




/* Content paragraph formatting*/

#editableArea p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2E532E;
line-height:15px;
padding:0px 0px 5px 0px;
}

/* Content list formatting*/

#editableArea .entryLeftColumn li {
list-style-image:none;
list-style:none;
}


#editableArea li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #2E532E;
list-style-position: outside;
list-style-image: url(../images/bullet_green.gif);
padding:0px 0px 7px 0px;
margin-left:30px;
line-height: 15px;
}

/* ABOUT sidebar navigation*/

		#aboutnav {
			width: 142px;
			margin: 0 0 0 7px;
			padding: 0 0 0 0;
			height: 100%;
			list-style: none;
		}
		
		#aboutnav li {
			float: left;
		}
		
		#aboutnav a {
			text-decoration: none;
			display: block;
			height: 25px;
			text-indent: -5000px;
			background-image:url(../about/images/sidebar/menuitems.gif);
			background-repeat: no-repeat;
			width: 142px;
		}
		#aboutnav #general {
			background-position: 0 0;
		}
		#aboutnav #general:hover {
			background-position: -142px 0;
		}
		
		#aboutnav #team {
			background-position: -0 -25px;
		}
		#aboutnav #team:hover {
			background-position: -142px -25px;
		}


