.foo {} /* W3C validator does not like css files to start with comments */

/* @charset "utf-8"; Not sure about the sytax validity of this */

/* CSS Document */
/**********************
This CSS does not load into the editor.  
This file should be used to define all styles used by the website that the 
developer would not want to expose to the user of the content editor such as styles used 
for shared templates etc.
***********************/

#WrapperContent 
{
  width: 900px;
}
#WrapperHeaderImage
{
  height: 209px
}
#WrapperSubNav 
{
  border-top: none;
}
#ContentLeftTop 
{
  background: #D8DCD6 url(/resources/design/portal/BG_Left.jpg) repeat-y;
  border-right: solid 1px #FFF;
  height: 280px;
  width: 500px;
}
#ContentLeftBottom
{
  border-right: solid 1px #FFF;
  background: #979690 url(/resources/design/portal/BG_Left_Bottom.jpg) repeat-y;
  height: 24px;
  width: 500px;
}
#ContentRightTop
{
  background: #72634D url(/resources/design/portal/BG_Right.jpg) repeat-y;
  height: 280px;
  width: 339px;
}
#ContentRightBottom
{
  background: #525759 url(/resources/design/portal/BG_Right_Bottom.jpg) repeat-y;
  height: 24px;
  width: 339px;
}
#Go
{
  background: #72634D url(/resources/design/portal/BG_Go.jpg) repeat-y;
}
#OurPledge
{
  margin-left: 50px;
  margin-top: 60px;
  width: 420px;
  color: #333;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: .1em;
} 
#SiteLinks
{
  margin-left: 15px;
  width: 300px;
}
#SiteLinks Div
{
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 10px;
}  
#SiteLinks Div.last
{
  margin-bottom: 0px;
}  
a.SiteLinks:link, a.SiteLinks:visited
{
  text-indent: 0px;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
  color: #FFF;
}
a.SiteLinks:hover, a.SiteLinks:active
{
  text-indent: 0px;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
  color: #660A09;
}
