body {
margin:0;
font:0.8em black Arial, Verdana, Helvetica, sans-serif;
text-align:center;
}

body:hover {
background-color:#FFFFFF;
}

h1#header {
font-size:2.2em;
color:#CC4F33;
text-align:left;
padding-left:100px;
margin:0 0 30px 0;
}

h2 {
font-size:1.5em;
}

span#tagline {
font-size:.5em;
}

div.menu ul {
text-align:left;
margin:0 0 0 60px;
padding:0;
}

div.menu ul li {
display:inline;
list-style:none;
margin:0 0.3em;
}

div.menu ul li a {
position:relative;
z-index:0;
font-weight:bold;
border:solid 2px #806C40;
border-bottom-width:0;
padding:0.3em;
background-color:#E6C373;
color:black;
text-decoration:none;
}

div.menu ul li a.current {
background-color:#E6DFCF;
border:solid 2px #406480;
border-bottom-width:0;
position:relative;z-index:2;
}

div.menu ul li a.current:hover {
background-color:#E6DFCF;
}

div.menu ul li a:hover {
z-index:2;
background-color:#E6DFCF;
border-bottom:0;
}

div.menu a span {display:none;}

div.menu a:hover span {
display:block;
position:absolute;
top:2.3em;
background-color:#E6DFCF;
border-bottom:dotted 1px gray;
border-top:dotted 1px gray;
font-weight:normal;
left:0;
padding:1px 2px;
}

div.main {
background:url('background.jpg') no-repeat 0 0;
padding:20px 0;
margin:auto;
width:750px;
}

div.content {
text-align:left;
position:relative;z-index:1;
background-color:#E6DFCF;
padding:1em;
border:dashed 2px #406480;
margin-top:0.15em;
}

address {
margin-top:20px;
}

.noborder {
border:0;
}

dt {
font-weight:bold;
}

abbr,acronym {
border-bottom:dotted 1px gray;
}

blockquote {
padding:0.5em;
font-style:italic;
border-bottom:dotted 1px gray;
border-top:dotted 1px gray;
}

q {
font-style:italic;
}