BODY
{
  color: #ffffff;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
DIV.header
{

  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: center;
  color: white;
  background: #3399FF;
  border: thick solid #003366;
}
DIV.rightsidebar
{
  color: #000000;
  background-color: #cbbaad;
  width: 20%;
  padding: 4px;
  float: right;
  margin-right: 4px;
  font-size: .8em;

}
DIV.rightsidebar P
{
  margin: 4px;
}
DIV.rightsidebar P.blogroll 
{
  margin-left: 6px;
}
DIV.rightsidebar P.blogrolltitle
{
  margin: .4em 1px;
  font-weight: bold;
  font-size: 1.1em;
}
DIV.leftsidebar
{

}
DIV.mainpage
{
  margin-right: 2%;
  margin-left: 4px;
  padding: 4px 8px;
  border-right: none;
  color: #000000;
}
DIV.entry
{

}
DIV.entry DIV.title
{
  font-weight: bold;
  font-size: 1.2em;
  margin: 2em 4px 0px 4px;
}
DIV.entry DIV.post
{
  text-align: justify;
  line-height: 1.2em;
  padding: 4px 1.5em;
}
DIV.entry DIV.misc
{
  text-align: right;
  font-size: .8em;
  margin: 4px;
}

P.archiveentry
{
  text-align: center;
}

/*************
* The Footer *
**************/
DIV.footer, DIV.bottom
{
  clear: both;
  border-top: 3px solid #005500;
  padding: 6px;

  color: #ffffff;
  background-color: #496647;
 }

/********
* Links *
*********/
A
{
  color: #000099;
  text-decoration: none;
  font-style: italic;
}
A:visited
{
  color: #770099;
}
A:hover
{
  text-decoration: underline;
}

/*********************************************
* Style for the Powered by PowerBlogs button *
**********************************************/
DIV.poweredby
{
 border: none;
 padding: none;
 margin: 2em auto 6px auto;
 text-align: center;
}
 
A.img
{
 border: none;
 text-decoration: none;
}
IMG.poweredby
{
  border: none;
}