﻿* {
    margin:0;
    padding:0;
}

body {
    font-family: arial, "lucida console", sans-serif;
    background-color:#C5C2F3;
    margin:auto;
    width:1024px;
}

#containerWrapper {
    background-image:url("images/bg.jpg");
    background-position:center top;
    background-repeat:repeat-y;
}

#container {
    width:999px;
    padding-left:13px;
}

#toolbar{
    padding:0 10px 0 10px;
    height:30px;
    border-bottom:solid 2px black;
    border-top:solid 2px black;
}

#header {
    background-image:url("images/header_bg.jpg");
    background-repeat:no-repeat;
    height:216px;
}
#header img{
    border:none;
}

.logo-div{
    height:172px;
}
.logo{
    /*
    height:172px;
    width:250px;
    */
    padding:20px 0 0 25px;
}

#editor-header-html{
    float:right;
}
#header-html{
    float:right;
    font-size:1.1em;
    margin:10px 20px 0 0;
    height:162px;
}
#header-html p{
    margin-bottom:10px;
}

#menu {
    text-align:center;
}
.oMenu{
    
}
.sMenu-style{
    
}
.sMenu-hover{
    
}
.sMenu-itemstyle{
    padding:9px 10px 0 10px;
}
.sMenu-selectedstyle{
    
}

.dMenu-style{
    z-index:1;
}
.dMenu-hover{
    /*background-color:#1B10BB;*/
}
.dMenu-itemstyle{
    background-color:#1B10BB;
    width:200px;
    text-align:left;
    padding:10px;
    height:30px;
    border-bottom:solid 2px #120B80;
}
.dMenu-selectedstyle{

}

#content{
    min-height:280px;
    padding:20px;
    font-size:1.1em;
}
#content a:hover,
#toolbar a:hover {
    color:Black;
}
#content h1{
    font-size:1.2em;
    margin:0;
    padding:0;
    color:#1C13A9;
}
#content h2{
    font-size:1.1em;
    margin:20px 0 0 0;
    padding:0;
    color:#1C13A9;
}
#content h3{
    font-size:1.0em;
    margin:20px 0 0 0;
    padding:0;
    color:#1C13A9;
}
#content h4{
    font-size:0.9em;
    margin:20px 0 0 0;
    padding:0;
    color:#1C13A9;
}
#content h5{
    font-size:0.8em;
    margin:20px 0 0 0;
    padding:0;
    color:#1C13A9;
}
#content h6{
    font-size:0.8em;
    margin:0;
    padding:0;
    color:#1C13A9;
}

#content p{
    margin:20px 0 20px 0;
    line-height:25px;
}

#content ul,
#content ol {
    padding-left:25px;
    font-size:.9em;
}
#content ul{
    list-style-type:square;
}

#footer{
    background-image:url("images/footer.jpg");
    background-repeat:no-repeat;
    height:85px;
    margin-left:8px;
}