body, html, td, th, p {
    font-family: arial, "Tahoma", sans-serif;
    font-size: 11px;
    line-height: 16px;
}

html {
	height: 100%;
}

body {
    background: #E7E7DF url(../images/body_bg.jpg) repeat-x;
    padding: 20px;
    margin: 0;
	height: 100%;
}

table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}

td {
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}

h1 {
    font-size: 24px;
    font-family: 'Trebuchet MS', arial;
    color: #509E2F;
    font-weight: normal;
}

h2 {
    font-size: 15px;
    color: #0097BA;
    white-space: nowrap;
    margin-top: 0;
    margin-right: 10px;
}

h3 {
    color: #3c9e37;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

a {
    color: #0097BA;
}

a:hover {
    color: #0097BA;
}

* > ul {
    padding-left: 5px;
    margin-left: 0;
}

ul {
    margin-left: 10px;
}

li {
    margin-bottom: 10px;
}

ul.child{
    margin-bottom: 2px;
}
#hxg-logo {
     height: 60px;
    left: 20px;
}
#head {
    position: absolute;
    top: 0;
    width: 1035px;
}
#container {
    width: 1015px;
    margin-left: 20px;
    padding: 3px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #c4c4bb;
}

#contentLeft {
    display: block;
    float: left;
    width: 640px;
    margin-left: 30px;
    margin-top: 30px;
}

#contentFull {
    display: block;
    float: left;
    width: 98%;
    margin-left: 10px;
    margin-top: 10px;
}

#contentRight {
    display: block;
    margin-left: 700px;
    width: 300px;
    margin-top: 30px;
}

#infoBox {
    background-color: #0097BA;
    color: #FFF;
    width: 300px;
    margin-bottom: 20px;
    padding: 20px 0 20px 0;
}

.content {
    margin: 0 20px 0 20px;
}

#infoBox h2 {
    color: #FFF;
}

#infoBox a, #infoBox a:visited, #infoBox a:hover {
    color: #FFF;
}

#infoBox .alert {
    color: red;
}

.documentbox {
    border: 1px solid #c4c4bb;
    background-color: #f6f6f0;
    padding: 20px 0 20px 0;
}

.documentbox li {
    list-style-image: url(../images/pdf.png);
    margin-bottom: 20px;
    margin-left: 10px;
}

.documentbox li a {
    position: relative;
    top: -10px;
    left: 10px;
    color: #166CA1;
    text-decoration: none;
    font-weight: bold;
}

.documentbox li a:hover {
    color: #55BBCC;
    text-decoration: underline;
}

#footer {
    margin-left: 20px;
    font-size: 8px;
    color: #333333;
}



#footer a {
    color: #333333;
    text-decoration: none;
}

