/* CSS Document */

#ContentArea
{
  position: relative;
  top: 130px;
  left: 0; 
  width: 800px;
  border: 0;
}

#ContentBox
{
  position: relative;
  top: 40px;
  left: 0; 
  width: 785px;
  padding: 10px;
  border: 2px solid #669900;
}



#GreenBar
{
  position: absolute;
  top: 0;
  left: 0; 
  height: 24px;
  width: 800px;
  padding: 5px;
  background: url(../Images/Backgrounds/GreenBandGradient.jpg);
}





#ArticleArea
{
  position: relative;
  top: -15px;
  left: 0; 
  width: 620px;
  margin: 0;
  padding: 0;
}

#ArticleArea li
{
  margin-bottom: 10px;
}


#RightNavigation
{
  position: absolute;
  top: 10px;
  right: 20px;
  height: 285px;
  width: 90px;
  margin: 0;
  margin-left: 5px;
}

#ArticleFooter
{
  position: relative;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 794px;
  margin: 0;
  padding: 3px;
}

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

/*ChristySandy add an ArticalArea to affect Instruction Sheet 12/9/2009*/
.INSTArticleArea
{
  position: relative;
  width: 620px;
  margin: 5px;
  padding: 0px;
  top:5px;
}





