﻿
#leftcol
{
  /* position: absolute; */
   float:left;
   top: 184px;
   left: 0px;
   width: 180px;
   font-size: 11px;
   color:#369;
}

#leftcol a
{
   color: #369;
   text-decoration:none;
}

#leftcol a:hover
{
   color: #c39;
   text-decoration:underline;
}

#leftcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#leftcol div.alternatetext
{
   padding: 6px 6px 6px 6px;
   background-color: #e1e1e1;
   text-align: justify;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}


#centercol
{
   margin-top:0;   
   margin-left: 180px;
   margin-right: 180px;  
   padding: 0px;  
}

#centercolcontent
{
   padding: 15px 6px 15px 6px;   
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size:15px;
   color: #0099cc;
   text-align:center;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#rightcol
{
   float:right;
   top: 0px;
   right: 0px;            
   width: 180px;
   color: White;  
   font-size: 10px;
   z-index:200;
}

#rightcol a
{
   color: #336699;
}



