body {
    margin: 50px auto auto auto;
    background-color: #000;
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
    height: 100%;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.mainboxes {
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 0px solid #ccc;
    background: url(../images/bg-content.jpg) 100% 0 no-repeat;
}
.maincont {
    padding: 10px;
    margin: 10px;
    background: url(../images/bg-table.gif)  0 0 repeat-x;
}
.copy {
    padding-top: 5px;
    color: #999;
    font-size: 90%;
}
.linkbot {
    padding-top: 5px;
    color: #999;
    font-weight: bold;
}
.linkbot a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.linkbot a:hover {
    color: #999;
    text-decoration: none;
}
#links {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#links ul {
    margin: 10px;
    padding: 0px;
    background: url(../images/img04.gif) repeat-x left bottom;
    list-style: none;
}

#links ul .current {
    padding-left: 15px;
    background: #DB5600 url(index.files/img04.gif) repeat-x left top;
    list-style: none;
    color: #fff;
}

#links li {
    padding: 5px 0;
    background: url(../images/img04.gif) repeat-x left top;
}

#links a {
    padding-left: 1em;
    background: url(../images/img08.gif) no-repeat left center;
    color: #DB5600;
    text-decoration: none;
}

#links a:hover {
    padding-left: 1em;
    background: url(../images/img08.gif) no-repeat left center;
    color: #333;
    text-decoration: none;
}
#testi h3 {
    color: #DB5600;
}
#testi {
    width: 250px;
    padding: 10px;
}
#testi blockquote {
    margin-left: 0;
    padding-left: 1em;
    background: url(../images/img09.gif) no-repeat right bottom;
    border-left: 5px solid #DB5600;
}

#testi blockquote p {
    text-align: left;
    line-height: normal;
    font-style: italic;
}
.hpmain {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}
.hpmain h2 {
    color: #DB5600;
}
#news {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#news ul {
    margin: 10px;
    padding: 0px;
    background: url(../images/img04.gif) repeat-x left bottom;
    list-style: none;
}

#news li {
    padding: 5px 0;
    background: url(../images/img04.gif) repeat-x left top;
}

#news a {
    /*color: #DB5600;*/
    text-decoration: none;
}

#news a:hover {
    color: #333;
    text-decoration: underline;
}
.cddc {
    color: #c63;
}
#breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left:10px;
    margin-right:10px;
}
#breadcrumbs .active {
    font-weight: bold;
    color: red;
}
#breadcrumbs a {
    text-decoration: none;
    color: #333;
}
#breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}
.sup {
    color: red;
}

#backgroundPopup,#backgroundPopup1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact, #popupContact1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:590px;
width:640px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
text-align: center;
}

#popupContact1{
height:500px;
width:700px;
}

#popupContact h1, #popupContact1 h1{
text-align:left;
color:red;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose, #popupContactClose1{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}

#tool_tip_action {
    background-color: #000000;
    padding: 10px;
    color:#ffffff;
    position: absolute;
    z-index: 1001;
    display: none;
    opacity: 0.9;
    font-size: 10px;
}