BODY {
  margin-top: 0px;
  margin-bottom: 30px;
}
H1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #6DA6E2;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
H2 {
  padding-top: 5px;
  color: #666666;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
H3 {
  color: #666666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
FORM {
  float:right;
  font-size: 9px;
}
INPUT, TEXTAREA {
  background-color: #FFFFFF;
  color: #666666;
  border: 1px solid #BBBBBB;
  font-size: 11px;
  padding: 3px;
}
.button {
  padding: 2px;
  background-color: #6DA6E2;
  color: #FFFFFF;
  border: 1px solid #2763A5;
  font-size: 11px;
}
A {
  color: #6DA6E2;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  background-color: #FFFFFF;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
IMG.left,IMG.center,IMG.right {
  padding: 5px;
}
IMG.left {
  float: left;
  margin: 0 12px 5px 0;
}
IMG.center {
  display: block;
  margin: 0 auto 5px auto;
}
IMG.right {
  float: right;
  margin: 0 0 5px 12px;
}
#container {
  width: 780px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  color: #666666;
  background-color: #FFFFFF;
}
#container2 {
  width: 776px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  color: #666666;
  background-color: #FFFFFF;
  border-bottom: 2px solid #2763A5;
}
#header {
  width: 750px;
  border: 0px
  padding-bottom: 10px;
  padding-top: 10px;
  clear: both;
}
#header P {
  margin-top: -20px;
  margin-left: 30px;
  font-size: 12px;
  color: #999999;
}
#tabs {
  float:left;
  width:750px;
  font-size:93%;
  padding-bottom: 1px;
  border-bottom:4px solid #2763A5;
  line-height:normal;
}
#tabs UL {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}
#tabs LI {
  display:inline;
  margin:0;
  padding:0;
}
#tabs A {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabs A SPAN {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}
#tabs A SPAN {
  float:none;
}
#tabs A:hover {
  background-position:0% -42px;
}
#tabs A:hover SPAN {
  background-position:100% -42px;
}
#tab SPAN {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  background-position:0% -42px;
}
#tab SPAN STRONG  {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  background-position:100% -42px;
}
#tab STRONG SPAN {
  float:none;
}
#more A {
  padding-right: 35px;
}
#sidebar {
  width: 175px;
  padding-left: 21px;
  padding-right: 10px;
  padding-top: 10px;
  float: right;
}
#sidebar P {
 padding-bottom: 10px;
 border-bottom: 1px solid #DDDDDD;
}
#footer {
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  clear: both;
  width: 772px;
  background-color:#2763A5;
}
#footer P {
  color:#FFFFFF;
  padding: 5px;
  text-align: left;
}
#footer SPAN {
  border-left: 300px solid #2763A5;
}
#footer P A {
  color: #FFFFFF;
  background-color:#2763A5;
  font-weight:100;
  border-bottom: 1px dotted #FFFFFF;
}

#footer P A:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-top: 1px dotted #FFFFFF;
  border-bottom: 0px dotted #FFFFFF;
}

#content {
  width: 550px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}
#content P {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
#features UL {
         list-style-image:  URL("/images/feature.gif");
}
#features UL LI {
   margin-top: 8px;
}
pre {
  padding: 10px;
  background: #FFFFFF;
  border: 1px #515A5F solid;
  font-family:monospaced;
  color: #000000;
}