body {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    cursor: default;
    color: #AAAAAA;
    background-color: #CCC;
    line-height: 20px;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

html {
    height: 100%;
    margin-bottom: 10px;
}

#container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFFFFF;
    color: #AAAAAA;
    border: #AAAAAA solid 1px;
}

#header {
    padding-top: 15px;
    padding-left: 100px;
    height: 110px;
    background-image: url( ../images/qlogo1.jpg );
    background-repeat: no-repeat;
}

.spacer {
    width: 100%;
    height: 15px;
}

hr {
    border: 0px;
    color: #CCCCCC;
    background-color: #CDCDCD;
    height: 1px;
    width: 100%;
    text-align: left;
}

h1 {
    font-size: 28px;
    color: #FFBA27;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 20px;
    color: #CCCCCC;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
}

h3 {
    color: #52799D;
    font-size: larger;
    background-color: #F9F9F9;
    border-width: 1px;
    border-color: #AAAAAA;
    border-style: solid;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

#left {
    float: left;
    width: 200px;
}

#leftcontent p {
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

#leftcontent ul {
    list-style: none;
    padding-left: 20px;
    color: #AAAAAA;
}

a {
    text-decoration: none;
}

.menuBlock {
    color: #999999;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #AAAAAA;
    padding: 5px;
}

#leftcontent a:hover {
    text-decoration: underline;
}

#main {
    float: left;
    width: 550px;
    color: #999999;
    background: url( ../designs/cleanlooks/img/background.png );
}

#maincontent p {
    color: #999999;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

#maincontent a:hover {
    text-decoration: underline;
}

#footer {
    clear: both;
    width: 100%;
    font-size: smaller;
    padding-bottom: 10px;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.right {
    margin-right: 5px;
    margin-top: 5px;
    float: right;
}

.left {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    color: #52799D;
}

h1 {
    padding-bottom: 10px;
}
.newsDate {
    font-style:italic;
    font-weight:bold;
    font-size:larger;
    padding-right:10px;
    color: #52799D;
}

.menuBlock a {
    display: block;
}