@charset "UTF-8";
body {
text-align:center;
margin-left:auto;
margin-right: auto;
width:100%;
}
h1 a {color:#707070;text-decoration:none;}
a {
color: #a44848;
text-decoration: underline;
}
.body {
padding-top:30px;
}
#header h1#logo {
        margin: 0; padding: 0;
        font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
		font-weight:bold;
        letter-spacing: -2px;
        color: #5f6062;
        text-decoration: none;
        /* change the values of top and Left to adjust the position of the logo*/
}
#header h2#slogan {
        position: relative;
        margin: 0; padding: 0;
        font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
        text-transform: none;
        color: #555;
        /* change the values of top and Left to adjust the position of the slogan*/
        top: -15px; left:85px;
}
.orange { color: #00763d; }

.footer{
padding-top:30px;
}
