*
{
  margin:0;
}

html,body
{
  background-color: #ffffff; 
  margin:0;
  padding:0;
  color: #0C2B55;
  font: normal 90%/1.8em Arial, sans-serif, sans;
  height: 100%;
}

p
{
  margin-top:1em;
  line-height:1.2em;
}

.error
{
  color:Red;
}

.header   
{
  color: White; 
  background-color: #3366CC; 
  height: 45px;
  border-bottom-style:solid; 
  border-bottom-color:White; 
  border-bottom-width:1px;
}

.header h1
{
  margin-top:0px;
  padding-top:10px;
}

.header a
{
  color:White;
  cursor: hand;
  text-decoration: none;
  font-weight:bold;
  padding:4px;
}

.header a:hover
{
  text-decoration: underline;
}

.mainbody
{
  width:80%; 
  text-align:left; 
  margin-left:auto; 
  margin-right:auto;
}

.wrapper 
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -24px;
}

.push 
{
  clear:both;
  height: 24px;
}
.footer
{
  clear:both;
  height: 24px;
  color: White; 
  background-color: #3366CC; 
}

.footer a
{
  color:White;
  cursor: hand;
  text-decoration: none;
  font-weight:bold;
  padding:4px;
  font-size: .8em;
}

.footer a:hover
{
  text-decoration: underline;
}
