* {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 76%;
  background-color: #fff;
  font-size: .8em;
  text-align: center;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
  margin: 0 0 .6em 0;
}
li, dd { 
  margin-left:5%;
}
fieldset {
  padding: .5em;
}
img {
  border: none;
}
#container, #masthead {
  min-width: 740px;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
#masthead {
  height: 70px;
  position: relative;
  padding: 40px 0 10px 0;
  border-bottom: 1px solid #2A68A5;
  margin-top: 1em;
}
#masthead h1 {
  background: url(/images/site/logo2_sm.png) top left no-repeat;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0px !important; /* for most browsers */
  height /**/:71px; /* for IE5.5's bad box model */
  padding-top: 71px; /*controls height of background image */
}
#container {
  text-align: left;
  background: #fff;
}
#content {
  padding: 10px 10px 5px 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#sidebar {
  float: left;
  width: 280px;
}
#main {
  margin-left: 300px;
}
#footer {
  clear: both;
  border-top: 1px solid #2A68A5;
  line-height: 2;
  font-size: .8em;
  padding: 0 1em;
}
#quote {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 250px;
  color: #333;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
ul#nav {
  position: absolute;
  top: 89px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#nav li {
  list-style: none;
  display: inline;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
ul#nav li a:link, ul#nav li a:visited {
  float: right;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 0 1em 0 0;
  background: none;
  padding: 5px 10px 3px 10px;
  border-bottom: 5px solid transparent;
}
ul#nav li a:hover, ul#nav li a:active {
  border-bottom: 5px solid #2A68A5;
}
#mailinglist {
 line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
  color: #376398;
}
a:link {
  color: orange;
  text-decoration: none;
}
a:visited {
  color: #ECA930;
  text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }
img.years { position: absolute; top: 60px; right: 10px; }
ul.nav_categories, ul.subnav { list-style-type: none; padding: 0; margin: 0 0 1em 0; }
ul.nav_categories li, ul.subnav li { padding: 0; margin: 0; }
ul.nav_categories li a:link, ul.nav_categories li a:visited, ul.subnav li a:link, ul.subnav li a:visited { display: block; padding: 2px 5px; }
ul.nav_categories li:ahover, ul.nav_categories li a:active, ul.subnav li a:hover, ul.subnav li a:active { background: orange; color: white; }

table#cal_nav a:link,table#cal_nav a:visited,table#cal_nav a:hover,table#cal_nav a:active { color: #fff; text-decoration: none; }
table#cal_nav td { width: 120px;}
a.supportLinkA {
  display: block;
  width: 60%;
  color: #fff;
  font-weight: bold;
  background: #09b128;
  padding: 10px;
  text-align: center;
  border-top: 3px solid #0ce133;
  border-left: 3px solid #0ce133;
  border-bottom: 3px solid #07801d;
  border-right: 3px solid #07801d;
}
a.supportLinkX {
  display: block;
  width: 60%;
  color: #fff;
  font-weight: bold;
  background: #d9250b;
  padding: 10px;
  text-align: center;
  border-top: 3px solid #f33e24;
  border-left: 3px solid #f33e24;
  border-bottom: 3px solid #a81d09;
  border-right: 3px solid #a81d09;
}
a.supportLinkA:hover { text-decoration: none; }
a.supportLinkX:hover { text-decoration: none; }
#clients { position: absolute; top: 0; right: 0; background: #000; color: #fff; margin-top: -12px; width: 100px; }
#clients p { padding: 5px 0 0 0; }
#clients a:link, #clients a:visited { color: #fff; font-weight: bold; text-decoration: none; }
#clients a:hover, #clients a:active {color: #376398; }