/* style.css */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    background: #EAECF0 url(../gfx/bg.gif) repeat-x scroll left top;
    font-size: 0.8em;
}
#frame {
    border: 1px solid #3A4A58;
    margin: 20px 0px 5px 0px;
    background-color: #FFFFFF;
}
#nav {
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../gfx/nav.gif);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 10px;
}
#nav li {
    list-style: none;
    float: left;
    margin-right: 18px;
}
#nav a:link {
    color: #FFFFFF;
    text-decoration: none;
}
#nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#nav a:hover, a.current {
    color: #D6D6D6;
    text-decoration: none;
}
#left {
    background-image:url(../gfx/search-box.gif);
    background-repeat: no-repeat;
    padding: 0;
    line-height: 1.4em;
}
.leftwrap {
    background-image:url(../gfx/search-box.gif);
    background-repeat: no-repeat;
    min-height: 40px;
    padding: 10px;
}
#right {
    line-height: 1.4em;
}
.contentmid {
     background-image:url(../gfx/front-mid.gif);
     background-repeat: repeat;
     padding: 5px 14px 5px 14px;
}
.fronthead {
     background-image:url(../gfx/front-heading.gif);
     background-repeat: repeat;
     color: #FFFFFF;
     font-size: 1.2em;
     font-weight: bold;
     padding: 9px 14px 5px 10px;
}
.leftmid {
     background-image:url(../gfx/front-mid.gif);
     background-repeat: repeat;
     padding: 5px 14px 10px 14px;
}
img {
    display: inline;
    border: none;
}
img.block {
    display: block;
}
img.floatleft {
    float: left;
    margin: 0.3em 14px 7px 0px;
}
img.floatright {
    float: left;
    margin: 0.3em 14px 7px 0px;
}
img.lang {
    float: right;
    margin: 0px 14px 7px 0px;
}
h1, h2, h3, h4, h5 {
     color: #384A5C;
}
h1 {
     font-size: 1.2em;
     margin-bottom: 0.8em;
}
h2 {
     font-size: 1em;
     margin-bottom: 0.8em;
}
input {
     border: 1px solid #445A70;
     width: 200px;
}
#footer {
    font-size: 0.75em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right ul li {
    list-style: square;
    margin-left: 25px;
}
a:link {
    color: #445A70;
    text-decoration: none;
}
a:visited {
    color: #445A70;
    text-decoration: none;
}
a:hover {
    color: #445A70;
    text-decoration: underline;
}
