
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('ColabThi-webfont.eot');
    src: url('ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabThi-webfont.woff') format('woff'),
         url('ColabThi-webfont.ttf') format('truetype'),
         url('ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('ColabReg-webfont.eot');
    src: url('ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabReg-webfont.woff') format('woff'),
         url('ColabReg-webfont.ttf') format('truetype'),
         url('ColabReg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#slideshow {
    width: 100%;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    display: block;
    text-align: center;
    height:550px;
}

#slideshow IMG {
    margin-right: auto;
    display: block;
    margin-left: auto;
    text-align: center;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    text-align: center;
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    text-align: center;
    z-index:9;
}

body {
	font-family: 'colaborate-regularregular', Verdana, Arial, sans-serif;
}
h2 {
	font-family: 'colaborate-thinregular', Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 100px;
	margin-top: -20px;
}

a {
	font-style: normal;
	text-decoration: none;
	color: black;
	}

.headcolumn {
	margin-left: 50px;
}
.content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.maincolumn {
	display: block;
	text-align: center;
	width: 1100px;
	border-bottom-width: thin;
	border-top-width: thin;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-color: grey;
	border-bottom-style: solid;
	border-top-color: grey;
	border-top-style: solid;

}

.showcontainer {
	margin-right: auto;
	margin-left: auto;
	width: 1044px;
}
.hidden {
	display: none;
}
.footer {
	font-family: 'colaborate-regularregular', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-right: 30px;
	float: right;
	margin: 0;
}