body {width: 100%; line-height: 1.5;
background: url(img/sidebar_zig_zag.gif) repeat-y;
font-family: Helvetica, Arial, sans-serif;
}

#nav{
background: url(img/nav.gif) bottom left repeat-y;
height: 100%;
font-family: Arial;
font-weight: bold;
font-size: 14px;
max-width: 190px;}

ul {
list-style: none;
}

#nav ul {
	list-style: none;
	position: absolute;
left: -2.9em;
top: 0;}
#nav li {
padding-bottom: 15px;
}

#nav li a {
text-decoration: none;
display: block;
padding: 5px 5px 5px 5px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #957759;
border-bottom: 1px solid #957759;
background-color: #ffcc99;
color: #853300;
text-decoration: none;
width: 130px;
text-align: center;
}

#nav li a:hover {
background: #fffffc;
}

#nav li a.selected {
text-decoration: none;
display: block;
padding: 5px 5px 5px 5px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #957759;
border-bottom: 1px solid #957759;
background-color: #fffffc;
color: #853300;
text-decoration: underline;
width: 130px;
text-align: center;
}

#body {
  position: relative;
left: 190px;
top: -.5em;
width:450px;
font-size: 12pt;
font-weight: bold;
}

#copyright {
font-size: 8pt;
}

#neclinks {
font-size: 8pt;
color: #333;
float: right;
margin-right: 20px;
margin-top: -2em;
}
/*from cleaned site*/
:link { color: #3333CC }
:visited { color: #6633CC }

.red {
color: #FF0033;
font-weight: bold;
}

.reditalic {
color: #A50021; font-style: italic; font-weight: bold;
}

h1 {
font-size: 18pt;
color: #A50021; font-weight: bold; text-transform: uppercase;
}

h2 {
font-size: 14pt;
color: #A50021; font-weight: bold; text-transform: uppercase;
}

.guestid {
font-size: 10pt;
font-weight: normal;
margin-left: 20em;
margin-top: -1em;
padding-bottom: 2em;

}