* {
  font-style: normal;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}
html {
  background: #ced2bf;
  color: #000000;
  float: left;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: url("images/headerbg.jpg") repeat-x top;
  font: small "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}

#page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#header {  
  height: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#header h1 a {
  background: transparent url("images/logo.jpg") no-repeat 0 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 20px;
  height: 80px;
  width: 200px;
  bottom: 0px;
  line-height: 400px;
}

#navigation * {
  color: #ffffff;
  display: inline;
  
}

#navigation {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#navigation ul li {
  font-weight: bold;
  color: #aaa;
  padding-right: 10px;
}

#navigation a {
  font-weight: bold;
}

#navigation a:hover {
  text-decoration: underline;
  font-weight: bold;
}

#body {
  position: relative;
  top: 20px;
  width: 900px;
  background: url("images/bodybg.jpg");
  clear: both;
  float: left;
}

#contenth {
  float: left;
  width: 900px;
  background: url("images/bodyh.jpg") no-repeat 0 0;
  height: 20px;
}

#content {
  position: relative;
  float: left;
  width: 630px;
  left: 25px;
  min-height: 400px;
  /*background-color: #dddddd;*/
}

#content a {
  color: #00f;
}

#content a:hover {
  text-decoration: underline;
}

#contentw {
  float: left;
  width: 810px;
  top: 50px;
  height: 10px;
  margin: 20px 0 0 0;
}

#content ul {
  padding: 10px 0 10px 20px;
}

h2, h3, h4 {
  margin: 0 0 0 -10px;
}

p {
  margin: 10px 0 10px 0;
}

h2 {
  font-size: 120%;
  color: #222;
  padding: 5px 10px;
}

h3 {
  font-size: 110%;
  color: #333 /*#005577*/;
  /*background: transparent url("images/h3.jpg") no-repeat 0 0;*/
  padding: 10px 10px;
}

h4 {
  font-size: 90%;
  color: #eee;
  padding: 0px 15px;
}

#sidebar {
  color: #fff;
  position: relative;
  float: right;
  width: 185px;
  right: 20px;
  /*background-color: #dddddd;*/
}

#sidebar ul {
  padding: 20px 0 20px 20px;
}

#sidebar a {
  color: #fff;
}

#sidebar p {
  padding: 10px 0 10px 5px;
}

#sidebar a:hover {
  text-decoration: underline;
}

#contentf {
  float: left;
  width: 900px;
  background: url("images/bodyf.jpg") no-repeat 0 0;
  top: 140px;
  height: 30px;
  margin: 20px 0 0 0;
}

#footer {
  position: relative;
  float: left;
  clear: both;
  top: 20px;
  left: 20px;
  height: 40px;
  width: 400px;
}

small {
  font-size: 80%;
}

pre, code {
  color: #111;
  background: #eee;
  display: block;
  font-family: "Courier New";
  font-size: 90%;
  padding: 10px;
}

.info {
  color: #111;
  background: #eee;
  display: block;
  font-size: 100%;
  padding: 10px;
}

.c1 {
  background: #efe;
  padding: 10px 10px;
  clear: both;
}

.c2 {
  background: #eef;
  padding: 10px  10px;
  clear: both;
}

.t0 {
  font-weight: bold;
  background: #fef;
}

.site1 {
  background: #f0f0f0;
}

.site2 {
  background: #fff;
}

.intro {
  font-size: 100%;
}

.t1 {
  background: #efe;
}

.t2 {
  background: #eef;
}

.t3 {
  background: #ddd;
  font-weight: bold;
}

.r0 {
  font-size: 100%;
}

.r1 {
  font-size: 150%;
}

.r2 {
  font-size: 140%;
}

.r3 {
  font-size: 130%;
}

.r4 {
  font-size: 120%;
}

.r5 {
  font-size: 110%;
}

.r {
  padding: 10px 10px;
}

.error {
  color: #ff0000;
}
.updated {
  color: #0000ff;
}

table {
  border: 0px;
  border-collapse: collapse; 
  text-align: left;
}

td {
  padding: 8px 8px;
  vertical-align:top;
}