*{
  margin:0px;
  padding:0px
}
html{
  width:100%;
  height:100%;
}
body{
  width:960px;
  height:100%;
  position:relative;
  margin:0 auto;
  background: black;
  font-family: sans-serif;
  font-size: 14px;
}
h1, h2 {}
h3 {
  font-size: 14px;
  color: black;
}


#top {
  margin-top: 7px;
}
#header1 {
  height: 120px;
  background: white;
}
#logo {
  margin: 15px;
  display: block;
}
#menu {
  list-style: none;
  text-align: left;
  margin: 25px 0 15px 75px;
}
#menu li {
  float: left;
}
#menu li a {
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  color: #666;
  display: block;
  height: 65px;
  border-bottom: 1px solid #666;
  margin-right: 15px;
}
#menu li a span {
  margin: 0 15px;
}
#menu li a:hover {
  border-bottom: 3px solid black;
  color: black;
}
#menu li a .description {
  font-size: 10px;
  display: block;
  width: 110px;
}
#portal-content {
  background: white;
}
.content {
  margin: 15px;
  text-align: justify;
}
.top {
  background: black;
  color: white;
}
.top .content {
  margin-top:0;
  padding: 15px 0;
  border: 0px;
}
#portal-column2 {
  border: 1px solid black;
}
#portal-column1 .content {
  margin-right: 0;
}
#portal-content {
  padding-bottom: 15px;
}
#portal-content img {
  border: 2px solid black;
}
#portal-column3 .content {
  margin: 15px 0;
}
#portal-column3 img {
  margin: 5px 0;
}
#footer,
#footer a {
  color: white;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#bottom-menu {
  list-style: none;
  display: block;
  float: right;
  margin: 15px 0 15px 15px;
}
#bottom-menu li {
  float: left;
  margin: 0 15px;
}
#footer img {
  float: left;
}
#copyrights span {
  float: right;
  margin: 0 15px 15px 15px;
}
#copyrights span,
#copyrights span a {
  font-size: 10px;
}
