body {
    font-family:    sans-serif;
    font-size:      smaller;
    margin:         0 0 0 0;
    padding:        0;
    background:     #A2A9B3;
    height:100%;
}

#frame {
    background:     white url("images/frame_bg.gif") repeat-y top left;
    width:          1010px;
    margin-right:   auto;
    margin-left:    auto;
    margin-top:     15px;
    padding:        0px;
    text-align:     left;
    height:100%;
}

#dsheader {
    float:           top;
    background:      url("images/ds_header.gif") no-repeat top left;
}

#topnav {
    margin-left:    210px;
    border-top:     #898f98 1px solid;
    margin-right:   30px;
    background:     #005883 url(images/top_curve.gif) no-repeat top left;
    height:         84px;
}

#topnav h1 { display: none; }

#topnavcontent {
    position:       relative;
    margin-left:    213px;
    top:            58px;
    background:     #F7931D;
    height:         26px;
}

#topnavcontent ul {
    margin:         0;
    padding:        0;
    list-style:     none;
}

#topnavcontent li {
    float:          left;
    background:     #F7931D url("images/top_nav_button.gif") no-repeat top left;
    color:          white;
    margin:         0;
    padding-left:   65px;
    display:        block;
    line-height:    26px;
    font-weight:    bold;
    font-size:      14px;
}

#topnavcontent li.first {
    background:url("images/top_nav_button_first.gif") no-repeat top left;
}

#topnavcontent a {          text-decoration:  none; }
#topnavcontent a:link {     color:            #01405B; }
#topnavcontent a:visited {  color:            #01405B; }
#topnavcontent a:active {   color:            #01405B; }
#topnavcontent a:hover {    color:            white; }

#topnavcontent img {
    border: 0px;
    margin-bottom: -4px;
}

#leftnav {
    background:     #64BDE1 url(images/top_curves.gif) no-repeat top left;
    border-top:     #898f98 1px solid;
    float:          left;
    width:          180px;
    margin-top:     -85px;
    margin-left:    30px;
    height:100%;
}

#leftnavcontent {
    width:          160px;
    margin-top:     20px;
    margin-left:    10px;
    margin-right:   10px;
    color:          #01405B;
}

#leftnavcontent a {         vertical-align: middle;text-decoration:  none;     }
#leftnavcontent a:link {    color:            white;    }
#leftnavcontent a:visited { color:            white;    }
#leftnavcontent a:active {  color:            white;    }
#leftnavcontent a:hover {   color:            #01405B;
			    text-decoration:  underline;}

#leftnavcontent ul {
    font-weight:    bold;
    list-style:     none;
    padding-left:   0;
    margin-left:    0;
    padding-top:    60px;
}


#leftnavcontent ul li {
    background:   url(images/nav_button_blue.gif) no-repeat center;
    color:        white;
    height:       60px;
    width:        120px;
    padding-left: 20px;
    padding-right:20px;
    margin-top:  -28px;
    padding-top:  36px;
    text-align: center;
}

#leftnavcontent ul li:hover {
    background:       url(images/nav_button_orange.gif) no-repeat center;
}


#maincontent {
    margin-top:     40px;
    margin-left:    250px;
    margin-right:   70px;
}

#maincontent ul {
    list-style-image: url("images/bullet.gif");
}

#maincontent ul li {
    padding-left: 5px;
}

#footerold {
    float:           bottom;
    color:           #64BDE1;
    height:          25px;
    margin-top:      10px;
    margin-left:     -40px;
    margin-right:    -40px;
    background:      url(images/footer.gif) no-repeat top left;
    font-weight:     bold;
    
}

#footer {
    color:           #64BDE1;
    padding-top:     32px;
    padding-left:    270px;
    float:           bottom;
    font-weight:     bold;
    clear:           both;
    height:          55px;
    margin-top:      20px;
    width:           740px;  
    background:      url(images/footer.gif) no-repeat top left;
}

a:link {     color:            #01405B; }
a:visited {  color:            #01405B; }
a:active {   color:            #01405B; }
a:hover {    color:            #F7931D; }

.nav {
    text-align: right;
}

.news {
    width:  230px;
    margin: 7px;
    padding:7px;
    float:  right;
    border: solid #64BDE1;
}

a img {
   border: none;
}

.strong {
    background:  #f7c182;
    padding:     5px;
    border:      #F7931D solid 3px;
    margin-left: 10px;
    margin-right:10px;
    font-style:  italic;
}

h1, h2, h4 {
    color:          #01405B;
    margin-bottom:  8px;
    margin-top:     8px;
}

h3 {
    color:          #00809E;
    margin-bottom:  8px;
    margin-top:     8px;
}

p {
    margin-bottom:  8px;
    margin-top:     5px;
}

em {
    color:          #005883;
    font-weight:    bold;
    
}

table { 
    border-collapse: collapse;
    background:      #c6d9f1;
}

td, th {
    border:          2px solid #005883;
    padding:         3px;
}

div.hr {
    background:     white url("images/hr.gif") no-repeat left;
    height:         3px;
    border:         0;
}
div.hr hr { display: none; }