body {
  min-width: 630px;      /* 2x (LC fullwidth +
  			 CC padding) + RC fullwidth */
  font: 14px "Trebuchet MS", Helvetica, Arial;
  color: #333399;
}

#header {
  height: 80px;
  text-align: right;
  font: 16px "Trebuchet MS", Helvetica, Arial;
  font-weight: bold;
}

#header h2 {
  font: 21px "Trebuchet MS", Helvetica, Arial;
  font-weight: bold;
}

#container {
  padding-left: 200px;   /* LC fullwidth */
  padding-right: 190px;  /* RC fullwidth + CC padding */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
  background: #ddddff;
}
#left {
  width: 180px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  right: 240px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
  /*background: #ddddee;*/
}
#right {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -190px;  /* RC fullwidth + CC padding */
  /*background: #ddddee;*/
}
#footer {
  clear: both;
}
/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}




#container {
  overflow: hidden;
}
#container .column {
   padding-bottom: 20010px;  /* X + padding-bottom */
   margin-bottom: -20000px;  /* X */
}
#footer {
    position: relative;
    text-align: center;
}

.content strong {
  font-weight: bold;
  font-size: larger;
}
.content table{
 width: 100%;
}
.content td{
 vertical-align: top;
 border-bottom: 1px dashed gray;
}

#navcontainer ul{
        margin: 20px 0 0 0;
        padding: 0;
        list-style-type: none;
        font-size: 12px;
}

#navcontainer li { margin: 0; }
#navcontainer a{
        display: block;
        padding: 3px 3px 3px 28px;
        border-top: 1px solid #fff;
        width: 130px;
        height: 20px;
        background: #111166 url(img/bullit_off.png) 10px 8px no-repeat;
}

#navcontainer a:link, #navlist a:visited , #navlist2 a:visited {
       color: #fff;
       text-decoration: none;
}
#navcontainer a:hover {
       border-top: 1px solid #fff;
       background: #38557b url(img/bullit_on.png) 10px 8px no-repeat;
       color: #fff;
}
#active a:link, #active a:visited, #active a:hover {
       border-top: 1px solid #fff;
       background: #38557b url(img/bullit_on.png) 10px 8px no-repeat;
       color: #fff;
}
					     

