/******************************************************************************
 * Date:     Fri Feb  2 03:37:12 EST 2007
 * Author:   John Quigley <jquigley@adinknetwork.com>
 * Revision: $Id$
 *****************************************************************************/

body {
  font: normal small lucida;
  margin: 0px
}

/*****************************************************************************/

h1 {
  margin: 0px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00005E;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
   color: #5e5e5e;
}

a.title:link, a.title:visited, a.title:hover, a.title:active {
   color: #fff;
   text-decoration: none;
}

a.swtag:link, a.swtag:visited, a.swtag:hover, a.swtag:active {
   color: #000;
   font-weight: bold;
}

h2 {
  border-bottom: 1px solid #000;
}

div.left-block {
  width: 65%;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

div.right-block {
  width: 30%;
  float: right;
  padding-bottom: 10px;
  padding-right: 10px;
}

div.content {
  padding-left: 10px;
  padding-right: 10px;
}

div.project {
   padding: 2px;
   padding-left: 5px;
   border-left: 2px solid #000;
   margin-bottom: 10px;
   margin-left: 10px;
}

div.footer {
  width: 99%;
  bottom: 1px;
}

