html {
  font-size: 76%;
}
body {
  margin: 0;
  padding: 0;
  background: #333333 url(../img/bg.gif) repeat scroll 0% 50%;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
}
h2, h3, h4, h5, h6 {
  margin: 0;
  color: #009999;
  font-weight: normal;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  letter-spacing: -1px;
}
h2 {
  border-bottom: 1px solid #cccccc;
  margin: 25px 0 15px;
  font-size: 1.8em;
  padding-bottom: 15px;
}
h3 {
  margin: 25px 0 15px;
  font-size: 1.6em;
}
h4 {
  margin: 20px 0 10px;
  font-size: 1.4em;
}
h5 {
  margin: 20px 0 5px;
  font-size: 1.2em;
}
h6 {
  margin: 20px 0 0;
  font-size: 1em;
}
p {
  margin: 15px 0;
}
acronym {
  cursor: help;
}
pre, code, blockquote {
  border: 1px dashed #dddddd;
  margin: 15px 0;
  padding: 15px;
  background: #ffffff url(../img/grey_grad_.jpg) repeat-x scroll 0 -130px;
  display: block;
  color: #666666;
}
blockquote {
  border: 1px solid #dddddd;
  padding: 0 15px;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #eeeeee;
  min-height: 60px;
}
* html blockquote {
  height: 60px;
}
a {
  text-decoration: underline;
  color: #009999;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}
a:hover {
  text-decoration: none;
}
img {
  border: 10px solid #dddddd;
  padding: 1px;
  background-color: #ffffff;
}
a img {
}
a:hover img {
  border-color: #eeeeee;
}
img.right {
  margin: 0 0 20px 20px;
}
img.left {
  margin: 0 20px 20px 0;
}
ul, ol, dl {
  margin: 15px 0 15px 20px;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol {
  margin-left: 25px;
}
dl {
  margin-left: 0;
}
dl dt {
  font-weight: bold;
  margin-top: 15px;
}
dl dd {
  margin: 0;
}
dl dt, li {
  color: #009999;
}
li span {
  color: #333333;
}
table {
  border: 1px solid #dddddd;
  margin: 15px 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 15px;
  text-align: left;
}
table thead th {
  border: 1px solid #009999;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #009999;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.1em;
}
table tbody th {
  background-color: #dddddd;
}
table tbody th, table tbody td {
  border-top: 1px solid #dddddd;
}
form {
  border: 1px solid #dddddd;
  margin: 25px 0;
  padding: 0;
  background: transparent url(../img/grey_grad_.jpg) repeat-x scroll 0% 50%;
}
form fieldset {
  border:  none;
  margin: 0;
  padding: 10px 25px 15px;
}
form fieldset legend {
  display: none;
}
form p {
  height: 1%;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
form p label {
  font-size: 1em;
  color: #333333;
  float: left;
  display: block;
  width: 30%;
  margin-right: 20px;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
form p input, form p select, form p textarea {
  border: 1px solid #dddddd;
  padding: 8px;
  font-size: 1em;
  color: #333333;
  background-color: #eeeeee;
  width: 55%;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}
form p select {
  width: 57.5%;
}
form ul.fieldlist {
  margin: -30px 0 10px 33%;
  padding: 0;
  list-style-type: none;
}
form ul.fieldlist li {
  padding: 0 30px 5px 0;
  color: #333333;
  white-space: nowrap;
}
form input.btn, a.btn {
  border:  none;
  padding: 8px 10px;
  background: #009999 url(../img/image_.jpg) repeat-x scroll 0 -30px;
  overflow: visible;
  width: auto;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.btn:hover {
  background-color: #cccccc;
  color: #333333;
}
hr {
  border:  none;
  margin: 30px 0 0;
  height: 1px;
  background-color: #dddddd;
  color: #dddddd;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
ul.links {
  list-style-type: none;
  margin-left: 0;
}
ul.links li {
  margin: 5px 0;
}
ul.images {
  padding: 15px 0 0;
  margin-left: -15px;
  margin-bottom: 0;
  list-style-type: none;
  height: 1%;
  width: 104%;
}
* html ul.images {
  width: 100%;
}
ul.images:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
ul.images li {
  margin: 0;
  padding: 0 0 15px 15px;
  float: left;
}
ul.images li img {
  vertical-align: middle;
}
#container {
  margin: 0 auto;
  width: 760px;
}
#header {
  background: transparent url(../img/header_.png) no-repeat scroll 0% 50%;
}
#header h1 {
  margin: 0;
  padding: 40px 0;
  font-family: "Times New Roman",Times,serif;
  font-size: 2.3em;
  font-weight: normal;
  color: #009999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#header h1 a {
  text-decoration: none;
  color: #009999;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 span {
  color: #ffffff;
}
#body {
  padding: 20px;
  background: #222222 url(../img/body_.png) repeat-x scroll 0% 50%;
}
ul#nav {
  border-top: 1px solid #535457;
  border-bottom: 1px solid #050a10;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  height: 1%;
}
ul#nav:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
ul#nav li {
  margin: 0;
  background: #3c3c3c url(../img/nav_over_.png) no-repeat scroll 50% 100%;
  width: 20%;
  float: left;
  font-size: 1.1em;
}
ul#nav li a {
  border-left: 1px solid #050a10;
  border-right: 1px solid #535457;
  padding: 11px 0 14px;
  background: #3c3c3c url(../img/nav_.png) repeat-x scroll 50% 100%;
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
ul#nav li.first a {
  border-left-color: #535457;
}
ul#nav li a:hover {
  background-color: transparent;
  background-image: none;
}
ul#nav li.on a, ul#nav li.on a:hover {
  background-image: url(../img/nav_on_.png);
}
#content {
  padding: 2px;
  background-color: #ffffff;
  text-align: left;
}
#content div {
  padding: 1px 20px 15px;
  background: transparent url(../img/content_.png) repeat-x scroll 0% 50%;
  min-height: 195px;
}
* html #content div {
  height: 195px;
}
#content div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#content div div {
  padding: 0;
  background-image: none;
  min-height: 0;
}
* html #content div div {
  height: 1%;
}
#content #sub {
  padding: 0 0 0 20px;
}
#content #main {
  padding: 0 20px 0 0;
}
#content #main {
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 0%;
  width: 466px;
  float: left;
  font-family: "Times New Roman",Times,serif;
}
#content #sub {
  width: 164px;
  float: right;
}
#home #content #sub {
  padding: 0 20px 0 0;
  background: transparent url(../img/sub_.png) no-repeat scroll 100% 0%;
  width: 340px;
  float: left;
}
#home #content #main {
  padding: 0 0 0 20px;
  float: right;
  width: 290px;
  background-image: none;
  font-family: "Times New Roman",Times,serif;
}
#content #sub h2 {
  font-size: 1.6em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footer {
  padding: 0 20px;
  background-color: #222222;
  height: 1%;
  font-size: 0.9em;
  color: #cccccc;
  margin-top: -20px;
}
#footer:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}
