html, body {
  color: black;
  background-color: lemonChiffon;
  font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  margin: 0;
  padding: 0;
}

#header {
  height: 85px;
  background: #FDFBE2;
  border: 1px solid peru;
  width: auto;
  margin: 1em 10px 0 ;
}

#pageLogin{
  font-size: 10px;
  font-family: verdana;
  text-align: right;
}

a.link, a, a.active {
  color: #369;
}
a img{
  border:none;
}
dt {
  font-weight: bolder;
}

div.leftcol{
  width: 225px;
  float: left;
}

div.maincol{
  background-color: white;
  margin-left:235px;
  padding: 1em;
  /*font-size: 127%;*/
}

#main_content {
  color: black;
  font-size: 127%;
  background-color: #FDFBE2;
  margin: 0 10px 0;
  border-left: 1px solid peru;
  border-right: 1px solid peru;
  width: auto;
  padding: 10px;
}

#sidebar {
  border: 1px solid peru;
  background-color: #eee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h2 {
  font-size: 150%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}


#footer {
  border: 1px solid peru;
  border-top: 0px none;
  color: #888;
  background-color: #FDFBE2;
  padding: 0 10px 10px;
  text-align: center;
  width: auto;
  margin: 0 10px 10px;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #dfd URL('../images/v.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

