body {
    background-color: #b3b3a6;
    font-size: 11px;
    font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:0px;
    margin:0px;
  }

a:link {
    color: #564b47;
    text-decoration : none;
  }

a:visited {
    color : #564b47;
    text-decoration : none;
  }

a:hover {
    color : #ffffff;
    text-decoration : none;
  }


a:active {
    color : #b40101;
    font-style : italic;
    text-decoration : none;
  }

h1 {
    font-size: 11px;
    text-transform:uppercase;
    color:#990000;
    background-color: #d9d9ca;
    border-top:1px solid #564b47;
    border-bottom:1px solid #564b47;
    padding:5px 15px;
    margin:0px;
  }

h2 {
    font-size:20px;
    font-weight: normal;
    padding: 5px 10px;
    margin:0px;
  }

h3 {
    color : #990000;
    font-size : 14px;
    font-style : italic;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
  }

h5 {
    font-size:18px;
    font-family: Lucida Console; Monaco; monospace;
    font-weight: normal;
    padding: 2px 20px;
    margin:0px;
  }

h5.open {
    font-size:18px;
    color:#efefde;
    font-family: Lucida Console; Monaco; monospace;
    font-weight: normal;
    padding: 2px 20px;
    margin:0px;
  }


img.download {
    vertical-align:middle;
  }

/* ----------container to center the layout-------------- */
#container {
    width: 800px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #efefde;
  }

img {
    border-style: none;
  }

/* ----------banner for logo-------------- */
#banner {
    background-color: #b3b3a6;
    text-align: right;
    padding: 0px;
    margin: 0px;
  }

#banner img {
    padding:10px 0px;
  }

/* -----------------content--------------------- */
#content {
    background-color: #ffffff;
    padding: 0px;
    margin-left: 100px;
    margin-right: 0px;
  }

div#content {
    min-height:624px;
    height:expression(this.scrollHeight > 600 ? "auto":"624px");
  }

div#content a:link {
    color: #564b47;
    text-decoration : none;
  }

div#content a:visited {
    color : #b3b3a6;
    text-decoration : none;
  }

div#content a:hover {
    background-color : #b3b3a6;
    color : #ffffff;
    font-weight : bold;
    text-decoration : none;
  }

div#content a:active {
	background-color :  #b40101;
	color :  #ffffff;
	font-style :  normal;
	text-decoration :  none;
  }

p, pre {
    padding: 5px 10px;
    margin:0px;
  }

p.docs {
    font-style :  normal;
    font-size:10px;
    font-weight: normal;
    padding: 0px 0px;
    margin:0px;
  }

/* --------------left navi------------- */
#left {
    float: left;
    width: 140px;
    margin: 0px;
    padding: 0px;
  }

a.open:link {
    color : #990000;
    font-style : normal;
    text-decoration : none;
  }

a.open:visited {
    color : #990000;
    font-style : normal;
    text-decoration : none;
  }

a.open:hover {
    color : #990000;
    font-style : normal;
    text-decoration : none;
  }

a.open:active {
    color : #990000;
    font-style : normal;
    text-decoration : none;
  }

/* -----------footer--------------------------- */
#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: right;
  }
