#Logo
{
  position: absolute;
  top: 20px;
  left: 30px;
  width: 65px;
  height: 69px;
  background-image: url(img/CapstoneLogoSmall.gif);
}

#Header
{
  height: 63px;
  width: 100%;
}

.YellowBox 
{
  padding:0 10px 0 0;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 6pt;
  background:#fff url(img/MinimalBorders.gif) 100% 0 repeat-y;
}
.YellowBoxInterior 
{
  padding: 0 0 0 10px;
  background:#fff url(img/MinimalBorders.gif) top left repeat-y;
}
.YellowBoxTop 
{
  height: 10px;
  margin: 0 -10px 0 -10px;
  background: #fff url(img/MinimalBox.gif) top right no-repeat;
}
.YellowBoxTop div 
{
  width: 10px;
  height: 10px;
  background: #fff url(img/MinimalBox.gif) top left no-repeat;
}
.YellowBoxBottom 
{
  height: 10px;
  margin: 0 -10px 0 -10px;
  background: #fff url(img/MinimalBox.gif) bottom right no-repeat;
}
.YellowBoxBottom div 
{
  width: 10px;
  height: 10px;
  background: #fff url(img/MinimalBox.gif) bottom left no-repeat;
}
.YellowBoxContent
{
  margin: 0;
  background-color: #fff;
  padding: 1px 0 6px;
}

#Content
{
  background:#fff;
  color: #000;
  margin: 0;
  padding-top: 24px;
}

#Main
{
  padding: 10px;
  padding-top: 18px;
}

#Copyright
{
  margin: 2px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 2px;
  padding-bottom: 12px;
}

td
{
  font-size: 10pt;
  color: black;
}
#Main table tr td
{
  padding: 0;
}

div.Title table
{
  margin-top: 6pt;
}
div.Title table tr td
{
  padding: 0;
  vertical-align: top;
}
div.Title table tr td h1
{
  padding-top: 2pt;
}
div.Title table tr td h2
{
  padding-top: 2pt;
}

#Main table.SetupRequirement tr td.Description
{
  padding-top: 1px;
  padding-bottom: 8px;
}
#Main table.SetupRequirement tr td.Description p
{
  margin: 0 0 6px;
}
#Main table.SetupRequirement tr td.Description .Code p
{
  margin: 0;
}

.EclipseBox 
{
  background:#ffd url(img/EclipseBorders.gif) 100% 0 repeat-y;
}
.EclipseBoxInterior 
{
  margin: 0 10px 0 0;
  background:#ffd url(img/EclipseBorders.gif) top left repeat-y;
}
.EclipseBoxTop 
{
  height: 35px;
  margin: 0 -10px 0 0; 
  background: #ffd url(img/EclipseBox.gif) top right no-repeat;
}
.EclipseBoxTop div 
{
  width: 230px;
  height: 35px;
  background: #ffd url(img/EclipseBox.gif) top left no-repeat;
}
.EclipseBoxBottom 
{
  height: 10px;
  margin: 0 -10px 0 0;
  background: #ffd url(img/EclipseBox.gif) bottom right no-repeat;
}
.EclipseBoxBottom div 
{
  width: 149px;
  height: 10px;
  background: #ffd url(img/EclipseBox.gif) bottom left no-repeat;
}
.EclipseBoxContent
{
  padding: 1px 10px;
  margin: 0 0 0 1px;
  background-color: #ffd;
}
.EclipseBoxContent td
{
  padding: 4px 4px 0 0;
}
.EclipseBoxContent td.LittleE
{
  padding-top: 0;
}

li
{
  margin-top: .75em;
  margin-bottom: .5em;
}

