div.navigation
{
width:197px;
height:100%;
background-color:white;
float:left;
}

h1.header
{
text-align:center;
color:rgb(17,50,91);
}

div.main
{
width:auto;
height:100%;
background-color:white;
position:220px;
}
p
{
font-size:20px;
text-align:center;
}
a.navigation{
color: white;
text-decoration:none;
}
a.current{
color: cyan;
text-decoration:none;
}

li.navbutton
{
border-left:12px solid rgb(17,50,91);
background-color: rgb(15,88,157);
text-align:left;
padding: 1px;
font-family:sans-serif;
border-bottom:1px solid white;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
}
img.navigation
{
border-width: 0px;
}
