body,
html {
    margin:0;
    padding:0;
}
body {
    background:#eee;
    color:#000;
    min-width:800px;
    font: normal .85em "Lucida Sans", "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, Sans-Serif;
    line-height: 1.4em;
}

a { color: #334d55; background: inherit; }
a:hover { color: #000; background: inherit; }
h1 { font: bold 1.6em "Lucida Sans", "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, Sans-Serif; color: #666; background-color:transparent;
}
h2 { font: bold 1.4em "Lucida Sans", "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, Sans-Serif; color: #666; }
h3 { clear: both; font-size: 1.1em; color: #666; background: #fff; }
blockquote {
    margin: 10px 0 0 25px;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    color: #666;
    background-color: #fff;
}
.sigtitle { font: bold 2.2em "Lucida Sans", "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, Sans-Serif; color: #334d55; background-color:transparent; }
.sigtitle a { color: #334d55; background: inherit; }
.the-exchange {
    font-weight: bold;
}

/* Page wrapper */
#wrap {
    width: 800px; 
    margin: 25px auto 0 auto; 
    padding: 2px 2px 2px 2px; 
    background-color: #fff;
    color: #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

/* Header */
#header {
    background:#ddd;
    color: #000;
}
#header h1 {
    padding:5px;
    margin:0;
}
#header-logo { 
    vertical-align: top;
    float: left; 
    padding: 0px 0px 0px 0px; 
    clear: both;
}
#header-logo h1 { color: #000; background: #fff; }
#header-logo a  { text-decoration: none; }
#header-image {
    float: right;
}

/* Main content */
#main {
    background:#fff;
    color: #000;
    float:right;
    width:543px;
    padding: 12px 15px;
    border:#ccc 1px solid;
    text-align: left;
    margin: 0 0 10px 0;

}

#main table th {
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
    border-top: 1px solid black;
    border-bottom: 4px double black;
    padding: 1px 1px 1px 1px;
    background-color: white;
}
#main table td {
    text-align: left;
    vertical-align: top;
    padding: 1px 1px 1px 1px;
    border-bottom: 1px solid black;
    background-color: white;
}

/* Sidebar */
#sidebar {
    background:#fff;
    color: #000;
    float:left;
    width:200px;
}
#sidebar ul {
    margin-bottom:0;
}
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
}
.menu {
}
#menu_left { 
    float: left;  
    margin: 0 0 5px 0; 
    padding: 0 0 1px 0; 
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    clear: left; 
}
#menu_left li { list-style: none; }
#menu_left li a { 
    display: block; 
    color: #334d55; 
    background: #e6f9ff;
    width: 170px; 
    padding: 7px 25px 7px 5px; 
    margin: 0 0 1px 0; 
    font-weight: bold; 
    text-decoration: none; 
}       
#menu_left li a:hover { background: #334d55; color: #fff;  }

.box {
    padding: 5px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    background-color: #eee;
}

/* Footer */
#footer {
    text-align:left;
    background:#fff;
    color:#000;
    clear:both;
    padding: 5px;
    border-top: 1px solid #000;
}
#footer p {
    padding:5px;
    margin:0;
}


