
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited, A:hover {
  color: #3c96cb;
  text-decoration: underline;
}

BLOCKQUOTE {

}

BODY {
  background: #ffffff;
}

BODY {
  color: #868686;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: 'Myriad Pro',Myriad,Tahoma,Verdana,Arial,sans-serif;
}

H1 {
  color: #3399cc;
  font-size: 29px;
  font-weight: bold;
  margin: 16px 0px;
}

H2 {
  color: #85c2e0;
  font-size: 17px;
  font-weight: normal;
  margin: -6px 0px 16px 0px;
}

H3 {
  margin-top: 32px;
  font-size: 15px;
  margin-bottom: 2px;
}

H3 A, H3 A:link, H3 A:active, H3 A:visited, H3 A:hover {
  text-decoration: none;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #ededed;
}

IMG {
  border: 0px;
}

P {
  margin: 16px 0px;
}

TH {
  text-align: left;
}


/**
 * Identities
 */

#preferences {
  display: none;
}

#toolbar {
  display: none;
}

#logo {
  text-align: center;
}

#left {
  display: none;
}

#content {
  float: left;
}

#left3 {
  display: none;
}

#right {
  display: none;
}

#right2 {
  display: none;
}

#address {
  padding-left: 15px;
}

#address B,
#address STRONG {
  color: #3399cc;
}


/**
 * Navigation
 */

#nav {
  display: none;
}


/**
 * Info Bar
 */

#infobar {
  display: none;
}

/**
 * Footer
 */

#footer {
  display: none;
}


/**
 * Classes
 */

.clear {
  clear: both;
}

.error {
  color: #d5540e;
  font-weight: bold;
}

.bloginfo {
  color: #cccccc;
}
