<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generic Selectors */
 
body, html {
   font-family: 'lucida grande', geneva, sans-serif;
   font-size: 13.5px;
   color: rgb(0,0,0);
   background-color: rgb(245,245,245);
   margin:auto;
   padding:0 0 0 0;
   line-height: 150%;
   height:100%;
   min-width: 875px;
   max-width: 1000px;

}
 
p {
   width: 100%;
   padding: 0 0px 0 0px;
   margin-top: 5px;
   margin-bottom: 10px;
}

ol{
    list-style-type: decimal;
    list-style-position: inside;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
 
li {
    line-height: 150%;
    /*width: 1000px;*/
    padding: 0px 0px 0px 0px;
}
 
h1 {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}
 
h2 {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 0 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #000000;
    padding: 0px 0px 0 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

f {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: rgb(0,0,0);
    padding: 0px 20px 0 20px;
}

a:link, a:visited {
   color: rgb(41,41,41);
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: rgb(0, 100, 175);
   font-weight: bold;
   text-decoration: none;
}

.caption {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 14px;
    width: 90%;
    padding: 0 40px 0 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.captiontitle {
    font-family: 'lucida grande', geneva, sans-serif;
    font-size: 18px;
    width: 90%;
    padding: 0 40px 5px 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.clear { clear: both; }


/**************** Pseudo classes ****************/
/*
a:link {
   color: rgb(0,0,0);
   text-decoration: none;
   font-weight: bold;
}
 
li :link {
   color: #00CC00;
   text-decoration: none;
   font-weight: bold;
}
 
a:visited {
   color: rgb(0,0,0);
   text-decoration: none;
   font-weight: bold;
}
 
li a:visited {
   color: #00CC00;
   text-decoration: none;
   font-weight: bold;
}
 
a:hover {
   color: rgb(0, 96, 155);
   padding-bottom: 5px;
   font-weight: bold;
   text-decoration: none;
}
 
li a:hover {
   display: block;
   color: rgb(0, 96, 155);
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}
 
a:active {
   color: rgb(155, 0, 0);
   font-weight: bold;
}
*/

/**************** Table menu *********************/

a.nav, a.nav:link, a.nav:visited, .chosen {
display:block; 
width:100%; 
height:27px; 
text-align:center; 
margin-top:0px;
line-height:27px; 
overflow:hidden;
} 

a.nav {
color: rgb(255,255,255);
text-decoration:none;
font-weight: normal;
background: rgb(245,245,245);
}

a.nav:link, a.nav:visited {
color: rgb(255,255,255);
text-decoration:none;
font-weight: normal;
background: rgb(41,41,41);
}

a.nav:active, .chosen {
color: rgb(255,255,255);
background: rgb(0,0,0);
font-weight: normal;
text-decoration:none;
}

a.nav:hover {
color: rgb(175,215,255);
background: rgb(0,0,0);
font-weight: normal;
text-decoration:none;
}

a.chosen {
color: rgb(255,255,255);
background: rgb(0,0,0);
font-weight: normal;
text-decoration:none;
}

a.chosen:hover {
color: rgb(175,215,255);
background: rgb(0,0,0);
font-weight: normal;
text-decoration:none;
}

/************************* Tables in body *****************/

.t_header {
    background-color: rgb(255,255,255); 
    border: 1px solid rgb(0,0,0);
}

.newspage {
    width: 90%
    

}

/************************* ID's *************************/
 
#container {
    /*min-height:90%;*/
    position:relative;
    background-color: rgb(255,255,255);
    width: 1000px;
    margin: auto;
    margin-bottom: 20px;
    border-right: 1px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
    box-shadow: 0px 4px 4px rgba(0,0,0,.40);

}

#header {
   width: 1000px;
   height: 90px;
   text-align: left;
   font-size: 25px;
   margin-top: 0;
   /*margin-left: 10px;*/
   /*margin-right: 10%;*/
   padding: 5px 0 0 0;
   /*border-bottom: 1px solid rgb(0,0,0);*/
   font-weight: normal;
   background-color: rgb(41,41,41);
}

#navtable {
   width: 1000px;
   height: 27px;
   font-size: 15px;
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 0 0 0 0;
   border-bottom: 1px solid rgb(0,0,0);
   background-color: rgb(41,41,41);
}
 
#centerDoc {
   width: 1000px;
   /*min-width: 700px;
   max-width: 800px;*/
   padding: 0px 0px 125px 0px; /*top right bottom(FOOTER!!) left*/ 
   text-align: left;
   /*margin-left: 10%;*/
   /*margin-right: 10%;*/
   color: rgb(41,41,41);
   background-color: rgb(255,255,255);
}

#leftcol {
    text-align:left; 
    width: 450px; 
    float: left; 
    margin-left: 40px; 
    margin-bottom:0px;
    color: rgb(41,41,41);
}

#rightcol {
    text-align:left; 
    width: 425px; 
    float:right; 
    margin-right: 40px; 
    margin-bottom:40px;
    padding: 0 0 0 25px;
    color: rgb(41,41,41);
    background-color: rgb(240,240,255);
}

#footer {
    position:absolute;
    bottom: 0;
    width: 1000px;
    /*margin-left: 10%;*/
   /* margin-right: 10%;*/
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0 0 0;
    height:95px; /* Height of the footer */
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 11px;
    background-color:rgb(51,51,51);
    text-align:center;
    /*border-top: 2px solid rgb(0,0,0);*/

}

/***** Page specific body formatting *****/
.banner {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    width: 1000px;
    height: 100px;
}


.mainlist {
    padding: 30px 50px 30px 50px;
    font-size: 14px;
    width: 900px;
}

.pictures {
    width: 900px;
    border: 2px solid rgb(0,0,0);
}

/***** Links for newsbox *****/
a.box:link, a.box:visited {
   color: rgb(41,41,41);
   text-decoration: none;
   font-weight: normal;
}

a.box:hover {
   color: rgb(0, 100, 175);
   font-weight: normal;
   text-decoration: none;
}


/****** Rollover for pictures on projects page ***********/
#proj {
  width: 900px;
  height: 600px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0 0 0 0;
  /*background-color: rgb(41,41,41);*/
}

.projtable {
  border-collapse:collapse;
  width: 900px;
  height: 500px;
  padding: 0 0 0 0;
}
.projtable td, .projtable tr {
  padding:25px;
}

.projimg {
  position:relative;
  width:250px;
  height:250px;
  bottom:0;
}


.image {
    position:relative;
    padding: 0;
    text-align: center;
    height: 250px;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}
.image:hover .shadinglayer {
  background: rgb(0, 0, 0);
  background: rgba(0,0,0, 0.6);
}

.shadinglayer {
    position:relative;
    text-align: center;
    bottom:254px;
    /*padding: 10px 10px 10px 10px;*/
    height:250px;
    width:250px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.0);
}

.image:hover .capground {
  background: rgb(0, 0, 0);
  background: rgba(0,0,0, 0.6);
}

.image:hover .projtext {
  visibility: visible;
  color: white;
}

.capground {
    position:relative;
    text-align: center;
    bottom:254px;
    /*padding: 10px 10px 10px 10px;*/
    height:250px;
    width:250px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.0);
}
.projtext {
    visibility: hidden;
    position:absolute;
    text-align: left;
    left: 10px;
    bottom: 1px;
    font-size: 14pt;
    color: black;
    
}
</pre></body></html>