

body {
  background: #EFD269 url(images/background.gif) repeat-y;
  font-family:arial,sans-serif;
  font-size: 14px;
  color: #4E1105;
}

a {
  color: #4E1105;
  text-decoration: underline;
  font-family: arial,sans-serif;
  font-size: 14px;
}

a:hover {
  color: #CC8A51;
}

form {
  margin-bottom: 15px;
}

h1 {
  font-family: georgia,serif;
  color: #CC8A51;
  font-size: 28px;
  font-style: oblique;
  margin-bottom: 25px;
}

h2 {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  width: 260px;
  margin-top: 10px;
  font-weight: bold; 
  font-size: 12px
}    

th {
  font-weight: bold; 
  text-align: left
}

strong {
  font-weight: bold;
}

.left_col {
  width: 400px;
  float: left;
  text-align: right;
  color: #EFD269;
}

.left_col li {
  padding: 25px 25px 5px 5px;
}

.left_col a{
  color: #EFD269;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: oblique;
}

.left_col a:hover {
  color: #CC8A51;
}
   

#right_col {
  margin-right: 20px;
  margin-left: 450px;
  padding-top: 50px; 
}
