* {
  font-family: Arial;
  font-size: 12px;
  outline: none;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: larger;
}

body {
  margin: 0px;
  padding: 0px;
  background: #F1F1F1;
}

form {
  margin: 0px;
  padding: 0px;
}

.column_left {
  border: 1px solid #95A9BB;
  background: #BDCAD5;
}

.column_center {
  border-top: 1px solid #95A9BB;
  border-bottom: 1px solid #95A9BB;
  height: 600px;
  background: #EFF2F5;
}

.column_right {
  border: 1px solid #95A9BB;
  background: #BDCAD5;
}

.column_left_link:link {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.column_left_link:visited {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.column_left_link:hover {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.column_left_link:active {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.column_left_sublink:link {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
.column_left_sublink:visited {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
.column_left_sublink:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
.column_left_sublink:active {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.location_span {
  font-size: 11px;
}

.location_link:link {
  font-size: 11px;
  font-weight: bold;
  color: #2D307F;
  text-decoration: none;
}
.location_link:visited {
  font-size: 11px;
  font-weight: bold;
  color: #2D307F;
  text-decoration: none;
}
.location_link:hover {
  font-size: 11px;
  font-weight: bold;
  color: #2D307F;
  text-decoration: underline;
}
.location_link:active {
  font-size: 11px;
  font-weight: bold;
  color: #2D307F;
  text-decoration: none;
}

.footer {
  background: black;
  height: 35px;
}

.column_right_link:link {
  color: #38618B;
  font-size: 12px;
  text-decoration: none;
}
.column_right_link:visited {
  color: #38618B;
  font-size: 12px;
  text-decoration: none;
}
.column_right_link:hover {
  color: #38618B;
  font-size: 12px;
  text-decoration: underline;
}
.column_right_link:active {
  color: #38618B;
  font-size: 12px;
  text-decoration: none;
}

a:link {
  color: #F87326;
}
a:visited {
  color: #F87326;
}
a:hover {
  color: #F87326;
}
a:active {
  color: #F87326;
}