body.webgui {
  font-family: Helvetica, Arial, sans-serif;
  background: white url(/images/bg.jpg) top center repeat-y;
  text-align: center;
  line-height: 1.25em;
}

ul.normal {
 margin-left: 1em;
}
ul.normal li {
 list-style: disc;
}

p {
  margin-bottom: 1.5em;
}

h2 {
  color: #111111;
  font-size: 1.5em;
  margin-bottom: .25em;
}

h3 {
  margin-top: 1.5em;
}

a { 
  color: #333333; 
  text-decoration: none;
}

a:visited {
  color: #222222; 
  text-decoration: none;
}

a:hover  { 
  color: #000000; 
  text-decoration: underline;
}

a:active {
  color: #555555;
  text-decoration: none;
}

#container {
  margin: 0 auto 2em auto;
  width: 780px;
  text-align: left;
  background-color: transparent;
}

#skip {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#header {
  height: 133px;
  background: transparent url(/images/header.jpg) top center no-repeat;
}
#header h1 {
  display: none;
}

#content_container {
  background: transparent url(/images/content_bg.jpg) top center no-repeat;
}

#breadcrumbs {
}

#breadcrumbs {
  color: #000000;
  font-size: .85em;
  margin-bottom: 1.5em;
}
#breadcrumbs li {
  list-style: none;
  margin-right: .5em;
  display: inline;
}
#sidebar, #content {
  float: left;
}
#content {
  margin-top: 18px;
}

#content a {
  text-decoration: underline;
  color: #2c36cf;
}
#content a:hover {
  color: #000000;
}

#sidebar {
  margin-top: 14px;
  font-size: .75em;
  width: 166px;
  padding: 0 12px 0 12px;
}

#sidebar li {
  line-height: 2.5em;
  list-style: none;
  border-bottom: 1px solid #EEE;
}
#sidebar li input {
  vertical-align: middle;
}
#sidebar li.last {
  border-bottom: none;
}
.search {
  text-align: center;
}

#content {
  font-size: .85em;
  width: 544px;
  padding: 0 12px 0 24px;
}

#footer {
  margin-left: 190px;
  color: #666666;
  font-size: .75em;
  text-align: center;
  padding: 2em .5em 1em .5em;
}

#footer a:link { 
  color: #666666; 
}

#footer a:hover { 
  color: #333399;
}

#footer li {
  display: inline;
  padding-right: .5em;
}

.clearer {
  clear: both;
  height: 1px;
}

.weblogPost {
  margin-bottom: 1em;
}