body {
    background-color: #eeeeee;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.nav a:visited, .nav a:active, .nav a:focus, .nav a:link {
    text-decoration: none;
    color: #436976;
    background-color: inherit;
}

.site {
    margin: 4% auto;
    height: 420px;
    width: 640px;
    font-size: inherit;
}

.center {
    height: 320px;
    width: 100%;
    background-color: #ffffff;
    color: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    font-size: inherit;
}

.nav {
    height: 100%;
    float: left;
    width: 30%;
    background-color: #ffffff;
    color: inherit;
    padding: 0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
}

.nav ul {
    padding-top: 60px;
}

.content {
    padding: 0 3px 0 3px;
    height: 100%;
    float: right;
    width: 65%;
    background-color: #ffffff;
    color: inherit;
    font-size: inherit;
}

.nav li{
    list-style: none;
    font-family: "monospace thin", sans-serif;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.title {
    text-align: right;
    font-size: 18px;
    border-bottom: 1px solid #808080;
    padding-right: 15px;
    font-weight: normal;
}

.text {
    font-size: 11px;
    padding: 10px 0 0 5px;
}

.footer {
    margin: 0 auto;
    width: 640px;
    height: 20px;
    text-align: right;
    padding-top: 5px;
    border: none;
}
.footer img {
    opacity: 0.5;
}

.footer img:hover {
    opacity: 1;
}

.row {
    width: 100%;
    height: 27px;
}

.leftcell {
    text-align: right;
    width: 20%;
    float: left;
}

.rightcell {
    float: right;
    text-align: left;
    width: 78%;
}

.rightcell .controls {
    padding-top: 5px;
}

.controls input {
    width: auto;
    height: auto;
}

fieldset {
    margin: 0;
    padding: 3px 0 0 0;
    border: none;
}

input {
    width: 200px;
    border: solid 1px #cccccc;
}

textarea {
    border: solid 1px #cccccc;
}

.rowinfo {
    width: 100%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: smaller;
    color: green;
    background-color: inherit;
}

.wrong {
    color: red;
    background-color: inherit;
}

.required {
    color: red;
    background-color: inherit;
    float: left;
    width: 5px;
    font-size: smaller;
}

a.helplink {
    background-color: inherit;
    text-decoration: none;
    font-size: 10px;
    color: blue;
}

a {
    background-color: inherit;
    text-decoration: none;
    color: blue;
}

a:visited {
    background-color: inherit;
    color: blue;
}

.footer img {
    border: none;
}

div.portrait {
    text-align: center;
}

div.portrait img {
    border: solid;
    border-width: 1px;
    border-color: black;

}

.flags {
    text-align: right;
}

img {
    border: none;
}