p*{
    margin:0;
}

html,body {
    height:100%;
    margin:0;
    padding:0;
}

body {
    background-color: #9ac56b;
    background-image: url(../images/general-bg.jpg);
    background-repeat: repeat-x;
}

h1 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #006600;
    letter-spacing: -1px;
    text-decoration: underline;
    padding-bottom: 6px;
    margin-top: 10px;
}

h2 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    text-transform: lowercase;
    margin-bottom: 5px;
}

h3 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    padding: 0px;
    margin: 0px;
}

strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#wrapper {
    width: 930px;
    background-image: url(../images/wrapper-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -50px;
}

#header {
    background-image: url(../images/header.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    height: 225px;
    width: 900px;
    margin:auto;
}

#menu {
    background-image: url(../images/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 45px;
    width: 900px;
    margin:auto;
}

#menu ul {
    margin: 0;
    list-style: none;
}

#menu li {
    display:inline;
}

#menu a {
    display: block;
    float: left;
    height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-image: url(../images/menu-divider.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding:13px 19px 0;
    margin-top:1px;
}

#menu a:hover {
    color: #206b1d;
    background-image: url(../images/menu-hover-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#menu .active a {
    color: #fff;
    background-image: url(../images/menu-active-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#menu .active a:hover {
    color: #206b1d;
    background-image: url(../images/menu-hover-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#menu #last a{
    background-image:none;
}

#menu #last a:hover{
    color: #206b1d;
    background-image: url(../images/menu-hover-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#content {
    background-image: url(../images/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height:210px;
}

#last_news {
    background-color: #A0C99F;
    margin-bottom: 20px;
    height: 20px;
    border: 1px solid #FFF;
    padding: 5px;
    text-transform: capitalize;
}

#content a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    text-transform: lowercase;
    margin-bottom: 5px;
}

#content a:hover {
    color: #060;
}

#leftbox {
    float: left;
    width: 540px;
    margin-bottom: 30px;
    padding: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #006600;
    margin-top: 30px;
    margin-left: 40px;
    border:1px solid #5AA058;
    background-image: url(../images/box-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.leftbox-content {
    border-bottom: 1px dotted #333333;
    margin-bottom: 25px;
    text-align: justify;
    font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 15px;
}

#centerbox {
    float: left;
    width: 820px;
    margin-bottom: 30px;
    padding: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #006600;
    margin-top: 30px;
    margin-left: 40px;
    border:1px solid #5AA058;
    background-image: url(../images/box-bg.png);
    background-repeat: repeat;
    background-position: center top;
}

.centerbox-content {
    border-bottom: 1px dotted #333333;
    margin-bottom: 25px;
    text-align: justify;
    font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 15px;
    min-height:100px
}

.image_sx {
    border: 1px solid #FFF;
    float: left;
    margin: 0 10px 10px 0;
}

.more a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}

.more a:hover {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #003300;
    text-decoration: underline;
}

#sidebar {
    float: right;
    width: 220px;
    margin-bottom: 30px;
    padding: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #006600;
    margin-top: 30px;
    margin-right: 40px;
    border: 1px solid #5AA058;
    background-image: url(../images/box-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.pushfooter {
    height:50px;
    clear:both;
}

#footer {
    height: 40px;
    width: 880px;
    margin: 0 auto;
    background-color: #abcf9b;
    border: 1px solid #535353;
}

#footer-content{
    height: 30px;
    width: 650px;
    margin: 0 auto;
    padding-top:5px;
}

#copyright {
    height: 10px;
    float:left;
    margin-top:8px;
    color:#535353;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#declinedesign a{
    width:60px;
    height:30px;
    float:right;
    background-image: url(../images/declinedesign.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#declinedesign a:hover{
    background-position: center bottom;
}

