body {
  background: #eeeeee;
  font: 10pt Arial;
}
.center { margin-left:auto; margin-right:auto; display:block;text-align: center;}
#main { 
  width:760px;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #675989;
  background: white;
}
#content{
  width:720px;
  min-height:300px;
  _height:300px;
  padding:10px;
}
#menu{
  border-top: 1px solid #675989;
  border-bottom: 1px solid #675989;
  position: relative;
  top: -10px;
  width:540px;
  height:20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#menu a {
  font-weight: bold;
  margin-right:15px;
}

#homepicture{
  float: left;
  border: 1px solid black;
  margin-right:20px;
  margin-bottom: 20px;
}

.left {
  float: left;
  margin-right: 10px;
}
.right {
  float: right;
}
.blackborder{
  border:1px solid black;
}
#homepictures{
  margin-left: auto;
  margin-right: auto;
  clear: left;
  text-align: center;

}
#homepictures img{
  border: 1px solid black;
}

#footer{
  margin-top:20px;
}
.events {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
}
.events th{
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background: #eeeeee;
  font-style: italic;
}
.events td{
  padding: 5px;
  padding-right: 20px;
}
.bold {
  font-weight: bold;
}
.no-border{
  border: 0px;
}
.dark{
  background: #eeeeee;
}
.light{
  background: #ffffff;
}
.small{
  font: 8pt Arial;
}
#radio {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}
#nsg{
  text-align: center;
  font: 8pt Arial;
}
#sidebar {
  width:150px;
  float: right;
  border:1px solid #675989;
  background:#eeeeee;
  float: right;
  margin-left:10px;
  min-height:250px;
  _height:250px;
  font: 8pt Arial;
  padding: 10px;
}
#sidebar h1{
  font: 9pt Arial;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-weight: bold;
  background: #f5f0ea;
}
#sidebar h2{
  font: 10pt Arial;
  font-weight: bold;
}
#sidebar ul{
  padding-left: 15px;
  margin: 0px;
}

#footer{
  font: 12pt Tahoma;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  
}

h2 {
  font: 14pt arial;
  font-weight: bold;
  border-bottom: 1px solid black;
  clear: none;
}

h3 {
  font: 10pt arial;
  font-weight: bold;
  font-style: italic;
  color: Black;
  border:black thin solid; background-color:#AAAACC;
  width:100%;
  padding:5px;
}

h4 {
  font: 12pt Arial;
  font-weight: bold;
}

A:link    { color: #336699; text-decoration:none; }
A:active  { color: #336699; text-decoration:none; }
A:visited { color: #336699; text-decoration:none; }
A:hover   { color: #3366FF; text-decoration:none; }

