body {
  background: url("images/background_grid.gif");
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, p, ul {
  color: #000;
  padding: 20px 20px 0px 20px;
  margin: 0;
}

h1 {
  font: 14pt Georgia, Times, serif;
  font-weight: bold;
}

h2 {
  font: 12pt Verdana, Arial, sans-serif;
  font-weight: bold;
}

h3 {
  font: 10pt Verdana, Arial, sans-serif;
  font-weight: bold;
}

p {
  font: 10pt Verdana, Arial, sans-serif;
}

#upperborder {
  width: 756px;
  height: 3px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 1px;  /* IE hack for empty DIV (w/ image) */
  background-image: url("images/upperborder.gif");
  background-repeat: no-repeat;
}

#outercontainer {
  position: relative;
  width: 756px;
  height: 800px;
  margin: auto;
  margin-top: 0px;
  padding: 0px;
  background: url("images/bodygradient.gif") repeat-y;
}

#innercontainer {
  position: relative;
  width: 750px;
  margin-left: 3px;
  padding: 0px;/*
  background-image: url("images/page_bottom.gif");
  background-repeat: no-repeat;
  background-position: bottom; */
}
  
#pagebottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 63px;
  background: url("images/page_bottom.gif") no-repeat;
}

#header {
  line-height: 0;
  width: 750px;
  height: 120px;
}

.navlist {
  width: 100%;
  height: 21px;
  margin: 0px;
  padding: 0px;
}

.navlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navlist li {
  float: right;
  width: 150px;
  height: 21px;
  background: url("images/menu.gif") no-repeat;
  background-position: 0% 0%;
}

.navlist a {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font: 10pt Verdana, Arial, sans-serif;
  font-weight: bold;
  padding-top: 2px;
}

.navlist a:hover {
  color: #4195D3;
}

.navlist li#current {
  background-position: 0% 100%;
}

#maincontent {
  position: absolute;
  right: 0;
  margin: 0px;
  width: 549px;
  border-left: 1px solid #396592;
  background: #D9EDFF;
}

#maincontent ul, li {
  font: 10pt Verdana, Arial, sans-serif;
}

#maincontent ul {
  padding-left: 40px;
  padding-bottom: 20px;
}

#maincontent p.reduced {
  font: 8pt Verdana, Arial, sans-serif;
  font-weight: bold;
  padding-top: 5px;
}

#maincontent a {
  font: 8pt Verdana, Arial, sans-serif;
}

#maincontentupper {
  padding-bottom: 20px;
  background: #FFF;
  background-image: url("images/main_upper_bottom.gif");
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

#maincontentlowerlefthalf {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  width: 252px;
}

#maincontentlowerrighthalf {
  margin-top: 20px;
  float: right;
  width: 272px;
}

#maincontentlowerlefthalf p, #maincontentlowerrighthalf p {
  font: 10pt Verdana, Arial, sans-serif;
  font-weight: bold;  
}

#maincontentlowerlefthalf a, #maincontentlowerrighthalf a {
  color: #00F;
  padding: 10px 0px 0px 20px;
  font: 8pt Verdana, Arial, sans-serif;
  font-weight: bold;  
}

#leftcolumn {
  position: relative;
  width: 200px;
  background: #F0F4F7;
}

#leftcolumn a {
/*  color: #000; */
  color: #3B6893;
  text-decoration: none;
  display: block;
  height: 20px;
}

#leftcolumn a:hover {
/*  color: #4195D3; */
  color: #E19900;
  text-decoration: none;
}

#leftcolumn ul {
  margin: 0;
  margin-left: 10px;
  padding-left: 20;
  list-style-image: url("images/compassbullet.gif");
}

#leftcolumn ul a {
  color: #3B6893;
  height: auto;
}

#leftcolumn ul a:hover {
  color: #E19900;
}

#leftcolumn li {
  margin: 0;
  padding-left: 0;
  font: 10pt Verdana, Arial, sans-serif;
  font-weight: bold;
}

#leftcolumn ul ul {
  margin: 5px 0px 10px 20px;
  padding: 0;
  padding-left: 10;
  list-style-type: disc;
  list-style-image: none;
}

#leftcolumn li li {
  font: 8pt Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}

.leftsideimageblock, .leftsideimageblocktop {
  position: relative;
  width: 195px;
  height: 97px;
  padding-top: 3px;
  padding-right: 5px;
  border-top: 1px solid #3B6893;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  background: #F0F4F7;
}

.leftsideimageblocktop {
  margin-top: 0px;
  border-top: 0px;
}

.leftsideimageblock img, .leftsideimageblocktop img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.project {
  clear: left;
  width: 519px;
  margin: 10px 10px 15px 20px;
  border-top: 2px solid #FFB400;
}

.project img {
  float: left;
  padding: 5px 10px 5px 0px;
}
