@charset "utf-8";
/* CSS Document */

/*Document Structure */
body {
	background:#FFF;
	color:#000;
	font: 100% Arial,FreeSans,sans-serif;
}

#header {
               border-bottom-style: solid;
                border-bottom-width: 2px;

	background: #EDE8E4;
	width: 98%;
	padding: 0em 1%;
}

#bannerlogo {
	border: 0 none;
	width: 40%;
}

#content {
	width: 98%;
	padding: 0 1%;
}

#footer {
    background: #FFF;
    border-top: 2px dotted gray;
	width: 94%;
	padding: 1em 3%;
}

/* Headings Styles */
h1, h2, h3, h4, h5, h6 {
    color: Black;
    font-family: "Helvetica Neue",Arial,FreeSans,sans-serif;
    font-weight: bold;
    line-height: 1.5em;
}
h1, h2 {
    letter-spacing: -0.05em;
}
h1 {
    font-size: 1.5em;
	margin-top: 0em;
}
h2 {
   	background: #526b87;
    border-bottom: 1px solid #364951;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 1em;
    padding-left: 0.5em;
}
h3 {
/*    background: #e5e6d9; 
    border-bottom: 2px solid #839ba5; */
    font-weight: bold;
    margin-right: 1.7em;
    padding-left: 0.5em;
}

#indexfooter {
	background: #EFE8D4;
                border-top-style: solid;
                border-top-width: 3px;
                height: 40px;
                padding: 20px 20px 20px 10px;
                clear: both;
                margin: 10em 0 0 0;
                text-align: left;
                font-size: .85em;
                color: #666;
        }

       #footerDiv {
                border-top-style: solid;
                border-top-width: 2px;
                height: 40px;
                padding: 20px 20px 20px 10px;
        }



/* Special Classes */
.doctypegif {
	width: 13px;
	height: 13px;
	border: none;
}

.antispam {
	 display:none;
}

.surname {
	 display:none;
}
