
body {
 background-color: white;
 padding-left:0px;
 margin: 0px;
 }


/* Page elements */



#navbar{ /* could use position:fixed to not move on screen */
 float:left;
 width:160px;
 height:700px;
 text-align:left;
 background-image:url(images/grid.png);
 background-repeat:repeat;
 border-right: lightblue 1px solid;
  }


#content {
 position: absolute;
 left:162px;
 background:white;
 color: #333333;
 text-align:left;
 }


/* Nagivation bullet points */
ul.navigation{
 font-size: 10pt;
 font-family: sans-serif;
 text-indent: 0px;
  line-height: 2em;
 color: black;
 font-weight: bold;
}

.nav a:link {text-decoration:none; color: #000099}
.nav a:visited {text-decoration:none;  color: #000099}
.nav a:active{text-decoration:none; color: #207822}
.nav a:hover {text-decoration:none; color: #207822}

ul.subnavigation{
 font-size: 9pt;
 font-family: helvetica;
 text-indent: 0px;
 line-height: 1.4em;
 color: black;
 font-weight: normal;
 padding-left: 0px;
}

.subnav a:link {text-decoration:none; color: black}
.subnav a:visited {text-decoration:none; color: black}
.subnav a:active{text-decoration:none; color: red}
.subnav a:hover {text-decoration:none; color: red}

