html {
  padding:0px;
  margin:0px;
background-color: #000000;
}

.logo{
        width: 126px;
         height: 46px;
background: url(../../images/website/banner.PNG) no-repeat ;
}

.rss{
        width: 31px;
         height: 15px;
background:url(../../images/website/misc/rss.PNG);
}

body
{

        color: #999999;
        font-family: Courier New, Courier, Georgia, Times new Roman, sans-serif;
        font-size: 12px;
        text-decoration: none;
        padding:0px 20px;
        margin:0px;

}
.Code
{
        background: #EFEFEF url(../../images/cms/icons/code.PNG) no-repeat 5px 4px;
        background-color: #000000;
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        min-height: 1.25em;
        padding: 0.25em 0.5em 0.25em 2.5em;
}
.date
{

        color: gray;
        font-size: 0.9em;
        text-align: right;
}
.mainContentAuthor
{

        color: gray;
        font-size: 0.9em;
        text-align: right;
}

#leftnav ul
{
        margin: 0;
        padding-left: 20px;
}
#leftnav ul li
{
        list-style: url(../../images/website/misc/bullet.PNG);
        margin-bottom: 2px;
        margin-top: 2px;
        padding-left: 0.5em;
        vertical-align: middle;
}

#top
{
        border-bottom: 0px dashed gray;

        height: 85px;
        padding: .5em;
}
#top h1
{
        margin: 0;
        padding: 0;
}
a
{
        color: #3E4249;;
        line-height: 14px;
        TEXT-DECORATION: underline;
}
a:hover
{
        color: #3E4249;
        font-weight: bold;
        line-height: 14px;
        TEXT-DECORATION: underline;
}
a:active
{
        color: #3E4249;
        line-height: 14px;
        TEXT-DECORATION: underline;
}

#leftnav a {
        TEXT-DECORATION: none;
        font-weight: bold;
}

a:hover
{
        color: green;
        font-weight: bold;
}

div.errorMessage
{
        background: #ffcccc url(../../images/cms/icons/error.PNG) no-repeat 5px 4px;
        border-bottom: 1px solid #c00;
        border-top: 1px solid #c00;
        color: #900;
        font-weight: bold;
        min-height: 1.25em;
        padding: 0.25em 0.5em 0.25em 2.5em;
}
#leftnav
{
        border-right:0px dashed gray;
        float: left;
        width: 20%;
          overflow: auto;

}


#content
{

        float: left;
        width: 79%;
        background-color: #000000;
        margin:0px 0px 50px 0px;
          overflow: auto;
          border-left:0px dashed gray;

}

#contentText {
background-color: #000000;
        padding:20px;
}
#footer
{
        border-top: 0px solid black;
        clear: both;
        margin: 0;
        padding: .5em;
}
#leftnav p
{
        margin: 0 0 1em 0;
}
#content h2
{


}

.headline {

        font-size: 14px;
        padding: 0.0em 0.0em 0.0em 2.8em;
        text-transform: uppercase;
        background: #333333 url(../../images/website/misc/header.PNG) no-repeat 1px 2px;



}



.newsLink {
color: gray;


}



#content h3
{
        font-size: 12px;
        font-weight: bold;
}

#content h1
{
        font-size: 12px;

}


.login {
        width: 28px;
         height: 26px;
        margin: 0;
          padding: 0;
          border: 0px;
          background: transparent url("../../images/website/misc/cmslogin.PNG") no-repeat center top;
          cursor: pointer; /* hand-shaped cursor */

}

.theInput
{
        border:0px;
        border-bottom: 1px solid gray;
        color: #3E4249;
          background-color: #333333;
        font-family: Courier New, Courier, Georgia, Times new Roman, sans-serif;
        font-size: 12px;

}