body {
margin: 0;
padding: 0;
background-color: #fff;
color: #000;
text-align: left;
font-family:  Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
font-size: 12px;
}

a:link, a:visited {
color: #FF893B;
text-decoration: none;
font-weight: bold;
}


h3{
color: #333;
font-family:  Arial;
font-weight: bold;
font-size: 16px;
margin-top:0;
margin-bottom:0;
padding-top:0;
}

h2{
    color: #fff;
    font-family:  Arial;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    background:
    url(images/h2_cr.gif)
      top right no-repeat;
    background-color: #91A3AE;
}

#main-content{
    width: 700px;
}

.news-post-content p.meta {
    margin-left: 0;
    margin-right: 10px;
    font-size: 110%;
}

h3 a { color: #333; }
h3 a:hover { color: #FF893B; }

.meta { font-size: 80%; }



ul{list-style:none}

a.scroll-up, a.scroll-down,
a.scroll-left, a.scroll-right {
    display: block;
    width: 18px;
    padding-top: 19px;
    height: 0px;
    overflow: hidden;
    background: url(../i/scrollers-vertical.gif) left top no-repeat;
    margin: 1px auto;
}

a.scroll-up { background-position: 0 0; margin-bottom: 1px; }
a.scroll-down { background-position: 0 -19px; }
a.scroll-up:hover, a.scroll-up.disabled { background-position: -18px 0; }
a.scroll-down:hover, a.scroll-down.disabled { background-position: -18px -19px; }

a.scroll-left, a.scroll-right {
    background-image: url(../i/scrollers-horizontal.gif);
    width: 19px;
    padding-top: 18px;
    float: left;
    display: inline;
    margin: 0 1px;
}

a.scroll-left { background-position: 0 0; margin-bottom: 1px; }
a.scroll-right { background-position: -19px 0; }
a.scroll-left:hover, a.scroll-left.disabled { background-position: 0 -18px; }
a.scroll-right:hover, a.scroll-right.disabled { background-position: -19px -18px; }


.left-right.homepage .scroll-left,
.left-right.homepage .scroll-right {
    display: none;
}








