body {
    background: #ffffff url(../img/bg_body.jpg) repeat-x 0 0;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 150%;
}

img {
    border: 0px;
}

h1 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #000000;
    margin: 25px 0px 25px 0px;
}

h2 {
    font-size: 13px;
    font-weight: normal;
    color: #da0039;
    margin: 15px 0px 15px 0px;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin: 15px 0px 15px 0px;
}

h6 {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
}


#wrapper {
  width: 1000px;
  background: #ffffff url(../img/bg_side.jpg) no-repeat;
  background-position: 970px 0px;
}

#header {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

#language {
    float: right;
    margin: 0px 50px 0px 15px;
}

#language a {
    color: #000000;
}


#language span {
    display: block;
    float: left;
    padding: 25px 10px 10px 10px;
}


#language span.active {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


#contentheader {
   width: 610px;
   height: 256px;
   margin: 0px;
   padding: 0px;
}

#contentinfo {
   width: 275px;
   height: 206px;
   margin: 0px;
   padding: 20px 50px 30px 35px;
   float: right;
   background: #da0039 url(../img/bg_info.jpg) no-repeat top left;
   color: #ffffff;
   overflow: hidden;
}

#contentinfo a {
    color: #ffffff;
}

#breadcrumbs {
    font-size: 9px;
    margin: 0px 0px 60px 0px;
}


#logo {
   width: 970px;
   height: 160px;
   background: #ffffff url(../img/logo_header.jpg) no-repeat top left;
   margin: 0px;
   padding: 0px;
}

#topmenu {
   height: 20px;
   width: 937px;
   padding: 0px 0px 5px 32px;
}

#topmenu ul {
   margin: 0px;
   padding: 0px;
}

#topmenu ul li {
    display: inline;
    margin: 0px 15px 0px 0px;
    padding: 3px;
}

#topmenu ul li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#topmenu ul li a:hover,
#topmenu ul li a:active {
    color: #da0039;
}

#topmenu ul li.active a {
    color: #da0039;
}

#headerimage {
   width: 970px;
   height: 256px;
}

#sidebar {
    width: 175px;
    float: right;
    margin: 0px 30px 50px 0px;
    padding: 0px 35px 0px 30px;
}

#sidebar ul {
    list-style: inside url(../img/arrow.png);
    padding: 0px 0px 0px 0px;
}

#sidebar ul li {
    margin: 0px 0px 2px 0px;
    border-bottom: 1px dotted #000000;
}

#sidebar ul li a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

#sidebar ul li a:hover,
#sidebar ul li a:active {
    color: #da0039;
}

#content {
    width: 490px;
    float: right;
    padding: 0px 0px 50px 30px;
}

#submenu {
    width: 175px;
    padding: 0px 0px 0px 32px;
    margin: 40px 0px 0px 0px;
}

#submenu ul {
    list-style: inside url(../img/arrow.png);
    padding: 0px 0px 0px 0px;
}

#submenu ul li {
    margin: 0px 0px 2px 0px;
    border-bottom: 1px dotted #000000;
}

#submenu ul li a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

#submenu ul li a:hover,
#submenu ul li a:active {
    color: #da0039;
}

#submenu ul li.active a {
    color: #da0039;
}


#footer {
    clear: both;
    width: 905px;
    height: 18px;
    background: #000000;
    color: #ffffff;
    font-size: 10px;
    padding: 0px 35px 0px 30px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover,
#footer a:active {
    text-decoration: underline;
}


a:link,
a:visited {
    color: #da0039;
    text-decoration: none;
}

a:hover,
a:active {
    color: #da0039;
    text-decoration: underline;
}

.quick1 {
    color: #da0039;
    font-weight: bold;
}

.quick1:hover {
    text-decoration: underline;
}

.quick2 {
    color: #000000;
    font-weight: normal;
    font-style: italic;
}

.clear {
    clear: both;
}

.thumbnail {
    float: left;
    margin: 0px 15px 15px 0px;
}


.dottedbottom {
    margin: 0px 0px 15px 0px;
    border-bottom: 1px dotted #000000;
}

.bordergrey {
    border: 1px solid #cccccc;
}

.width350 {
    width: 350px;
}


