body {
    color:          #000;
    background:     #fff;
    font-family:    verdana, arial, helvetica, sans-serif;
    font-size:      13px; /* small */
}

a:link    { color: #339; text-decoration: none; }
a:visited { color: #339; text-decoration: none; }
a:active  { color: #339; text-decoration: underline; }
a:hover   { color: #999; text-decoration: underline; }

#sidebar {
  background: #fff;
  margin:     0;
  padding:    5px;
  width:      150px;
  position:   absolute;  
  top:        0px;
  left:       0px;
}

#sidebar h1 {
  font-size:    18px; 
  border:       none;
  padding:      0;
  margin:       0.5em;  
  color:        #000;
  background:   transparent;
}

#sidebar ul {
  list-style: none;
  font-size: 12px;
  margin: 0.5em 0 0.5em 0.5em;
  padding: 0;
}

#content {
  position:   absolute;
  top:        0px;
  left:       160px;
  width:      590px;
  padding:    5px;
  background: #fff;
  color:      #000;
  border-left:  1px solid #CCC;
}

#pubnav {
  font-size: 13px;
  background: #CCCCCC;
}

p.directory {
    margin-top:     0px;
    margin-left:    0em;
    font-size:      10px; /* x-small */
}

/****************************************************************/

h1{
    color:		#ffffff;
    background-color:	#0000CC;
    padding:            0.2em;
    font-size:      24px; /* x-large */
    margin:             0;
}

h2{
    color:                  #0000CC;
    border-top:          solid 2px #00C;
    border-bottom:          solid 2px #00C;
    padding:                0.2em;
    margin:                 1em 0 0.5em 0;
    font-size:      18px; /* medium */
}

h3{
    color:                  #0000CC;
    border-left:            solid 1em;
    padding:                0.2em;
    border-left-color:      #0000CC;
    border-bottom-color:    #0000CC;
}

p  {padding:    0 3em 0 1em;}
ul {padding:    0 3em 0 2em;}
ol {padding:    0 3em 0 2em;}

.copyright {
    font-size:  9px; /* xx-small */
}

img {
    border: none;
}

table {background: #CCC; font-size: 13px; }
td    {background: #fff; }
th    {background: #fff; }
