body, html {margin: 0; padding: 0; overflow: auto; height: 100%; min-height: 100%;}

#header {
    margin: 0; padding: 0;
    display: block;
    width: 100%; height: 79px;
    background: #fdf0dc url('../img/header_bg.gif') repeat-x scroll top left;
}
#header h1, #header h2 {
    text-indent: -9999px;
    margin: 0; padding: 0;
}

#header h1 a {
    display: block; float: left;
    margin: 0; padding: 0;
    width: 435px; height: 79px;
    background: #FFF url('../img/header_logo.gif') no-repeat scroll top left;
    border: 0;
}

#header h2 a {
    display: block; float: right;
    margin: 0 5px 0 0; padding: 0;
    width: 76px; height: 79px;
    background: #FFF url('../img/news.gif') no-repeat scroll top left;
    border: 0;
}

#footer {
	 clear: both;
    margin: 20px 0 0 0; padding: 0;
    display: block;
    width: 100%; height: 35px;
    background: #fdf0dc url('../img/footer_bg.gif') repeat-x scroll top left;
}

#footer p {font-size: 0.8em; line-height: 17px; text-align: right; margin: 0;}
#footer p, #footer p a {text-decoration: none; color: #C90; border: 0;}
h2 {color: #C90;}
h3 {color: #C90; padding: 0; margin: 0.2em 0 0.2em 0}
h4 {color: #C90; padding: 0; margin: 0.2em 0 0.2em 0}
h2.right {text-align: right;}
p {margin: 1em 0 1em 0; text-align: justify;}
a {color: #960; text-decoration: none; border-bottom: 1px dashed #960;}
#content h2 {border-bottom: 1px solid #960}
a:hover {color: #960; border-bottom: 1px solid #960;}

.regLink {font-size: 2em; text-align: center;}
.regLink a {color: #C90; border: 1px dotted #C90; background: #FFC; text-decoration: none; padding: 5px 20px 5px 20px;}
.regLink a:hover { background: #FFF; border: 1px solid #C90;}

.vcard {display: block; width: 200px; margin: auto; padding: 20px; border: 1px solid #C90; background: #FFC;}
form fieldset {margin: 10px 0 10px 0; border: 1px solid #AAA;}
form fieldset legend {padding: 0 5px 0 5px; font-size: 14pt; color: #AAA;}
form fieldset:hover {border: 1px solid #333;}
form fieldset:hover legend {color: #333;}
form fieldset.left {width: 230px; float: left;}
form fieldset.right {width: 230px; float: right;}
form br {clear: both;}
form p.help {font-weight: normal;}
form div.submit {margin: 0; padding: 0; text-align: center; clear: both;}
form div.checkboxMultiple {
    display: block; width: 200px; height: 100px; overflow: auto; border: 1px solid #C0C0C0;
    clear: both; margin: 0;
    font-size: 14px;
    font-family: inherit;
}
form select{clear: left;}
form div.checkboxMultiple input{}
.smallNews {border-bottom: 1px dashed #960;}
.form_error_message {color: #E00;}