﻿body {
    background: #173b5d url('../images/bg.png') repeat-x;
    font-family: Tahoma;
    font-size: 11pt;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {
    height: 161px;
    background: url('../images/header.png') no-repeat;
}

#menu {
    background: #EFEFEF;
    border-bottom: 1px solid #c0c0c0;
}

#menu a {
    float: left;
    padding: 10px 20px 11px 20px;
    color: #004B8F;
    text-decoration: none;
}
#menu a:hover {   
    color: #eeeeee;
    background: #d9561e;
}

#main {
    min-height: 400px;
    overflow: visible;
    background: #FFFFFF;
    font-size: 10pt;
    padding: 20px 15px 30px 15px;
}

#main h1 {
    font-size: 18pt;
    margin-bottom: 20px;
    color: #d9561e;
}

#main h2 {
    font-size: 14pt;
    margin-bottom: 10px;
    color: #173B5D;
}

#main p {
    margin-bottom: 15px;
    line-height: 1.5em;
}

#footer {
    height: 10px;
    background: url('../images/footer.png') no-repeat;
    text-align: center;
    padding-top: 15px;
    color: #cccccc;
    font-size: 10pt;
}

#footer a {
    color: #dddddd;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#menu a.right {
    float: right;
}
.spacer {
    margin-top: 15px;
}
.honeypot {
    display: none;
}
.error {
    color: Red;
}