@import url('/assets/css/reset.css');

em, i{
    font-style: italic;
}

strong{
    font-weight: bold;
}

a{
    text-decoration: none;
}

a:link{
    color: SteelBlue;
}

a:visited{
    color: DarkSlateBlue;
}

a:hover, a:focus{
    text-decoration: underline;
    color: LightSlateBlue
}

a:active{
    color: Black
}

.center{
    text-align: center;
}

h1{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding: 5px 0px;
}

h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 0px;
}

h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    padding: 5px 0px;
}

p{
    margin: 0;
    padding: 5px 0px;
    text-align: justify;
}

ul{
    margin-left: 0;
    padding-left: 0.2em;
    list-style-type: circle;
    list-style-position: inside;
    list-style-image: none;
}

ul li{
    padding-left: 0.8em;
}


ul.plain{
    list-style: none;
}

ul.plain li{
    list-style: none;
}


body{
    width: 954px;
    height: auto;
    padding: 3px;
    border: 3px solid grey;
    margin: 3px auto;
    float: none;
    overflow: overlay;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

nav{
    width: 683px;
    height: auto;
    padding: 3px 9px 3px 0px;
    border: 0 none;
    margin: 3px 9px 3px 0px;
    float: right;
    overflow: overlay;
    text-align: center;
}

nav ul{
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline;
    list-style: none;
    margin: 0 5px 0;
    padding: 0;
}

#pagecontent{
    width: 683px;
    height: auto;
    padding: 3px 9px 3px 0;
    border: 0px none;
    margin: 3px 9px 3px 0;
    float: right;
    overflow: overlay;
    text-align: left;
}

#pageimage{
    width: 245px;
    height: auto;
    padding: 3px 0 3px 3px;
    border: 0px none;
    margin: 3px 0 3px 3px;
    float: left;
    overflow: overlay;
    text-align: center;
}

footer{
    width: 940px;
    height: auto;
    padding: 3px;
    border: 0 none;
    margin: 3px;
    clear: both;
    overflow: overlay;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;    
}
