body {
  background-color: #fff;
  color: #666;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}


hr {
    border-top: 1px dashed #ccc;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    background-color: #fff;
    height: 4px;
}

#footer {
  height: 50px;
  bottom: 0;
  border-top:1px solid #ccc;
  font-size:70%;
  color:#999;
  text-align:right;
  margin-top: 30px;
  padding: 5px 5px 1em;
  margin-right: 30px;
  margin-left: 30px;

  padding-bottom: 20px;
  line-height: 16px;
}

div.content {
  margin-left:160px;
  padding-right:20px;
  padding-bottom:20px;
  border-left: 1px dotted #999;
}

#bodytext {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  padding-left: 30px;
  padding-right: 60px;
}

#bodytext h1 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #369;
  font-weight: normal;
  font-size: 140%;
}

#bodytext h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #666;
  font-weight: bold;
  font-size: 100%;
}

#bodytext h3 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #666;
  font-weight: normal;
  font-size: 100%;
}

#bodytext p {
  color: #666;
  font-size: 90%;
}

#bodytext a:link {
  color: #06c;
  text-decoration: none;
}

#bodytext a:visited {
  color: #06c;
  text-decoration: none;
}

#bodytext a:hover {
  color: #06c;
  text-decoration: underline;
}

#bodytext li {
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 6px;
  padding-right: 30px;
}


#dashboard {
  padding: 3px 3px 3px 10px;
}


#dashboard_left {
  float:left;
}

#dashboard_left a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 22px;
  color: #369;
  text-decoration: none;
  letter-spacing: 4px;
  font-variant: small-caps;
}

#dashboard_right {
  float: right;
  text-align: right;
}

#dashboard_inset {
  padding: 1px;
  padding-left: 4px;
  position:relative;
  border-bottom: 1px solid #ccc;
}


div#dashboard_content {
  padding-top: 5px;
  padding-bottom: 10px;
}

a:link { 
  color: #06c;
}

a:visited { 
  color: #06c;
}

div.spacer {
  clear: both;
}

img {
  border: none;
}


div.public_container {
  margin: 20px 40px 20px 40px;
}

div.public_dashboard {
}


/********* navigation *********/

div.navigation {
  float:left;
  padding-top: 6px;
  margin-right: 4px;
}

a.navigation_indent {
  padding-left: 20px;
}

div.navigation p {
  font-size: 90%;
}

div.navigation ul{
  margin: 0px;
}

div.navigation li{
  color: #666;
  list-style: none;
  font-size: 90%;
  padding-bottom: 8px;
}


div.navigation a:link{
  text-decoration: none;
  color: #06c;
}

div.navigation a:visited{
  text-decoration: none;
  color: #06c;
}

div.navigation a:hover{
  text-decoration: underline;
  color: #06c;
}


/********* paragraphs *********/

p.indent
{
 padding-top: 0px;
 margin-top: -10px;
 padding-left: 20px;
}
