body {
        background-image: url(../images/sunrise.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin: 0px;
        padding: 0px;
     font-family: arial, helvetica, sans-serif;
}
a {
     color: #AA5631;
     font-weight: bold;
}
a:visited {
     color: #AA5631;
     text-decoration: none;
}

#content {
        background: url(../images/white.png) !important;
        background: url(../images/white.gif);
        margin: 0px 8% 0px 250px;
        padding: .5em;
}

#nav ul, #policy ul,  {
     padding-left: 0;
     margin-top: 0;
     margin-left: 0;
     background-color: #f93;
     color: White;
     float: left;
     width: 100% !important;
     
}

#nav ul li, #policy ul li { 
     display: inline; 
}


#nav ul li a, #policy ul li a {
     padding: 0.2em .4em;
     background-color: #f93;
     color: White;
     text-decoration: none;
     float: left;
     border-right: 1px solid #fff;
     font-size: 80%;
     font-weight: regular;
}

#nav ul li a:hover, #policy ul li a:hover
{
     background-color: #fa3;
     color: #fff;
     font-weight: regular;
}
div#copyright {
     background-color: #f93;
     color: White;
     text-align: right;
     font-size: 75%;
     font-weight: regular;
     width: 100%;
     margin-bottom: 1em;
     clear: both;
}

div#copyright a {
     background-color: #f93;
     color: White;
     text-decoration: none;
}

h1, h2, h3 {
        text-align: right;
        width: 100%;
        font-family: Georgia, times, serif;
        color: #AA5631;
}

p.rtt {
     text-align: center;
     font-size: 80%;
     font-weight: normal;
}

dt {
        font-weight: bold;
}

dd {
        margin-bottom: 1em;
}

a, li a {
     text-decoration: none;
}

a:hover, li a:hover {
     text-decoration: underline;
}

blockquote {
      width: 200px; 
      border: 1px white solid; 
      padding: .5em; 
      background:#fa3; 
      color: white; 
      float: right; 
      margin: 1em;
}
fieldset {
        text-align: right; 
        border: 1px solid black; 
        padding: 1em;
}
legend {
        font-weight: bold;
        padding: 3px;
}
.print_only {
        display: none;
        visibility: hidden;
}
.policy {
     text-align: center;
     width: 100%;
     font-size: 75%;
}
.small {
     font-size: 70%;
}
.bytown {
     font-size: 80%;
     text-align: right;
     background: white;
     color: black;
     width: 43%; 
     float: right;
     padding: .5em;
     border: 1px black solid;
}
.hidden {
        visibility: hidden;
}