
#main{
    background-color: white;
    display: block;
    margin: 1em auto;
    position: relative;
    width: 870px;
}
#leftCol{
    background: transparent url(../img/layout-backgrounds/wide-mid.png) 10px top repeat-y;
    display: block;
    margin: 0 0 0 210px;
    padding: 0 0 0 10px;
    position: relative;
}

#leftCol .heading{
    background: transparent url(../img/layout-backgrounds/wide-top.png) left top no-repeat;
    height: 46px;
}

#leftCol .content{
    background: transparent url(../img/layout-backgrounds/wide-bot.png) right bottom no-repeat;
    padding: 0 24px 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#rightCol{
    background: transparent url(../img/layout-backgrounds/narrow-mid.png) left repeat-y;
    border: 0 none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    position: relative;
    width: 210px;
}

#rightCol .heading{
    background: transparent url(../img/layout-backgrounds/narrow-top.png) left top no-repeat;
    border: 0 none;
    height: 46px;
    padding: 0 9px;
    margin: 0;
}

#rightCol .content{
    background: transparent url(../img/layout-backgrounds/narrow-bot.png) left bottom no-repeat;
    border: 0 none;
    margin-bottom: 0;
    float: none;

    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    position: relative;
}

#rightCol .content p{
    margin-top: 0;
}

#topMenu li{
    margin-top: 7px;
}

h3.news{
  margin: 0;
  line-height: 45px;
  padding-left: 40px;
  font-size:10px;
  background: transparent url(../img/news-badge.png) 5px center no-repeat;
  vertical-align: bottom;
}

div.clear{
    clear: left;
}


#news-form{
  text-align: left;
  font-size: 10px;
}

#news-form p{
    margin-top: 0;
}

#news-form input.text{
  border: 1px solid #999;
  width: 154px;
  float: left;
  margin-bottom: 10px;
  padding: .2em;
  position: relative;
}

.blueText{
  color: #0062b7;
  margin-bottom: 2em;
}

.blueText a{
  color: #0062b7;
  font-weight: bold;  
}

.rightBottomMenu{
    border-top: 1px solid #ccc;
    list-style-image: url(../img/bullet.png);
    list-style-position: outside;
    margin: 1em;
    padding: 1em 0 0 1em;
    text-align: left;
}

.rightBottomMenu li{
    margin-bottom: .5em;
}

.rightBottomMenu a{
    text-decoration: underline;
}

.rightBottomMenu span{
    color: #555;
    font-weight: bold;
}

.rightBottomMenu ul{
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
}

.rightBottomMenu ul li{
    margin:.5em;
}


