/* Fonts */

body, table, form, select {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #76777e;
}

a {
    color: #6095c0;
}
a:hover {
    color: #90b5d3;
}

h2 {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}

p {
    margin: 5px 0px 10px 0px;
}

form {
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background: #d9d9d9;
}

#wrapper {
    background: #fff url(img/shadow_middle.gif) repeat-y;
    margin: 20px auto 0px auto;
    width: 770px;
}



/* Header */


#header {
    background: url(img/shadow_top.gif) no-repeat;
    padding: 15px 15px 0px 15px;
}

/* Logo */
#logo {
    background: url(img/bordertop.gif) repeat-x bottom;
    padding: 0 0 11px 0;
}

#logo h1 {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}
#logo img {
    height: 66px;
    width: 230px;
    border: 0px;
}

#main {
    margin: 0px 15px 0px 15px;
}

/* Navigation /*/

#navigation {
    position: relative;
    float: left;
    width: 115px;
    font-size: 10px;
}



/* Navigation level 1 */

#navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #c9c9cc;
}
#navigation li {
    background: #fff url(img/nav.gif) repeat-y;
    width: 115px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #c9c9cc;
}
#navigation li a {
    width: 101px;
    display: block;
    color: #858585;
    text-decoration: none;
    padding: 1px 0px 1px 14px;
}
#navigation li a:hover {
    color: #ccc;
}

#navigation .sel {
    background: #e6e6e6;
}



/* Navigation level 2 */

ul#navlvl2 {
    border:0px;
    border-top: 1px solid #c9c9cc;
    background: #f7f7f7;
}
#navlvl2 li {
    border: 0px;
    background: #f7f7f7;
}
#navlvl2 li a {
    display: block;
    padding: 0px 0px 0px 22px;
    color: #76777e;
    text-decoration: none;
    width: 93px;
}
#navlvl2 li a:hover {
    color: #a3a3a3;
}

#navlvl2 .sel {
    color: #a3a3a3;
    background: transparent;
}



/* Content */
#content {
    position: relative;
    float: left;
    width: 400px;
    min-height: 400px;
    border-left: 1px solid #c9c9cc;
    border-right: 1px solid #c9c9cc;
    padding: 16px;
    margin: 0px;
}
* html #content {
    height: 400px;
}
    
#content img {
    border: 0px;
}
#c1 #content {
    border-right: 0;
    width: 592px;
}

#side {
    position: relative;
    float: left;
    width: 159px;
    padding: 16px;
    margin: 0px;
}


/* Footer */

#footer {
    background: url(img/shadow_bottom.gif) no-repeat bottom;
    padding: 0px 15px 10px 15px;
}
#footer p {
    float: right;
    clear: both;
    padding: 0 10px 0 0;
}
#footercontent {
    height: 9px;
    background: url(img/borderbottom.gif) repeat-x top;
}

/* Classes */

.hide {
    display: none;
}
.clear {
    clear: both;
}
