﻿#body {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #ebebeb;
background-color: #2b3e50;
}



.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   background:#7a8288;
}


#ccontainer {
  padding-left: 10px;   /* LC fullwidth */
  padding-right: 10px;  /* RC fullwidth + CC padding */
}
#ccontainer .column {
  position: relative;
  float: left;
}
#ccenter {
  padding: 10px 20px;    /* CC padding */
  width: 60%;
}
#cleft {
  width: 20%;          /* LC width */
  padding: 0 10px;       /* LC padding */
            /* LC fullwidth + CC padding */
  
}
#cright {
  width: 20%;          /* RC width */
  padding: 0 10px;       /* RC padding */
  
}


.pagetitle
{
    text-align:left; font-size: 20px;
}

.headertext
{
    text-align:left; text-indent:20px; font-size: 18px;
}

.headertext2
{
    text-align:left; text-indent:20px; font-size: 17px;
}

.standardtext
{
    font-size: 16px;
}

.standardtext2
{
    text-align:left; text-indent:20px; font-size: 16px;
}