body

{
background: #cedeeb url('./graphics/background2.jpg') no-repeat center scroll;
background-position:center top;
}

div#wrap {
width: 700px;
height: 100px;
margin: 0 auto;
padding-right: 0;
text-align: center;
}

div#logo {
margin: 85 auto 55 auto;
padding-left: 0;
}

div#footer {
margin: 100 auto;
border:0px;
text-align: center;
}

div#opaque {
width:450px;
/* height:350px; */
border:0px;
padding-left: 135;
text-align: left;
overflow: auto;
}


div#form {
width:600px;
height:300px;
border:0px;
padding-left: 55;
text-align: left;
overflow: auto;
}


div#invisible {
background-color:#ffffff;
width: 35px;
border:0px;
filter:alpha(opacity=0);
opacity:0.0;
}

body {
	font-family: georgia, times;
	font-size: 12px;
line-height: 130%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

navigation {
	font: 100%;
	font-size: 15px;
	font-family: 'Humanist521Light';
	margin: 0; 
	padding: 0;
}

address {
	font: 100%;
	font-size: 11px;
	font-style: normal;
	font-family: 'Humanist521Light';
	margin: 0;
	padding: 0;
}

current {
	color: #9c0808;
}

h1 {
	font: 100%;
	font-family: 'Humanist521Bold';
	font-size: 20px;
	font-weight: normal;
}

a.navig:link {color: 000000; text-decoration: none}
a.navig:visited {color: 000000; text-decoration: none}
a.navig:hover {color: 9c0808; text-decoration: none}
a.navig:active {color: cc0000; text-decoration: none}

a.nav:link {color: 0000ff; text-decoration: none}
a.news:active {color: 999999; text-decoration: none}
a.news:visited {color: 601a74; text-decoration: none}
a.news:hover {color: b9ae78; text-decoration: none}

a:link {color: 9c0808; text-decoration: none}
a:visited {color: 666666; text-decoration: none}
a:hover {color: 990000; text-decoration: none}
a:active {color: ff0000; text-decoration: none}

p.dark {font-size: 85%; color: FFFFFF}


@font-face {
    font-family: 'Humanist521Light';
    src: url('./fonts/humanist_521_light-webfont.eot');
    src: url('./fonts/humanist_521_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/humanist_521_light-webfont.woff') format('woff'),
         url('./fonts/humanist_521_light-webfont.ttf') format('truetype'),
         url('./fonts/humanist_521_light-webfont.svg#Humanist521Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Humanist521Bold';
    src: url('./fonts/humanist_521_bold-webfont.eot');
    src: url('./fonts/humanist_521_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/humanist_521_bold-webfont.woff') format('woff'),
         url('./fonts/humanist_521_bold-webfont.ttf') format('truetype'),
         url('./fonts/humanist_521_bold-webfont.svg#Humanist521Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Humanist521Roman';
    src: url('./fonts/humanist_521-webfont.eot');
    src: url('./fonts/humanist_521-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/humanist_521-webfont.woff') format('woff'),
         url('./fonts/humanist_521-webfont.ttf') format('truetype'),
         url('./fonts/humanist_521-webfont.svg#Humanist521Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}



