/* Generated by KompoZer */
body {
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(images/bg_main.PNG);
}
a {
  text-decoration: none;
  color: #330099;
}
a:hover {
  text-decoration: underline;
}
#container {
  margin: auto;
  background-color: #e8e8e8;
  width: 900px;
}
#header {
  height: 200px;
  width: 100%;
}
#header_left {
  float: left;
  width: 400px;
  height: 200px;
}
.hdr_main_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 50px;
  margin-left: 5px;
  color: #330099;
}
.hdr_sub_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-left: 15px;
}
#header_right {
  float: right;
  height: 200px;
  width: 500px;
}
.hdr_quote_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  vertical-align: middle;
}
#vertnavbar {
  width: 100%;
  height: 30px;
}
#navbuttons {
  width: 100%;
  height: 30px;
  background-color: #d3d3d3;
}
#navbuttons ul {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navbuttons li {
  border-style: none none none solid;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #333333;
  border-width: medium medium medium 2px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}
#navbuttons li a {
  color: #333333;
  text-decoration: none;
}
#navbuttons li a:hover {
  color: #330099;
}
#navbuttons li.first {
  border-left: medium none;
}
#navbuttons li.last {
  border-right: 2px solid #333333;
}
#content {
  margin: 5px;
  width: 890px;
}
.content_header {
  font-size: 24px;
  color: #330099;
}
.content_subheader {
  font-size: 18px;
  color: #330099;
}
#footer {
  width: 100%;
  height: 15px;
  font-size: 10px;
}
