
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #000000;
    background: #152130;
}

p {
    font-size: 13px;
    text-align: justify;
    color: #000000;
    padding: .5em 1.5em;
    line-height: 1.4em;
}    
    
h1 {
    font-size: 18px;
    color: #977044;
    padding: .5em 1.5em;
}

a {
    color: #977044;
    text-decoration: none;
}

a:hover {
    color: #977044;
    text-decoration: underline;
}

div#menu a {
    color: #eee887;
    text-decoration: none;
}

div#menu a:hover {
    color: #eee887;
    text-decoration: underline;
}


div#envelope {
    width: 1000px;
    border: 1px solid white;
    background: #FFFFFF;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

div#header {
    width: 1000px;
    font-size: 4px;
    color: #eeeeee;
    padding: 10px 0;
    clear: right;
    background: url(../images/default/header_bg.png) repeat-x scroll top #2184b5;
    text-align: center;
}

div#header img {
    margin: 0;
    padding: 0;
    border: 0;
}

div#container {
    width: 1000px;
    display: block;
    background: inherit;
    text-align: center;
}

div#menu {
    float: left;
    padding: 1em 0;
    background: inherit;
}

div#content {
    float: left;
    width: 764px;
    border-top: 2px, solid, #ffffff;
    padding: 1em 18px 4em 18px;
    background: inherit;
}

div#content p {
    clear: left;
    text-size: 13px;
    margin: 1.5em 0 0 0;
    padding: 0;
}

div#content p.archive {
    margin: .5em 0 0 3em;
}

div#content p.updated {
    clear: right;
    font-size: 11px;
    text-align: right;
    margin: 5em 0 0 3em;
}

div#content p.teaser{
    font-weight: bold;
}

div#content h2{
    font-size: 20px;
    text-align: center;
    margin: 14px 0 0 0;
    border-bottom: solid 1px #263140;
}


div#content p.img {
    clear: left;
    clear: right;
}
    
div#content img.right {
    clear: left;
    float: right;
    margin: 0 0 1em 1em;
    border: 1px solid #000;
}
		    
div#content img.center {
    clear: left;
    clear: right;
    margin: 1.5em auto;
    display: block;
    border: 1px solid #000;
}

div#content h3 {
    clear: left;
    font-size: 15px;
    text-align: left;
    margin: 2em 0 0 0;
    text-decoration: underline;
}

div#content h3.archive {
    clear: left;
    font-size: 15px;
    text-align: left;
    margin: 2em 0 0 0;
    text-decoration: none;
}

div#content table.standard {
    clear: left;
    align: left;
    text-size: 13px;
    border: solid 1px #263140;
    margin: 1.5em auto 1.5em auto;
    border-collapse: collapse;
}

div#content table.standard th {
    text-weight: bold;
    text-align: center;
    border-bottom: solid 1px #263140;
    border-top: solid 1px #263140;
    padding: 5px .5em;
    background: #8C9FBA;
}

div#content table.standard td {
    text-align: left;
    padding: 5px .5em;
    background: #ACB9CD;
}

div#content hr.attachments {
    clear: left;
    clear: right;
    border-bottom: 1px solid #263140;
    margin: .5em 0 0 0;
}

div#content table.attachments {
    clear: left;
    float: left;
    text-size: 13px;
    border: 0;
    margin: .5em 0;
    border-collapse: collapse;
}

div#content table.attachments th {
    font-size: 15px;
    text-weight: bold;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
    background: #fff;
}

div#content table.attachments td.icon {
    text-align: right;
    padding: 5px 0;
    background: #fff;
}

div#content table.attachments td.text {
    text-align: left;
    padding: 5px .5em 5px 0;
    background: #fff;
}

div#content table.attachments td img {
    padding: 0;
    margin: 0 .5em 0 0;
}
    
div#footer {
    width: 1000px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    clear: left;
    background: #2184b5;
    display: block;
    padding: 1em 0;
    background: url(../images/default/header_bg.png) repeat-x scroll top #2184b5;
}

div#menu ul {
    list-style: none;
    width: 170px;
    background: #263140;
    padding: 1em 10px;
    margin: 0 0 1em 10px;
}

div#menu ul li.header {
    font-size: 14px;
    list-style: none;
    text-align: center;
    color: #8e8ea9;
    font-weight: bold;
    border-bottom: 1px solid #3c4654;
    margin: 0 0 .5em 0;
    padding: 0 0 10px 0;
}

div#menu ul li.one {
    font-size: 13px;
    line-height: 1.5;
    color: #eee887;
    list-style: none;
    text-align: left;
}

div#menu img#logo {
    width: 190px;
    padding: 0;
    margin: 0 0 0 10px;
    border: 0;
}