* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}
body {
  margin: 8px;
  padding: 0px;
  background-color: #fff;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #008ED8;
  text-decoration: none;
}
a:hover {
  color: #00f;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #f00;
}

a img {
  border: 0;
}

.both {
  clear: both;
}

h3 {
  font-size:1.2em;
}

/* Layout divs */
#top {
  width:100%;
  padding:0;
  margin-left:auto;
  margin-right:auto;
}

#logo {
  margin:0;
  padding:0;
  width:119px;
  float:left;
}

#menu {
  margin:0;
  padding:0;
  width:604px;
  float: left;
}

#menutop {
  padding-left:125px;
}

#content {
  width:100%;
  background-color:#fff;
}

#content h2 {
  margin-bottom:0;
}
#content p {
  margin-top:0;
}

#contentbox {
  background-color:white;
  width:100%;
}

h1 {
  color:#008ED8;
  font-size:2.5em;
}

h2 {
  font-weight:normal;
  color:#008ED8;
  font-size:1.6em;
}

#searchnews {
  width:120px;
  margin-left:5px;
  float:left;
}

#searchnews input {
  margin-top:5px;
}

#footer {
  width:100%;
}

#footer p {
  font-size: 10px;
  color:#444;
}

#footer img {
  margin-bottom:-2px;
}

#footer a {
  color:#444;
}

#footer a:hover {
  text-decoration:underline;
}

/* Menu */

#menubar {
  display:none;
}

#menubar ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

#menubar li {
  float:left;
  padding:4px;
  padding-left:4px;
  padding-right:6px;
  background-image:url("/images/menu_divider.gif");
  background-repeat:no-repeat;
  background-position: right;
  background-color:#C9CCCC;
}

#menubar a {
  color:#000;
  font-size:10px;
}

#menubar a:hover {
  color:#147CB2;
}

li#last {
  background-image:none;
  margin-right:5px;
}

#menubar input {
  font-size:10px;
}
.searchimage {
  margin-bottom:-4px;
}

.divider {
  background-image:url("/images/news_divider.gif");
  background-repeat:repeat-x;
  background-position:center;
  height:8px;
}

#contact-links {
  display:none;
}

#contact-links input {
  margin-top:5px;
}

#contact-links h3 {
  font-size:12px;
  margin:0;
  margin-top:5px;
}

#contact-links a {
  color:#000;
}

#contact-links a:hover {
  text-decoration:underline;
}

#email-print {
  display:none;
}

.noprint {
  display:none;
}