body {
background: url('images/back.gif') repeat-y;; margin-left:0; margin-right:50px; margin-top:0; margin-bottom:0

}

a.nav { font-size: 8pt; color: #FFFFFF }
p, ul, li, ol, td { font-family: verdana, arial, helvetica; font-size: 10pt }
p.small      { font-size: 8pt; color: #FFFFFF; margin-left: 5pt; margin-right: 5pt }
h1 { font-family: 'Times New Roman', Times, serif; font-size: 18pt; color:#366885; font-weight: normal; padding-top: 10px;}
h2  { font-family: arial, helvetica; font-size: 12pt; color: #366885; font-weight: bold }
p.squish     { text-indent: 10pt; margin-top: 0; margin-bottom: 0 }
a            { color: #366885 }
.little {font-size: 11px}

#navcontainer {
background: url('images/spine.gif') no-repeat;
 width: 150px;
 height: 550px
 }

#navcontainer ul {
 width: 150px;
 margin: 1em 0 0 0; padding: 0;
list-style-type: none;
}
#navcontainer a {
display: block;
padding: 5px;
margin: 5px 0;
width: 150px;
background-color: transparent;
font-weight:bold;
outline:none;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #fff;
text-decoration: none;
outline:none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
outline:none;
}