
/* Layout */

#container
{
  width: 790px;
  text-align: left;
  overflow: hidden;
  margin: 10px auto -1px auto;
  border: 1px solid #666666;
}

#left
{
  float: left;
  width: 190px;
}

#right
{
  float: left;
  width: 580px;
  border-right: 10px solid white;
  background-color: #0082C5;
}

#content
{
  padding: 0 8px;
}

#footer
{
  width: 800px;
  text-align: center;
  padding: 16px 0 30px 0;
  margin: 0 auto -1px auto;
}

#footer a
{
  color: #555555;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

#sage_credit_line
{
  padding: 0 40px 10px 40px;
  font-style: italic;
  font-size: 8pt;
}

/* Layout Blocks */

#b_l_block1
{
  float: left; 
  width: 150px; 
  height: 117px;
}

#b_r_block1
{
  float: left; 
  width: 30px; 
  height: 71px;
}

#b_r_block2
{
  float: left; 
  width: 30px; 
  height: 36px;
}

#o_l_block1
{
  float: left; 
  width: 150px; 
  height: 193px;
}

#o_l_block2
{
  float: left; 
  width: 150px; 
  height: 100px;
}

#o_l_block3
{
  float: left; 
  width: 150px; 
  height: 200px;
}

#o_r_block1
{
  float: left; 
  width: 30px; 
  height: 193px;
}

#o_r_block2
{
  float: left; 
  width: 30px; 
  height: 100px;
}

#o_r_block3
{
  float: left; 
  width: 30px; 
  height: 200px;
}

#b_block1
{
  float: left; 
  width: 180px; 
  height: 100px;		
}



/* Colors */

.wbT
{
  border-top: 10px solid white;
}

.wbR
{
  border-right: 10px solid white;
}

.wbB
{
  border-bottom: 10px solid white;
}

.wbL
{
  border-left: 10px solid white;
}

.l_b
{
  color: #0082C5;
}

.d_b
{
  color: #004B84;
}

.l_b_bg
{
  background-color: #0082C5;
}

.d_b_bg
{
  background-color: #004B84;
}

.l_o
{
  color: #FDBD11;
}

.d_o
{
  color: #E16F1C;
}

.l_o_bg
{
  background-color: #FDBD11;
}

.d_o_bg
{
  background-color: #E16F1C;
}

.w_bg
{
  background-color: white;
}
