/* Generated by KompoZer */
body {
  background-color: #80a9c0;
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  font-family: DejaVu Sans;
  font-size: 14px;
/* Disable user-selection */
  -webkit-user-select: none;
}
.contact {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  border-collapse: collapse;
}
.contact caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact th, .contact td {
  border: 1px solid #000000;
  padding: 10px;
}
.contact th {
  text-align: left;
  color: white;
  background-color: #339999;
}
.contact td {
  border: 1px solid #000000;
  background-color: lightgrey;
  padding-left: 50px;
}
.banner {
  border-style: none;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  height: 70px;
  width: 690px;
  font-weight: bold;
  font-size: 24px;
  background-image: url(images/blue-banner-mask.png);
}
a:visited {
  color: blue;
}

/* Custom WebKit Scroll-Bars */
::-webkit-scrollbar {
    width: 30px;
    height: 13px;
}
::-webkit-scrollbar-corner {
    background-image: url(resources/corner.png);
    background-repeat: no-repeat;
}
::-webkit-scrollbar-corner:window-inactive {
    background-image: url(resources/corner-inactive.png);
}
::-webkit-resizer {
    background-image: url(resources/resizer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
::-webkit-resizer:window-inactive {
    background-image: url(resources/resizer-inactive.png);
}
::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
::-webkit-scrollbar-button:disabled {
    display: none !important;
}
::-webkit-scrollbar-track:disabled {
    margin: 6px;
}


/* Vertical Scrollbar Styles */
::-webkit-scrollbar:vertical {
    -webkit-border-image: url(resources/vertical-button.png) 2 0 2 0;
    border-color: transparent;
    border-width: 2px 0;
    background-image: url(resources/vertical-button-background.png);
    background-repeat: repeat-y;
}
::-webkit-scrollbar:vertical:corner-present {
    border-bottom-width: 0;
}
::-webkit-scrollbar-track:vertical:disabled:corner-present {
    margin-bottom: 5px;
}
::-webkit-scrollbar:vertical:window-inactive {
    -webkit-border-image: url(resources/vertical-button-inactive.png) 2 0 2 0;
    background-image: url(resources/vertical-button-background-inactive.png);
}
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-image: url(resources/vertical-thumb.png) 13 0 13 0;
    border-color: transparent;
    border-width: 13px 0;
    min-height: 20px;
}
::-webkit-scrollbar-thumb:vertical:hover {
    -webkit-border-image: url(resources/vertical-thumb-hover.png) 13 0 13 0;
}
::-webkit-scrollbar-thumb:vertical:active {
    -webkit-border-image: url(resources/vertical-thumb-active.png) 13 0 13 0;
}
::-webkit-scrollbar-thumb:vertical:window-inactive {
    -webkit-border-image: url(resources/vertical-thumb-inactive.png) 13 0 13 0;
}




::-webkit-scrollbar-track-piece:vertical:start:no-button,
::-webkit-scrollbar-track-piece:vertical:start
{
    margin-top: 6px;
}
 
::-webkit-scrollbar-track-piece:vertical:end:no-button,
::-webkit-scrollbar-track-piece:vertical:end
{
    margin-bottom: 6px;
}
 
::-webkit-scrollbar-track-piece:vertical:end:no-button:corner-present,
::-webkit-scrollbar-track-piece:vertical:end:corner-present
{
    margin-bottom: 5px;
}
 
::-webkit-scrollbar-track-piece:vertical:start:single-button,
::-webkit-scrollbar-track-piece:vertical:start:double-button,
::-webkit-scrollbar-track-piece:vertical:start
{
    margin-top: -6px;
}
 
::-webkit-scrollbar-track-piece:vertical:end:single-button,
::-webkit-scrollbar-track-piece:vertical:end:double-button,
::-webkit-scrollbar-track-piece:vertical:end
{
    margin-bottom: -6px;
}
 
::-webkit-scrollbar-track:vertical:disabled {
    -webkit-border-image: url(resources/vertical-track-disabled.png) 13 0 13 0;
    border-color: transparent;
    border-width: 13px 0;
}
 
::-webkit-scrollbar-track-piece:vertical:decrement {
    -webkit-border-image: url(resources/vertical-track.png) 13 0 13 0;
    border-color: transparent;
    border-width: 13px 0 0 0;
}
 
::-webkit-scrollbar-track-piece:vertical:decrement:hover {
    -webkit-border-image: url(resources/vertical-track-hover.png) 13 0 13 0;
}
 
::-webkit-scrollbar-track-piece:vertical:decrement:active {
    -webkit-border-image: url(resources/vertical-track-active.png) 13 0 13 0;
}
 
::-webkit-scrollbar-track-piece:vertical:increment {
    -webkit-border-image: url(resources/vertical-track.png) 13 0 13 0;
    border-color: transparent;
    border-width: 0 0 13px 0;
}
 
::-webkit-scrollbar-track-piece:vertical:increment:hover {
    -webkit-border-image: url(resources/vertical-track-hover.png) 13 0 13 0;
}
 
::-webkit-scrollbar-track-piece:vertical:increment:active {
    -webkit-border-image: url(resources/vertical-track-active.png) 13 0 13 0;
}
 
::-webkit-scrollbar-button:vertical {
    height: 30px;
    -webkit-border-image: url(resources/vertical-button.png) 2 0 2 0;
    border-color: transparent;
    border-width: 2px 0;
}
 
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(resources/vertical-decrement-arrow.png), url(resources/vertical-button-background.png);
    background-repeat: no-repeat, repeat-y;
    background-position: 12px 6px, 0 0;
}
 
::-webkit-scrollbar-button:vertical:decrement:hover {
    -webkit-border-image: url(resources/vertical-button-hover.png) 2 0 2 0;
    background-image: url(resources/vertical-decrement-arrow.png), url(resources/vertical-button-background-hover.png);
}
 
::-webkit-scrollbar-button:vertical:decrement:active {
    -webkit-border-image: url(resources/vertical-button-active.png) 2 0 2 0;
    background-image: url(resources/vertical-decrement-arrow.png), url(resources/vertical-button-background-active.png);
}
 
::-webkit-scrollbar-button:vertical:decrement:window-inactive {
    -webkit-border-image: url(resources/vertical-button-inactive.png) 2 0 2 0;
    background-image: url(resources/vertical-decrement-arrow.png), url(resources/vertical-button-background-inactive.png);
}
 
::-webkit-scrollbar-button:vertical:increment {
    background-image: url(resources/vertical-increment-arrow.png), url(resources/vertical-button-background.png);
    background-repeat: no-repeat, repeat-y;
    background-position: 12px 14px, 0 0;
}
 
::-webkit-scrollbar-button:vertical:increment:hover {
    -webkit-border-image: url(resources/vertical-button-hover.png) 2 0 2 0;
    background-image: url(resources/vertical-increment-arrow.png), url(resources/vertical-button-background-hover.png);
}
 
::-webkit-scrollbar-button:vertical:increment:active {
    -webkit-border-image: url(resources/vertical-button-active.png) 2 0 2 0;
    background-image: url(resources/vertical-increment-arrow.png), url(resources/vertical-button-background-active.png);
}
 
::-webkit-scrollbar-button:vertical:increment:window-inactive {
    -webkit-border-image: url(resources/vertical-button-inactive.png) 2 0 2 0;
    background-image: url(resources/vertical-increment-arrow.png), url(resources/vertical-button-background-inactive.png);
}
 
::-webkit-scrollbar-button:vertical:end:increment:corner-present {
    border-bottom-width: 0;
    height: 19px;
}
 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}
 
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
    display: none;
}


