html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-color: #D3D3D3;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	background-color:#DEE7F7;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-22px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	text-align: center;
        background-color: #527BBD;
        color: white;
	padding-top: 10px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:122px;/*needed to make room for header*/
}


#footer {
	width:100%;
	clear:both;
	height:20px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #D3D3D3;
	color: black;
	text-align:center;
	position:relative;
	font-size: 12px;
}
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#header #main-title {
  font-size: 2.1em;
  font-stretch: expanded;
  font-family: "Trebuchet MS", Trebuchet, sans-serif, Helvetica, Verdana, Arial, sans-serif;
}

#header #sub-title {
  font-size: 1.1em;
  font-style: oblique;
}

#centrecontent {
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #DEE7F7;
}

#centrecontent a{
  color: purple;
}

#centrecontent a:hover{
  text-decoration: none;
}

#centrecontent .paragraph:first-letter {
  font-size: 1.1em;
}

#centrecontent #downloadbox {
  position: relative;
  float: right;
  clear: right;
  top: 20px;
  right: 20px;
  width: 166px;
  margin-left: 10px;
}

#centrecontent #downloadbox #content {
  border: 1px solid #585858;
  padding: 3px;
}

#centrecontent #downloadbox #title {
  text-align: center;
  background-color: #585858;
  color: white;
  font-weight: bold;
  width: 160px;
  padding: 3px;
}

#centreconent #downloadbox #content #text {
  background-color: #D3D3D3;
  color: black;
  font-size: 11pt;
  
}

#centreconent #downloadbox #clear {
  height: 5px;
}

#centrecontent code {
  font-family: Courier, Verdana, Arial, serif;
  font-size: 10pt;
  border: 1px solid #527BBD;
  width: 90%;
  display: block;
  padding: 2px 2px 2px 5px;
  line-height: 14pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  clear: both;
}

#centrecontent code .keyword {
  color: purple;
  font-weight: bold;
}

#centrecontent code .specialkeyword {
  color: maroon;
  font-weight: bold;
}

#centrecontent code .comment {
  color: green;
}

#centrecontent code .string {
  color: blue;
}

#centrecontent label {
  vertical-align: top;
}

#centrecontent table tr td {
  vertical-align: top;
}

#centrecontent fieldset {
  border: 1px dotted #527BBD;
  margin-left:   1em;
  margin-right:  1em;
  padding:       1em;
  background-color: #edf3fc;
}

#centrecontent fieldset legend {
  font-variant: small-caps;
  padding: .1ex .5ex;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: #c0cde2;
}

#left #menu-title {
  text-align: center;
  background-color: #527BBD;
  color: white;
  font-weight: bold;
  width: 140px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#left a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding: 5px 2px 2px 2px;
  border: 1px solid black;
  text-decoration: none;
  background-color: #DEE7F7;
  color: #527BBD;
  display: block;
  width: 130px;
  font-weight: bold;
}

#left a:hover {
  text-decoration: none;
  background-color: white;
  color: #585858 ;
  display: block;
  margin-bottom: 1px;
}

#left a.selected {
  background-color: white;
  color: #585858 ;
  display: block;
}

#left a.selected:hover {
  background-color: #527BBD;
  color: white;
  display: block;
}

#left div.parent {
  padding: .1ex .5ex;
  font-weight: bold;
  background-color: #c0cde2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding: 5px 2px 2px 2px;
  border: 1px solid black;
  width: 130px;
}

#left a.child {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding: 5px 2px 2px 5px;
  border: 1px solid black;
  border-left: 10px solid black;
  text-decoration: none;
  background-color: #DEE7F7;
  color: #527BBD;
  display: block;
  width: 117px;
  font-weight: bold;
  font-size: 10pt;
}

#left a.child:hover {
  text-decoration: none;
  background-color: white;
  color: #585858 ;
  display: block;
  margin-bottom: 1px;
}

#left a.childselected {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding: 5px 2px 2px 5px;
  border: 1px solid black;
  border-left: 10px solid black;
  text-decoration: none;
  width: 117px;
  font-weight: bold;
  font-size: 10pt;
  background-color: white;
  color: #585858 ;
  display: block;
}

#left a.childselected:hover {
  background-color: #527BBD;
  color: white;
  display: block;
}

small {
  font-weight: bold;
  font-size: 9pt;
}

