﻿* {
  padding: 0;
  margin: 0;
  font-family: Arial, Sans-Serif;
}
body
{
  background-color: #FFFFFF;
}
#via_container {
  position: relative;
  margin: 10px auto 0;
  width: 665px;
}
#via_header {
  position: relative;
  clear: both;
  overflow: hidden;
}
#via_banner {
  position: relative;
  top: 8px;
  clear: both;
  width: 1024px;
  height: 120px;
}
#via_content {
  position: relative;
  background-color:white;
  clear:both;
  overflow:hidden;
  top: 11px;
  width: 100%;
}
.via_ColumnLeft {
  position: relative;
  float: left;
  width: 230px;
  height: auto;
}
.via_ColumnCenter {
  position: relative;
  background-color: #FFFFFF;
  float: left;
  width: 510px;
  height: auto;
}
.via_ColumnRight {
  position: relative;
  left: 5px;
  background-color: #FFFFFF;
  float: left;
  width: 284px;
  height: auto;
}
#via_linkHead {
  position: relative;
  top: 11px;
  background-color: #FFFFFF;
  clear: both;
  height: 46px;
 }

