html {
    /*background-image: url(../images/background.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #FFE600;*/
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 11px;
    font-family: Tahoma,Geneva,Verdana,sans-serif;
    line-height: 18px;
    text-align: left;
    color: #5B5B5B;
    /*background-attachment: fixed;
    background-image: url(../images/tree.png);
    background-position: bottom right;
    background-repeat: no-repeat;*/
}
h2 {
    text-transform: uppercase;
    width: 485px;
    margin: 60px 0 0 0;
    padding: 0;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #BFAC00;
}
form label {
    display: inline-block;
    width: 10em;
}
#container {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 100%;
}

#logo {
    position: relative;
    float: left;
    margin: 15px 0 15px 0;
    padding: 0;
    width: 212px;
}
#home-logo {
    position: relative;
    float: right;
    margin: 0 0 15px 0;
    padding: 0;
    width: 30px;
    height: 30px;
}
#menu {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    padding-left: 1.2em;
    height: 34px;
    width: 960px;
    clear: both;
    background-image: url(../images/nav_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#menu a {
    position: relative;
    float: left;
    margin: 0 1em;
    padding: 8px 0 6px 0;
    /* width: 118px; */
    font-weight: 600;
    display: inline-block;
    color: #666;
    text-align: center;
    text-transform: uppercase;
}
#menu a:hover {
    color:#333333;
}
a.hideshowlink {
    font-weight: bold;
    color: #009638;
    padding: 3px 5px;
}
a:hover.hideshowlink {
    color: #aacd4e;
}
div.hidden-entry {
    background: #dfeeb8;
}
.content {
    position: relative;
    width: 485px;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #BFAC00;
}
.content p {
    margin: 10px 0 10px 0;
}
#loggedin {
    position:relative;
    margin: 15px 0 0 0;
    padding: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    float: right;
    clear: both;
}
a {
    text-decoration: none;
    color: #009638;
}
form {
    width: 485px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #BFAC00;
}

form input,
form select,
form option {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 10px 5px 10px 0;
}
form select {
    padding: 1px;
}
form input.submit {
    padding: 2px 4px;
    margin: 0;
    border: none;
    color: #fff;
    background: #A0B086;
    text-transform: uppercase;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 100px 0 0 -480px;
    padding: 0;
    width: 960px;
    height: 30px;
    background: #F7961C;
    color: #333;
    float:left;
    clear: both;
}
#footer_1 {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    background: #F7961C;
    color: #333;
    float:left;
    clear: both;
}
#footer p {
    position: relative;
    margin: 0;
    padding: 5px 10px 0 10px;
    float: left;
}
#footer_1 p {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -480px;
    padding: 5px 0;
    float: left;
}
#load {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0;
}




#resulttable th, #resulttable td {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

#resulttable td {
    background: #FFFFFF;
    padding: 5px;
}

#resulttable td.td1 {
    border-top: 1px solid #BFAC00;
    border-left: 1px solid #BFAC00;
    border-bottom: 1px solid #BFAC00;
}
#resulttable td.td2 {
    border-top: 1px solid #BFAC00;
    border-left: 1px solid #BFAC00;
    border-bottom: 1px solid #BFAC00;
}
#resulttable td.td3 {
    border: 1px solid #BFAC00;
}
#resulttable td.td10 {
    border: none;
    background: none;
    margin: 0;
    padding: 10px 0 20px 0;
}

#resulttable tr {
    border: 1px solid #000;
    padding: 5px;
}

#resulttable tr#firsttr th {
    color: #FFFFFF;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    background-color: #A0B086;
}
#resulttable tr#firsttr th.td1,
#resulttable tr#firsttr th.td2,
#resulttable tr#firsttr th.td3,
#resulttable tr#firsttr th.td4,
#resulttable tr#firsttr th.td5 {
    font-weight: normal;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#resulttable tr#firsttr th.td6 {
    font-weight: normal;
    border: 1px solid #FFFFFF;
}


#resulttable .filler {
    background: none;
    height: 5px;
}



.outer {
    position: relative;
    width: 486px;
    margin-top: 10px;
    /*float: left;*/
    display:inline-block;
}

.inner {
    position: relative;
    width: 145px;
    height: 190px;
    padding: 5px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    background: #FFF;
    border: 1px solid #BFAC00;
    text-align: center;
}
.inner img {
    width: auto;
    height: 70px;
}

.outer :after ,
.inner:after {
    content: '\00A0';
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
}


form span.label {
    vertical-align: middle;
}
.pageindex {
    text-align:center;
    width: 437px;
}
