body {
  background: #ffffff url("images/background.gif") fixed top no-repeat;
  padding: 0px;
  margin: 0px;
}

a {

text-decoration: none;
}

#blank {
  background: #ffffff;
  }

.banner {
  background: #ffffff url("images/banner_bg.jpg")  repeat-x
}

.banner img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0px;
}

.logo {
  float: left;
  }

.logospacer {
  float: right;
  width: 142px;
  }

img {
border:0px;
}

.button_bar {
  margin-bottom: 10px;
  }

#button {
  background: #ffffff url("images/button.jpg");
  width: 144px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height:44px;
  color: #FFFFFF;
  display: block;
  }
  
  #button:hover {
  color: #000000;
  background: #ffffff url("images/buttonroll.jpg");
  font-weight:bold;
  }

#button.l {
  float: left;
  margin-left: 80px;
  }

#button.c {
  margin: auto;
}

#button.r {
  float: right;
  margin-right: 80px;
}

.main {
  margin-left: 180px;
  margin-right: 10px;
  border: 2px solid #000000;
  padding: 10px;
  background: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  height: 600px;
}

.content {
  background: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  }

.org {
  text-align: center;
}

.org img {
width: 800px;
}

.sidebar {
  float: left;
  text-align: center;
  width : 130px;
  background: #ffffff;
  margin-left: 10px;
  padding: 10px;
  border: 2px solid #000000;
  font-family: arial, "lucida console", sans-serif;
  height: 480px;
  }
  
.sidebar a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  text-shadow: 0 0 1.0em #ffe500,  0 0 1.0em #ffe500,  0 0 1.0em #ffe500,  0 0 1.0em #ffe500,  0 0 1.0em #ffe500,  0 0 1.0em #ffe500;
  }
  
.sidebar a:hover {
  text-decoration: underline;
  color: #cc0001;
  text-shadow: 0 0 1.0em #ff0000
  }

.sidebar img {
  display: block;
  }
  
.content h2 {
  font-size: 16px;
  font-style: italic;
  }