body  {
  background-color: white;
  background-image: url(images/yandg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
}

#wrapper {
  width: 100%;
}

h1 {
color: red;
text-align: center;
margin: 0 0 0 0;
}

h2 {
  color: red;
  font-family: arial;
}

p {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  margin: 0 0 16px 0;
  padding: 0;
}

.red {
  color: red;
}

.green {
  color: green;
}

.black {
  color: #000000;
}

.mauve {
  color: #8B008B;
}

.norm1 {
  color: #0000DD;
}

.norm2 {
  color: #dd0000;
}

.norm3 {
  color: #00aa00;
}

.tiny {
  font-size: small;
}

#topbox {
  margin: 0 0 10px 0;
}

#navigation {
  position: relative;
  top: -15px;
  margin-left: auto;
  margin-right: auto;
}

#contents {
 position: absolute;
 width: 93%;
 margin-left: 15px;
}

table.topmenu {
border: 1px solid red;
width: 680px;
}

table.topmenu td {
font: normal 12px Verdana;
line-height: 18px;
font-weight: bold;
text-align: center;
background-color: #ddffdd;
border: 1px solid green;
}

table.topmenu td a {
text-decoration: none;
}

#dropmenudiv{
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
text-decoration: none;
line-height: 18px;
z-index: 100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

#rightcol {
float: right;
width: 120px;
border: 2px solid #339966;
margin: 10px;
padding: 5px;
font-family: cursive, "Comic Sans MS";
font-weight: bold;
font-size: small;
color: #339966;
text-align: center;
}

#footer {
  clear: both;
}

#bottom {
  width: 100%;
  border: 1px solid black;
  margin: 10px;
  padding: 10px 0 10px 0;
}

.address {
  font: Times New Roman;
  font-size: 14pt;
  font-weight: bold;
  color: red;
  text-align: center;
}

.ack {
  font: Times New Roman;
  font-size: 7pt;
  color: black;
  text-align: center;
}

#rev {
  float: right;
  font: arial;
  margin: 0 10px 0 0;
  font-size: small;
  color: teal;
}

#boxleft  {
  float: left;
  margin: 5px 10px 5px 5px;
  padding: 5px 5px 0 5px;
  border: 2px inset green;
  font-family: cursive, "Comic Sans MS";
  font-size: small;
  color: blue;
  background-color: #eeffee;
}

#boxright  {
  float: right;
  margin: 5px 10px 5px 5px;
  padding: 5px 5px 0 5px;
  border: 2px inset red;
  font-family: cursive, "Comic Sans MS";
  font-size: small;
  color: blue;
  background-color: #eeffee;
}

