	
body {
background-color: silver;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}



a:link {color: #254117 ; text-decoration: underline; }
a:active {color: #827839 ; text-decoration: underline; }
a:visited {color: #254117 ; text-decoration: underline; }
a:hover {color: firebrick; text-decoration: none; }


div#wrapper {
width: 100%;
background-color: dimgrey;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #000000;
}
div#head {
background-color: black;
padding: 3px;
margin: 0px;
text-align: left;
font-color: white;
}
div#lnav {
background-color: #808080;
width: 20%;
margin-top: 1px;
float: left;
}

div#lnav2 {
background-color: #808080;
width: 55%;
padding: 10px;
margin-top: 1px;
float: left;
text-align: center;
font-size:14px;
}

div#rnav {
background-color: #E0E0E0;
border-left: thin solid firebrick;
border-bottom: thin solid firebrick;
width: 20%;
padding: 10px;
margin-top: 1px;
float: right;
}
div#main {
background-color: white;
margin-left: 20%;
margin-right: 20%;
margin-top: 1px;
padding: 65px;
}




div#foot {
background-color: darkseagreen;
padding: 15px;
margin: 0px;
border-top: thin solid grey;
clear: left;
text-align: center;
}