html {
	font-size: 62.5%;
	position: relative;
}

body {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this is for IE < 5.5 */
	font-family: Trebuchet MS, sans-serif;
	background-color: #D7D7D7;
	background-image: url(/common/images/interface/backgrounds/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	
}

div {
	position: relative;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 0px 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin-left: 25px;
	margin-bottom: 5px;
}

div#homepage-content p {	
	margin: 0px 70px 10px 110px;
}

a, a:active, a:visited, a:hover  {
	color: #005ba2;
	text-decoration: underline;
}

a:visited {
	color: #6c6c6c;
}
	
a.news-item, a.news-item:active, a.news-item:visited, a.news-item:hover  {
	font-size: 1.2em;
	color: #005ba2;
	text-decoration: underline;
}

a.news-item:hover {
	text-decoration: none;
}

span.news-item-date {
	font-size: 1.2em;
}

div#subpage-content p,div#subpage-content ul  {
	margin: 0px 35px 10px 0px;
}

div.picture-left, div.picture-right {
	margin-bottom: 10px;
	position: relative;
	width: 200px;
}

div.picture-left {
	float: left;
	margin-right: 10px;
}
	
div.picture-right {
	float: right;
	margin-left: 10px;
}

.intro-text {
	color: #6c6c6c;
	font-size: 1.4em;
}

.homepage-text {
	font-size: 1.3em;
}

.table_projects {
	padding-right:15px;
}

table.management_team td {
	padding:10px;
	width:50%;
	vertical-align:top;
}