html, body { background-color:#fff; font-weight:normal; font-family:sans-serif; font-size:100%; height:100%; margin:0; padding:0;}
body {
    min-width:720px;
}
#logo_left {
    float:left;
    width:223px;
    height:91px;
    background-image: url("LOGO_DAV-RV_left.jpg");
    background-repeat: no-repeat;
}
#logo_right {
    float:right;
    width:376px;
    height:91px;
    background-image: url("LOGO_DAV-RV_right.jpg");
    background-repeat: no-repeat;
}
#logo_middle {
    background-image: url("LOGO_DAV-RV_mid.jpg");
    background-repeat: repeat-x;
    min-width:120px;
    height:91px;
}
#head_left{
    float:left;
    width:223px;
    height:30px;
    padding:10px;
    padding-left:98px;
    font-weight:bold;
    font-size:150%;
    color:#58AB27;
}
#head_right{
    height:25px;
    padding:15px;
    padding-right:85px;
    font-weight:bold;
    font-size:120%;
    text-align:right;
}
a.head:link, a.head:visited {text-decoration: none; color:#58AB27;}
a.head:hover, a.head:focus{text-decoration: underline; color:#58AB27;}
#content{
    padding-left:98px;
    padding-right:98px;
}
textarea
{
    font-family: inherit;
}

form {
    border: 1px solid black;
    width: 100%;
    background-color: whitesmoke;
    margin: 0 auto;
    padding: 0 1em;
}

form label {
    display: block;
    font-size: 0.8em;
    color: darkslategrey;
    padding-left: 3px;    
}

input,
textarea
{
    width=100%;
    font-size: 1em;
    border:1px solid gray;
    outline: none;
}    

input:focus,
textarea:focus { 
    border:1px solid orange;
}

input[type=submit] {
    background-color: #cdd7df;
    cursor: pointer;
    width: 10em;
    padding: .3em 0;
}

input[type=submit]:hover {
    background-color: yellow;
    box-shadow: 2px 2px 2px grey;
}

table{
	border: 1px solid black;
}
tr {
	background-color:#58AB27;
}
td {
	border: 1px dotted blue;
	background-color:whitesmoke;
}