body {
        background-color: #36414d;/*#E8D49D;*/
        padding: 0px;
        margin: 0px;
        min-width: 770px;
}
.allcontent {
        font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
        background: #ffffff;
        padding: 2px 2px 2px 2px;
        position: static;
        margin: 0 auto; /* center on everything else */
        width: 760px;
        margin-bottom: 20px;
        border-width: 0 5px 5px 5px;
        border-style: solid;
        border-color: #292e33;
}
.header { 
        text-align:left; 
        width:100%;
        background-color:#a3b8cc;
        /*padding-left:10px;*/
        color:white;
}
.header h1 {
        padding-left:10px;
        padding-top:10px;
        padding-bottom:5px;
        margin:0px 0px 0px 0px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-shadow: #36414d 0 2px 3px;
}
.header-desc {
        padding-left:10px;
        padding-bottom:10px;
        margin:0px 0px 0px 0px;
        font-size: 12px;
        font-weight: bold;
}
.main {
        width:550px;
        float:left;
        background: rgb(255, 255, 255) none repeat;
        margin-top:10px;
        margin-left:10px;
}
.content h2 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 0;
        border-left: 5px solid #dae0e6;
        padding: 0 0 0 10px;
        color: #666;
}
.sidebar {
        background: #e6ecf2 none repeat;
        margin-top:2px;
        margin-left:10px;
        margin-right:2px;
        float:right;
        width:188px;

}
.sidebarcontent {
        padding:10px;
}
.sidebarcontent h2 {
        border-color: #292e33;
        color:white;
        font-size:14px;
        font-weight:normal;
        background:#a3b8cc;
}
.sidebarcontent div {
        font-size:12px;
}
.sidebarcontent a {
        color: #36414d;
        text-decoration: underline;
}

.sidebarcontent a:hover {
        color: #a3b8cc;
}

.footer {
        clear:both;
        background: rgb(255, 255, 255) none repeat;
}
