.headerspace {
    margin-top: 20px;
}

.col {
    margin:5px auto;
    max-width:650px;
    line-height:1.6;
    font-size:19px;
    font-family:sans-serif;
    color:#444;
    padding:0 10px
}

.callout {
    border-radius: 4px;
    background-color: #FFF08B;
    margin: 10px;
    padding: 10px;
}

.btn {
  border: 0;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #fbb03b;
  padding: 6px 20px 6px 20px;
  margin-top: 10px;
  text-decoration: none;
}

fieldset legend {
    font-weight: bold;
}

h1,h2,h3 {
    line-height:1.2;
    color:#F15A24;
}

h1 a {
    text-decoration:none;
    color:#F15A24;
}

h1 a:visited {
    text-decoration:none;
    color:#F15A24;
}

h1 a:hover {
    text-decoration:none;
    color:#F15A24;
}

h1 a:active {
    text-decoration:none;
    color:#F15A24;
}

a {
    color:#F15A24;
}
a:visited {
    color:#F15A24;
}

input[type=text] {
    width: 300px;
}
input[type=password] {
    width: 300px;
}

.link-button {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  font-family: sans-serif;
  color: #444;
}

table a {
  text-decoration: none;
  color: #444;
}

table a:visited {
  text-decoration: none;
  color: #444;
}

.error-message {
    color: red;
}
.success-message {
    color: green;
}

.control-group {
    padding: 3px 0px;
}

#navlist {
    text-align: center;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#navlist li a {
    text-decoration: none;
    color: #444;
}

#active {
    text-decoration: underline;
}

.container {
    margin: 10px auto;
}

.expand {
    max-width: 100%;
}

table {
    margin: 0px auto;
    width: 90%;
    font-size: 18px;
}

.logo {
    display: block;
    margin: 0px auto 0px auto;
}

.td-right {
   text-align: right;
}

.td-center {
   text-align: center;
}

