/* Basic Structure */
body {
    margin: 20px;
    padding: 20px
    background: #fff ;
    color: #333;
    min-width: 740px;
}

cite {
    font-size: 9pt;
    color: #aaa;
}
small {
    font-size: 90%;
    color: #999;
}


hr { height: 1px; color: #aaa; margin: 1em 0 1em 0; }
form { margin: 0; display: inline; }
a { text-decoration: none; }
a:hover { color: #e391ba ; text-decoration: none; }
a:link { color: #009; }
a:visited { color: #009; }
a:link:hover, :visited:hover { color: #969; }
a:link:active, :link:active { color: #000; }
dd { margin: 0em 0em 1em 1em; }
h1 {
    font-size: 125%;
    }
h2 {
    font-size: 120%;
    }
h3 {
    font-size: 115%;
    }
p {
    color: #333;
    }
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}
td {
    border: 1px solid #999;
    padding: 6px;
}






#side {
    display: inline;
    float: left;
    left: 0;
    width: 23%;
    margin: 0 0 1em 0;
    padding: 0;
    top: 0;
}


/* main content / body */
#mainContent {
    display: inline;
    float: right;
    top: 0;
    margin: 0 0 1em 0;
    width: 74%;
    padding: 5px;
/*    border-top: 1px solid #eef;
    border-right: 1px solid #dde;
    border-bottom: 1px solid #dde;
    border-left: 1px solid #eef;
*/
}
#mainContent li, #mainContent p{
    line-height: 1.5em;
}


/* Header */
#header {
    display: block;
    padding: 0;
    margin-bottom: 1em;
    background: #e2e2e2 url("images/header.png") bottom left repeat-x;
    height: 32px;
    }
#header ul {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#header li{
    display: inline;
    list-style: none;
}
#header li a {
    float: left;
    height: 22px;
    min-width: 85px;
    margin:0;
    text-align: center;
    padding: 5px 15px 5px 15px;
    vertical-align: center;
    color: black;
    text-decoration: none;
    border-left: 1px solid #777;
}
#header ul li a:hover {
    text-decoration: none;
    background: #666;
    color: white;
}
#header h1 {
    font-size: 12pt;
    color: #666;
    line-height: 1em;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
}





/* left side container / menu bar */

/* side menu bar 2*/
#menu {
    background: #fbfbfc url("images/header_side.png") repeat-x bottom;
    background-attachment: scroll;
    margin: 0 0 15px 0;
    padding: 0;
    border-top: 1px solid #eef;
    border-right: 1px solid #dde;
    border-bottom: 1px solid #dde;
    border-left: 1px solid #eef;
    }
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
#menu li {
    display: inline;
    padding: 0;
    margin: 0;
    }
#menu li a {
    display: block;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    }
#menu li a:hover {
    background: #fff;
}



/* Footer */
#footer {
    clear: both;
    border-top: 0px solid #ccc;
/*    background: #f3f3f3; */
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin: 2em 0;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    }
#footer div {
    font-size: 9pt; color: #999;
    }


