

body {
   margin: 0px;
   background-image: url('images/background.gif');
   background-repeat: repeat-y;
   background-color: #ccc;
   font-family: Gill Sans, Helvetica, Arial, Sans-serif;
   font-size: 10pt;
   color: #555;
}

#sidebar {
   height: 100%;
   width: 200px;
   margin: 0px;
   position: absolute; left: 0px; top: 0px;
}

.sectionheader {
   display: block;
   width: 200px;
   height: 40px;
   background-color: #000;
   color: #FFF;
   text-decoration: none;
   font-size: 11pt;
   font-weight: bold;
   line-height: 40px;
}

.buttons {
   display: block;
   width: 200px;
   height: 40px;
   background-image: url('images/btn_background.gif');
   color: #FFF;
   text-decoration: none;
   line-height: 40px;
}

.buttons:hover {
   display: block;
   width: 200px;
   height: 40px;
   background-image: url('images/btn_background.gif');
   background-position: -200px;
   color: #FFF;
   text-decoration: none;
   
}

#maincontent {
	background: #FFF;
   width: 760px;
   height: 100%;
   padding: 20px;
   position: absolute; top: 0px; left: 200px;
   line-height: 175%;
   font-family: Helvetica, Arial, Sans-serif;
}

#maincontent h1 {
   line-height: 115%;
   color: #900;
}

#maincontent h3 {
   color: #000;
}

#maincontent h2 {
   font: 9pt Helvetica, Arial, Sans-serif;
   color: #777;
}

.pictureleft {
   padding: 0 20 20 0;
   float: left;
}

.pictureright {
   padding: 0 0 20 20;
   float: right;
}

.logo {
  width: 180px;
  height: 180px;
  margin: 0px;
  padding: 0px;  
}

#maincontent a:link {
  color: #0066CC;
}

#maincontent a:active {
  color: #9D080D;
}

#maincontent a:visited {
  color: #000;
}

.credit a {
  color: #0066CC;
}

.credit a:active {
   color: #9D080D;
}

.credit a:visited {
   color: #000;
}

.clear	{
	clear: both;
}