body {
   font-family: serif;
}

#layout {
}

#header {
}

#navbar {
   position: absolute;
   width: 150px;
}

#content {
   width: 768px;
   margin-left: 160px;
}

#contentnonav {
   width: 916px;
   margin-left: 20px;
}

.unbulleted {
   list-style-type:  none;
   list-style-position: outside;
   margin-left: 4px;
   font-size: 80%;
}

.unbulleted li {
   padding-top: 10px;
}

.eaglebulleted {
   list-style-image:  url("/graphics/cfc/eaglebullet.gif");
}

.eaglebulleted li {
   padding-top: 10px;
}

.blue {
   color: #3333CC;
}

.red {
   color: #FF0000;
   text-decoration: none;
   font-weight: bold;
}

.doublespace {
   line-height: 2em;
}

.picturetable {
   margin-left: auto;
   margin-right: auto;
}

.picturetable td {
   text-align: center;
   border: 1px black solid;
}
