* { margin: 0; padding: 0; }
body {
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
color:#333;
}
#container {
}
#header {
display:inline;
}
.header {
font-size:25pt;
color:#3B6EA5;
text-decoration:none;
letter-spacing:-0.5;
}
#menu {
padding:5px 0px;
background:#e3e3e3;
font-size:18pt;
}
#menu ul {
margin-left: 0;
padding-left: 0;
margin-top:0;
white-space: nowrap;
list-style:none;
}
#menu ul li {
display:inline;
}
#menu a { padding: 3px 12px; }

#menu a:link, #menu a:visited
{
color: #fff;
background-color: #3B6EA5;
text-decoration: none;
}

#menu a:hover
{
color: #000000;
background-color: #369;
text-decoration: none;
}
#form {

}
#footer {
color:#333;
background:#e3e3e3;
}
input,select,textarea {
width:95%;
height:30px;
background:#ffffff;
border:1px solid #000000;
font-size:16pt;
margin:5px 5px;
}
.chkbox {
height:30px;
width:30px;
}
.button {
width:100px; height:30px; 
color:#fff;
background:#3B6EA5;
border:0;
font-size:1.3em;
 -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
    border-radius:1ex;

}
