body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
font-size: small;
color: #050505;
}

/* --- Links --------- */

a {
color: #930;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: 0;
color: #2D598D;
}

h1 {
border-bottom: 1px dotted #c4d6ec;
padding-left: 12px;
font-size: 150%;
}

h2 {
padding-left: 10px;
font-size: 133%;
}

h3 {
padding-left: 8px;
font-style: italic;
font-size: 110%;
}

/* --- Wrap --------- */

#wrap {
background: transparent url("images/bgd_container.gif") repeat-y top left;
width: 758px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
}

#subwrap {
background: transparent url("images/bgd_sub_container.gif") repeat-y top left;
width: 758px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
}

/* --- Banner --------- */

#banner {
background: transparent url("images/header.jpg") no-repeat top left;
height: 70px;
margin: 0;
color: #FFFFFF;
}

#banner p {
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 18pt;
color: #FFFFFF;
margin: 0px 30px;
padding-top: 0.5em;
min-height: 18px;
line-height: 1em;
}

/* --- Nav top level --------- */

#nav-toplevel {
background: transparent url("images/toplevel.jpg") no-repeat top left;
height: 68px;
}

#nav-toplevel ul {
list-style-image: none;
margin: 0;
padding: 0;
}

/* --- Nav meta --------- */

#nav-meta {
height: 42px;
font-size: 85%;
line-height: 1.25em;
}

#nav-meta ul {
margin: 0px 24px 0 490px;
}

#nav-meta ul li {
display: inline;
float: left;
}

#nav-meta ul li a {
display: block;
background: transparent url("images/small_bullet.gif") no-repeat 0 50%;
padding: 0 10px 0 8px;
color: #c4d6ec;
text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("images/small_bullet3.gif") no-repeat 0 50%;
color: #FFF;
}

/* --- Nav main --------- */

#nav-main {
background: #eee;
font-size: 100%;
font-weight: bold;
}

#nav-main ul {
margin-left: 0px;
}

#nav-main ul li {
display: inline;
float: left;
margin-right: 3px;
width: 110px;
text-align: center;
}

#nav-main ul li a {
display: block;
background: transparent url("images/tabs.gif") no-repeat 0 0;
height: 26px;
line-height: 26px;
color: #2D598D;
text-decoration: none;
font-weight: bold;
}

#nav-main ul li a.current {
background: transparent url("images/tabs.gif") no-repeat 0 -52px;
color: #930;
}

#nav-main ul li a:hover {
background: transparent url("images/tabs.gif") no-repeat 0 -26px;
color: #930;
}

#nav-main ul li a.current:hover {
background: transparent url("images/tabs.gif") no-repeat 0 -52px;
}

/* --- Container --------- */

#container {
margin: 0 0px;
}

/* --- Content --------- */

#content {
float: left;
margin: 0;
padding: 16px;
width: 532px;
}

/* --- Content --------- */

#contentsub {
float: left;
margin: 0;
padding: 16px;
width: 732px;
}

#content p, #content ol, #content ul {
font-size: 100%;
line-height: 1.5em;
}

/* --- Nav subs --------- */
#nav-subs {
position: relative;
margin: 0 0 0 564px;
padding: 0;
font-size: 100%;
line-height: 1.5em;
}

#nav-subs ul {
list-style: none;
margin-left: 16px;
margin-right: 16px;
padding-left: 0;
border-top: 1px solid #2D598D;
}

#nav-subs ul li {
padding: 1px 0;
border-bottom: 1px solid #2D598D;
}

#nav-subs ul li a {
position: relative;
display: block;
float: left;
width: 100%;
background: transparent url("images/small_bullet2.gif") no-repeat 4px 50%;
color: #2D598D;
text-indent: 14px;
text-decoration: none;
}

html>body #nav-subs ul li a {
float: none;
}

#nav-subs ul li a:hover {
background: #E5F0F5 url("images/small_bullet2.gif") no-repeat 4px 50%;
color: #930;
}

#nav-subs ul li a.youarehere {
color: #930;
}

/* --- Nav section --------- */

#nav-section {
background: transparent url("images/bgd_sidebar_top.jpg") no-repeat top left;
padding-top: 24px;
min-height: 156px;
}

/* --- Nav supp --------- */

#nav-supp {
background: transparent url("images/bgd_sidebar_sub.jpg") no-repeat top left;
padding-top: 8px;
min-height: 156px;
}

/* --- Info site --------- */

#info-site {
position: relative;
clear: both;
background: transparent url("images/footer.jpg") no-repeat top left;
width: 758px;
padding-top: 12px;
text-align: center;
}

#sub_info-site {
position: relative;
clear: both;
background: transparent url("images/sub_footer.jpg") no-repeat top left;
width: 758px;
padding-top: 12px;
text-align: center;
}

#info-site p {
font-size: 75%;
}

/* --- Info company --------- */

#info-company {
color: #2D598D;
margin: 0 16px;
}

#info-company a {
color: #2D598D;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
}

/* --- Info standards --------- */

p#info-standards {
margin: 4px 314px 0 314px;
padding-bottom: 6px;
}

a#xhtml {
display: block;
float: left;
background: transparent url("images/xhtml.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #4474AB;
}

html>body a#xhtml {
margin: 0 82px 0 0;
}

a#xhtml:hover {
border: 1px solid #2D598D;
}

#xhtml span {
display: none;
}

#css {
display: block;
background: transparent url("images/css.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #4474AB;
}

html>body #css {
margin: 0 0 0 82px;
}

a#css:hover {
border: 1px solid #2D598D;
}

#css span {
display: none;
}
