body {
    background: lightgrey;
    text-align:center;
    font-family: Verdana;
}

div {
    position: relative;
}

#bg {
    text-align: left;
    width: 980px;
    background: white;
    position: relative;
    z-index: 1;
}

#all {
    background: white;
    z-index: 2;
}

#menu {
    background: white;
    z-index: 2;
}

#mid {
    background: white;
    z-index: 2;
    width: 980px;
}

#main {
    background-repeat: no-repeat;
    z-index: 1;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px ; 
    margin-right: 10px;
    margin-left: 10px;
  text-align: justify;
  text-decoration: none;
  font-family: Verdana;
  font-size: 18px;
}

a.bottommenu, a.bottommenu:visited {
  font-family: Verdana;
  font-size: 18px;
  text-decoration: none;
  color: black;
}

a.bottommenu:active {
  font-family: Verdana;
  font-size: 18px;
  text-decoration: none;
  color: #663300;
}

a.bottommenu:hover {
  font-family: Verdana;
  font-size: 18px;
  text-decoration: none;
  color: red;
}

a.bmactive {
  font-family: Verdana;
  font-size: 18px;
  text-decoration: none;
  color: #663300;    
}
a.bmactive:active {
  font-family: Verdana;
  font-size: 18px;
  text-decoration: none;
  color: red;    
}

#copyright {
  font-family: Georgia,'Times New Roman',times,serif;
  font-size: 12px;
  color: #663300;
  text-decoration: none;
}

a.copyright {
  font-family: Georgia,'Times New Roman',times,serif;
  font-weight: bold;
  font-size: 12px;
  color: #663300;
  text-decoration: none;
}

a.copyright:hover {
  font-family: Georgia,'Times New Roman',times,serif;
  font-weight: bold;
  font-size: 12px;
  color: red;
  text-decoration: none;
}

#emergency {
  font-family: Georgia,'Times New Roman',times,serif;
  font-size: 20px;
  color: red;
  text-decoration: none;
}

.bordered img {
  border: 1px solid white;
}

.bordered:hover img {
  border: 1px solid black;
}

.bordered:hover{
  color: black; /* irrelevant definition to overcome IE bug */
}

a.link, a.link:visited {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

a.link:active {
  font-weight: bold;
  text-decoration: none;
  color: #663300;
}

a.link:hover {
  font-weight: bold;
  text-decoration: none;
  color: red;
}
