body {
	font-family: 'UbuntuRegular';
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	background-image: url('images/bg_header.jpg'), url('images/bg_footer.jpg'), url('images/bg_content.jpg'); 
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: left top, left bottom;
	background-attachment: scroll; 
	overflow: auto;
    	line-height:150%;
}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.title {
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #dedbd3;
	color: #201f19;
	font-family: 'UbuntuRegular';
	font-size: 25px; 
	text-align: left;
	}

b {
	color: #54352c;
    font-size: 15px;
	}

/*TABLE*/

td.header {
	height: 210px;
	text-align: left;
	vertical-align: middle;
}

td.content {
	text-align: justify;
	vertical-align: top;
}

td.footer {
	text-align: center;
	vertical-align: bottom;
	height:210px;
}



/*LINKS*/

a:link, a:active, a:visited {
	color: #1f413a;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #ffffff;
	}


a.research{
	background-image: url('images/research.png');
	width: 135px;
	height: 170px;
	}

a.research:hover {
	content: url('images/research_hover.png');
	}

a.people{
	background-image: url('images/people.png');
	width: 110px;
	height: 170px;
	}

a.people:hover {
	content: url('images/people_hover.png');
	}

a.resources{
	background-image: url('images/resources.png');
	width: 104px;
	height: 170px;
	}

a.resources:hover {
	content: url('images/resources_hover.png');
	}

a.contact {
	background-image: url('images/contact.png');
	width: 104px;
	height: 170px;
	}

a.contact:hover {
	content: url('images/contact_hover.png');
	}