html {
    background-color: #c6c6c6;
    color: black;
    margin: 0;
    padding: 0
}

body {
    font-size: .8em;
    padding: 2em;
    width: 70em;
    margin: 0 auto;
    font-family: "DejaVu Sans", "Verdana", serif;
    background-color: white;
    background-image: url('./bar.png');
    background-position: top left;
    background-repeat: no-repeat;
}

a img {
    border-style: none;
}

a:link {
    text-decoration: none;
    color: navy;
}

a:visited {
    text-decoration: none;
    color: #5500aa;
}

a:hover {
    text-decoration: underline;
    color: #cc1111;
}

a:active {
    text-decoration: underline;
    color: #cc1111;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: justify;
}

p.special {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
	font-weight: bold;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

h4 {
    font-size: 1em;
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

.clearer {
    clear: both;
    margin-bottom: 2em;
}

#toplogos {
    text-align: center;
}

.logoinfo {
        margin: 2em 0;
	position: relative;
}

.plainbox {
	float: left;
	width: 23em;
	padding: 2em 1em;
}

.nicebox {
	width: 40em;
	margin: 1em 0;
	padding: 1em;
	float: right;
}

.nicebox .textcontent {
	padding: 1em;
	max-height: 30em;
	overflow: auto;
}

.nicebox .imgpack {
        width: 75%;
	margin: auto;
        background-color: white;
        padding: 1em;
        text-align: center;
}

#nicebox1 {
	background-color: #9DA4D0;
}

#nicebox2 {
	background-color: #67BD8E;
}

#nicebox3 {
	background-color: #FB906C;
}

div.strong {
	background-color: white;
	color: red;
	text-align: center;
	padding: .5em;
	margin: .5em 0 .5em 0;
}

.strong p {
	text-align: center;
}

h1#logo {
	text-align: center;
}

table.border {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

table.border td,
table.border th {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: .5em;
}

table .hardwidth {
	width: 10em;
}

.formbox table {
	border: solid 2px black;
	border-collapse: collapse;
}

.formbox table td,
.formbox table th {
	padding: .5em;
	border: solid 1px black;
	vertical-align: center;
}

.formbox table td {
	background-color: silver;
}

.formbox table td {
	background-color: lightgray;
}

.formbox {
	margin-bottom: 2em;
}

.formbox .formsubbox {
	padding-left: 2em;
}

form .longtext {
	width: 20em;
}

form textarea {
	width: 20em;
	height: 5em;
	margin-left: 2em;
}

.red {
	color: red;
	font-size: 1.2em;
	text-align: center;
}

.green {
	color: green;
	font-size: 1.2em;
	text-align: center;
}

#foot {
        clear: both;
	margin-top: 3em;
	text-align: center;
}

#foot .imgpack {
	margin-top: 2em;
}


