body {
  background: #b6b6c9;
  font-size: 0.7em;
  line-height: 1.5;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  }
div.Page {
  width:900px;
  margin-left: auto;
  margin-right: auto;
}
div.PageHeader {
  background: 
	url(borders/pghd_top_left.png)
  top left no-repeat;
  width:100%;
  }
div.PageHeader h1 {
  background: 
	url(borders/pghd_top_right.png) 
  top right no-repeat;
    padding:15px;
  margin:0;
  font-size: 5em;
  font-family: "Arial Black";
  color: white;
  text-align: center;
  position: relative;
  }
div.PageHeader h1 img {
  float: left;
  margin-left: 30px;
}
div.PageHeader h1 .Container {
  position: relative; margin-left: auto; margin-right: auto;
  padding: 2px;
  border: 1px solid black;
  display: inline;
  visibility: hidden;
}
div.PageHeader h1 .Content { position: absolute; left: 1px; top: 1px; color: #333;visibility: visible;}
div.PageHeader h1 .Shadow { position: absolute; left: -1px; top: -1px; color: #FFF;visibility: visible}

div.PageHeader h2 {
  background: 
	url(borders/pghd_right.png) 
  top right repeat-y;
    margin:0;
  margin-top:-2em;
  padding:15px;
  color: white;
  text-align: center;
  }
div.PageHeaderBottom {
  background: 
	url(borders/pghd_bottom_left.png) 
  bottom left no-repeat;
  }
div.PageHeaderBottom p {
  background: 
	url(borders/pghd_bottom_right.png) 
  bottom right no-repeat;
   display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }


div#MainBar {
  width:460px;
  float:left;
  padding: 20px;
}

div#sidebar {
  width:380px;
  float:left;
  padding: 10px;
}
div#sidebar h2 img {
  top: 15px;
  position: relative;
}


ul#features {
  list-style-type: none;
}
ul#features li {
  background: 
	url(borders/sdbr_top_left.png) 
  top left no-repeat;
  }
ul#features li h2 {
  background: 
	url(borders/sdbr_top_right.png) 
  top right no-repeat;
  padding:10px;
  padding-left: 25px;
  padding-right: 20px;
  margin:0;
  font-size: 2.5em;
  font-family:  "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  }
div.SideBarBody {
  background: 
	url(borders/sdbr_right.png) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:10px;
  padding-left: 25px;
  padding-right: 20px;
  }
div.SideBarFooter {
  background: 
	url(borders/sdbr_bottom_left.png) 
  bottom left no-repeat;
  }
div.SideBarFooter p {
  background: 
	url(borders/sdbr_bottom_right.png) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
div#MainBar h2 {
  margin-top: 0px;
  padding-top: 0px;
}
div#MainBar h3 {
  font-size: 1.5em;
  font-family:  "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px;
}

ul.breadcrumbs
{
  list-style-type: none;
}
ul.breadcrumbs li
{
  display: inline;
  font-size: 1.2em;
}
ul.breadcrumbs li:before
{
  content: ">";
  padding-right: 0.5em;
}
ul.breadcrumbs li.first:before
{
  content: "";
  padding-right: 0em;
}

a:link { color:black; text-decoration:underline; }
a:visited {  color:#4b4b4b; text-decoration:underline; }
a:focus { color:black; text-decoration:underline; }
a:hover {  color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }

p a:link { color:black; text-decoration:underline; }
p a:visited {  color:#4b4b4b; text-decoration:underline; }

hr.line {
        color: black;
        background-color: black;
        height: 1px;
        border: 0;
}

html {
   overflow: -moz-scrollbars-vertical;
}

img {
  border: none;
}

blockquote {
        border-left: 2px #666 solid;
        padding-left: 10px;
        margin: 5px 10px;
}

p.command {
  padding: 20px;
  background-color: black;
  color: white;
  font-family: monospace;
  font-size: 1.4em;
}
p {
  font-size: 1.2em;
}
div#MainBar li {
  font-size: 1.2em;
}

