
body {
  background: white;
}


#header {
  margin: 0;
}

#menubar {
  margin: 30px 0px 0px 0px;
}

#menubar a {
  padding: 5px 10px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  border-style: groove;

}

#menubar a:link,
#menubar a:visited {
  color: #000080;
}

#menubar a:hover,
#menubar a:active {
  color: #4000e0;
}




#content {
  width: 770;
}

#content-nav {
/*  outline: thin dotted blue; */
  margin: 30px 0px 0px 0px;
  float: left;
  width: 138;
}


#content-nav a {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 18px;
}

#content-nav a:link,
#content-nav a:visited {
  color: #000040;
}

#content-nav a:hover,
#content-nav a:active {
  color: #0000c0;
}

#content-nav li {
  list-style: none;
  text-indent: -20;

}

#content-localnav {
/*  outline: thin dotted blue; */
  margin: 30px 0px 0px 0px;
  clear: right;
  width: 300;
}


#content-localnav a {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 24px;
}

#content-localnav a:link,
#content-localnav a:visited {
  color: #0000c0;
}

#content-localnav a:hover,
#content-localnav a:active {
  color: #000040;
}

#content-localnav li {
  list-style: none;
  text-indent: -20;

}

#content-main {
  width: 450;
  float: left;
  margin: 0px 20px; 10px; 10px;
/*  outline: thin dotted blue; */
  font-family: sans-serif;
  font-size: 14px;
}

#content-main a {
  text-decoration: none;
}

#content-main h1 {
  text-align: center;
  font-size: 48px;
  color: #000080;
}

#content-main h2 {
  text-align: center;
  font-size: 24px;
  color: #000040;
}

#content-main h2#cancellation {
  color: #FF0000;
}

#content-main h3 {
  text-align: left;
  font-size: 16px;
  color: #000040;
}

#content-main h4 {
  text-align: left;
  font-size: 14px;
  color: #000040;
}


#content-ad {
  float: right;
  border-width: thin;
  border-style: solid;
  border-color: blue;
  margin: 30px 0px 0px 0px;
  padding: 2;
/*  outline: thin dotted red; */
  width: 134;
}



#footer {
  clear: both;
  margin: 20px;
}
