body {
    margin: 0px;
    padding: 0px;
    overflow: -moz-scrollbars-vertical;
    background-color: #E3E3D9;
    background-image: url(../images/nsarp_bg.jpg);
    background-repeat: repeat-x;
}
#container {
    width: 756px;
    margin: 10px auto;
    padding: 0px;
}
img#header {
    border: 2px solid #FFAE3B;
    margin: 0px 0px 1em 0px;
}
#nav {
    float: left;
    width: 180px;
    border: 2px solid #FFAE3B;
    background: #FCF2DE;
}
#content {
    padding: 0px;
    margin: 0px 0px 0px 205px;
    background: url(null) fixed no-repeat;
}
#text {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: .8em;
    background: #FEEABF;
    border: 2px solid #FFAE3B;
}
.post, .navitems {
    width: 90%;
    margin: 5px auto;
    padding: 5px 5px 10px 5px;
    border-bottom: 3px double #A4A6B7;
    background: url(null) fixed no-repeat;
}
.last {
    border-bottom: none;
}
thead {
    font-weight: bold;
}
.toprow {
    border-bottom: 3px double #A4A6B7;
}
ul {
    margin: 0px;
    padding-left: 0.95em;
}
.navitems li {
    margin-left: 1em;
}
a {
    text-decoration: none;
}
a:hover {
    background-color:#EFEFEF;
}

.post ul {
    margin-left: 1em;
}
h3 {
    font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.2em;
    margin: 2px 2px 12px 2px;
    padding: 0px;
}
h4 {
    font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.2em;
    margin: 2px;
    padding: 0px;
    border-bottom: 1px solid #A4A6B7;
}
.here {
    font-style: italic !important;
    font-weight: bold;
    margin-left: 0em !important;
    list-style: none;
}
#footer {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px 2px 1px 2px;
    background-color: #FEEABF;
    border: 2px solid #FFAE3B;
}
.ff {
    float: left;
    text-align: left;
}
.date {
    float: left;
    width: 70%;
    text-align: center;
}
.email {
    float: right;
    text-align: right;
}
.event {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 20px;
    background: #CFCFCF;
    text-decoration: none;
}
.etitle {
    font-weight: bold;
    text-align: right;
}
.linklist {
    width: 90%;
    border-collapse: collapse;
}
.even {
    background: #FCF2DE;
}
.odd {
    background: #EBE1CD;
}
.linklink,.linkname {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px;
}
.linkname {
    font-weight: bold;
}
