body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 0.9em;
    color : #FFF;
    padding: 0;
    margin: 30px 0 0 0;
    background: #015e9d url(/images/bg_body.png) repeat-y center 0;
}

img {
    border: none;
}

table, tr, td, div, form, input, textarea, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

ol, ul {
    padding: 0 0 0 30px;
}

table, tr, td {
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: none;
    text-align: left;
}

div, form, input, textarea, select {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

textarea {
    padding: 1px 2px 0px 2px;
    font-size: 1em;
    line-height: 16px;
}

fieldset {
    margin: 20px 0;
}


.c {
	text-align: center;
}

.r {
	text-align: right;
}

.clear {
	clear: both;
    display: block;
}

.nobr {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.ajax {
    background: url(/images/ajax.gif) no-repeat left;
}

.pointer {
    cursor: pointer;
}

p, ul, li {
    line-height: 18px;
}

p {
    margin: 0 0 15px 0;
}

a {
	text-decoration : none;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

a:hover {
    border-bottom-color: #FF9000;
    color: #FF9000;
}


#top,
#content,
#bottom {
    width: 980px;
    margin: 0 auto;
}



#top {
    width: 980px;
    height: 217px;
    padding: 0 10px;
    background: url(/images/bg_top.jpg) no-repeat 0 0;
}

#top h1 {
    float: left;
    background: url(/images/logo.gif) no-repeat 0 0;
    width: 263px;
    height: 96px;
    text-indent: -9999px;
    margin: 0;
}


#menu {
    margin: 56px 0 0 46px;
    float: left;
}

#menu li {
    float: left;
    list-style: none;
    padding: 5px 11px 4px 11px;
    margin: 0 25px 11px 0;
    font-size: 1.1em;
}

#menu li ul {
    padding: 0;
    position: absolute;
    margin-top: 10px;
}

#menu li ul li {
    float: none;
    padding: 0;
    margin: 0;
}

#menu li.selected {
    border: 1px solid #FFF;
}

#menu li.selected a {
    border: none;
}

#menu li.selected ul li.selected a {
    border: none;
}

#menu li ul {
    display: none;
}

#menu li.selected ul {
    display: block;
}

#menu li.selected ul {
    font-size: 0.8em;
}

#menu li.selected ul a {
    border-bottom: 1px solid #FFF;
    line-height: 22px;
}

#menu li.selected ul a:hover {
    border-bottom: 1px solid #FF9000;
}

#menu li.selected ul li.selected {
    border: none;
}


#menu li.selected ul.anchors li a {
    border-bottom: 1px dotted #FFF;
}                  






#content {
    position: relative;
    top: -80px;
}


#content h1,
#content h2,
#content h3 {
    font-size: 26px;
    font-family : "Trebuchet MS", Calibri, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
    margin: 20px 0;
}

#content h1 a,
#content h2 a,
#content h3 a {
    text-decoration: none;
    border-bottom: 1px solid #80b436;
    background-color: #f9fcf1;
    color: #80b436;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover {
    border-bottom: 1px solid #4d8203;
    background-color: #fff;
    color: #4d8203;
}

#content h2 {
    font-size: 2.0em;
}

#content h3 {
    font-size: 1.7em;
}

#content img {
    margin: 0 20px 0 0;
}

#content table tr td {
    line-height: 14px;
    vertical-align: top;
    padding: 0 10px 10px 0;
}





p.copyright {
    color: #999999;
    font-size: 0.9em;
}

div.post {
    margin-bottom: 30px;
}











#bottom {
    width: 980px;
    padding: 30px 10px 0 10px;
    background: url(/images/bg_bottom.jpg) no-repeat right bottom;
    margin-top: 70px;
    font-size: 0.9em;
    line-height: 22px;
    height: 63px;
}

#bottom span {
    background-color: #0087c6;
    font-size: 20px;
    float: left;
    padding: 9px 16px;
    position: relative;
    top: 1px;
    margin: 0 16px 20px 0;
}

#bottom div {
    float: right;
}


/*#promo {
    float: left;
    width: 480px;
    height: 277px;
    background: url(/files/promo/bg.png) no-repeat 0 0;
    margin: 0 20px 30px 0;
}

#promo div {
    width: 470px;
    height: 262px;
    background-image: url(/files/promo/i01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}


#promo div span {
    position: relative;
    top: 210px;
    left: 25px;
    color: #000;
    font-size: 12px;
}

#promo div span b {
    position: relative;
    top: -5px;
    left: -25px;
    background-color: #f8971d;
    padding: 3px 13px 3px 25px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}*/

#promo,
#feedback {
    float: left;
    width: 48%;
    margin-top: 20px;
}

#promo img {
    border: 1px solid #FFF;
}

#feedback {
    float: right;
}

#feedback .status {
    background-color: #f8971d;
    border-top: 1px solid #FFF;
    font-size: 12px;
    padding: 6px 12px;
    float: left;
    margin-bottom: 15px;
}

#feedback p {
    clear: both;
    margin-bottom: 30px;
}

#feedback img {
    float: left;
    border: 1px solid #FFF;
    margin: 39px 20px 30px 0;
}

#feedback span {
    width: 350px;
    float: right;
}

#feedback div {
    clear: both;
}

#promo h1,
#feedback h1 {
    margin: 0 0 15px 0;
    line-height: 24px;
}

#nextfeedback {
    border: none;
    padding: 10px 15px;
    background-color: #015e9c;
    margin: 0 0 0 120px;
}

#nextfeedback i {
    font-style: normal;
    line-height: 38px;
}

#nextfeedback:hover {
    background-color: #00558F;
}


