
td.division_name { 
    background-color: white;
}

h3 { 
    margin-top: 10px;
}

h3 a { 
    margin-top: 10px;
}

div.logo img { 
    max-height: 200px;
    margin-left: 40px;
}

div.logo { 
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
}

div.logo p a { 
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    background-color: white;
}
div.logo p { 
    padding-bottom: 40px;
    background-color: white;
}

div.menu p a {
    font-size: 18px;
}
div.menu p {
    margin-left: 20px;
    margin-top: 15px;
}

.tbutton {
  border-radius: 7px;
  font: 9px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #006;
  padding: 4px 8px 4px 8px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
