body{
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:16px;
    margin:0px 0px 50px 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: #238305;
}

a img{ 
    border-width: 0px; 
}

p{
    margin: 0px;
    padding: 0px;
}

h1{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

h2,h3,h4{
    margin: 0px;
}

hr{
    margin-top: 15px;
    height: 1px;
    color: #108008;
    background-color: #108008;
    border: 0px;
}

.header_title{
    font-size:30px;
}

.headerbar{
    height: 110px;
    width: 1000px;
    margin: 0px auto;
}

.headerbar2{
    color: #000000;
    width: 1000px;
    margin: 0px auto;
    height: 50px;
}

.header{
    width:  1000px;
    margin: 0px auto;
}

.header2{
    background-image: url("images/header2_background.jpg");
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}

.centerText{
    text-align: center;
}

.centerDiv{
    margin: 0px auto;
}

.content{
    width:  1000px;
    background: url("images/background.jpg") repeat-x;
    margin: 15px auto 10px auto;
}

.footerbar{
    border-top-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    width: 100%;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer{
    width:  1000px;
    margin:0 auto;
    color: #656565;
}

.hidden{
    display:none;
}

.hiddenContent{
    visibility: hidden;
}

.menuTab{
    font-weight:  bold;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #000000;
}

.menuTab:hover{
    background-color: #E5F4CC;
}

.lt_corner{
    width: 7px;
    height: 7px;
    background: url("images/lt_corner.png") no-repeat left top;
}

.lb_corner{
    width: 7px;
    height: 7px;
    background: url("images/lb_corner.png") no-repeat left bottom;
}

.rt_corner{
    width: 7px;
    height: 7px;
    background: url("images/rt_corner.png") no-repeat right top;
}

.rb_corner{
    width: 7px;
    height: 7px;
    background: url("images/rb_corner.png") no-repeat right bottom;
}

.contentLeft{
    background: url("images/background.jpg") repeat-x;
    width: 160px;
    float: left;
}

.contentRight{
    background: url("images/background.jpg") repeat-x;
    width: 500px;
    float: left;
    padding: 0px 20px 0px 20px;
}

.latestBar{
    background: url("images/background.jpg") repeat-x;
    width: 300px;
    float: left;
}

.view_contentRight{
    background: url("images/background.jpg") repeat-x;
    width: 840px;
    float: left;
}

.view_rightBar{
    background: url("images/background.jpg") repeat-x;
    width: 300px;
    float: right;
}

.item{
    padding: 5px;
}

.item:hover{
    padding: 5px;
    background: #C3DCA5;
}

.itemOver{
    padding: 5px;
    color: #000000;
    background: #1D6C0B;
}
