ul
{
padding:0;
margin:0;
list-style-type:none;
height:100%;
width:100%;
}

a.sidebar
{
display:block;
width:100%;
text-decoration:none;
color:white;
background-color:darkblue;
padding-top:3px;
padding-bottom:3px;
border-bottom:1px solid white;
border-top:1px solid white;
font-family:tahoma, arial;
font-size:18;
}

a.sidebar2
{
display:block;
width:100%;
text-decoration:none;
color:white;
background-color:darkblue;
padding-top:3px;
padding-bottom:3px;
border-bottom:2px solid white;
border-top:1px solid white;
font-family:tahoma, arial;
font-size:18;
}

a
{
text-decoration:none;
color:black;
}

div.container
{
height:600px;
width:200px;
padding:0px;
background:darkblue;
}

body
{
height:100%;
width:100%;
}

img
{
padding-bottom:1px;
margin:0px;
}

img.pinnacle
{
float:right;
margin:10px 0px 10px 0px;
}

a.sidebar:hover 
{
background-color:#ffffff;
color:darkblue;
border:1px solid darkblue;
font-weight:bold;
}

a.sidebar2:hover 
{
background-color:#ffffff;
color:darkblue;
border:1px solid darkblue;
font-weight:bold;
}

a:hover
{
color:blue;
}

h1
{
font-family:tahoma, arial;
font-size:18;
color:black;
font-weight:bold;
position:relative;
}

p
{
font-family:tahoma, arial;
font-size:16;
color:darkblue;
padding:0;
margin-bottom:5px;
margin-top:0px;
}

p.nopad
{
margin-bottom:0px;
margin-top:0px;
}

p.title
{
font-size:18;
color:black;
padding:0;
margin-bottom:5px;
margin-top:0px;
}

p.underline
{
font-size:20;
color:darkblue;
text-decoration:underline;
font-weight:bold;
margin-bottom:15px;
margin-top:0px;
}

pre
{
font-family:tahoma, arial;
font-size:16;
color:darkblue;
padding:0;
margin-bottom:5px;
margin-top:0px;
}

pre.spaced
{
line-height:30px;
color:black;
}

div.body
{
position: absolute;
top: 130px;
left: 255px;
width:70%;
}