#page
{
  position: relative; 
  display: block; 
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; 
  width: 960px;
  border-width: thick;
  border-style: solid;
  border-color: gray;
}

#text
{
  position: relative;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 960px;
}


h1 {
  color: black;
  font-size:40px;
}



.topNaviagationLink {
  text-align:center;
  position:relative;
  margin-top:30px;
  margin-left:20px;
  font-family:verdana;
  font-size:25px;
  width:140px;
  height: 35px;
  line-height: 35px;
  float:left;
  color:#CEEAEE;
  text-decoration: none;
}


a.top {
  text-decoration: none;
  color: #00008B;
}

a:hover {
  color: blue;
}



p.maintext {
  text-align:justify;
  position:relative;
  top: -344px;
  left: 0px;
  margin-top: 0px;
  margin-right: 450px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size:18px;
  font-family: verdana;
}

p.tabtext {
  text-align:justify;
  position:relative;
  top: -344px;
  left: 20px;
  margin-top: 0px;
  margin-right: 450px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size:18px;
  font-family: verdana;
}


p.contact {
  text-align:right;
  position:absolute;
  top: 450px;
  right: 0px
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 50px;
  margin-left: 730px;
  font-size: 14px;
}


p.publications {
  text-align:justify;
  position:relative;
  top: -340px;
  left: 0px;
  margin-top: 0px;
  margin-right: 450px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 14px;
  font-family: verdana;
}


h2 {
  text-align:left;
  position:relative;
  top: 40px;
  left: 0px;
  margin-top: 10px;
  margin-right: 450px;
  margin-bottom: 10px;
  margin-left: 50px;
  font-size: 16px;
  font-family: verdana;
}



hr {
    display: block;
    height: 4px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

hr { width:100%; height:4px; background: #fff }
