/* CSS Document */
body {
	margin : 0;
  padding : 0;
  background-color : #00466e;
  color : #0033FF;
}
p, ul, ol, li {
  font : 10pt Arial,geneva,helvetica;
}
h1 {
  font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 12pt Arial, Helvetica, geneva;
}
#header {
  position : fixed;
  width : 100%;
  height : 10%;
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #cccccc;
}
#leftnavigation {
  position : fixed;
  height : auto;
  top : 10%;
	left : 0;
	width : 150px;
	margin : 0px 0px 0px 10px;
	color : #000000;
	padding : 3px;
  overflow : auto;
}
#content {
  position : fixed;
  top : 10%;
  bottom : 100px;
  margin : 0px 0px 0px 165px;
  width : auto;
  height : auto;
  padding-left : 5px;
  padding-right : 0px;
  color : #000000;
  border-left : 2px solid #cccccc;
  overflow : auto;
}
#content h1, #content h2 {
  color : #cc0000;
}
#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  margin-left : 10px;
  border-top : 2px solid #cccccc;
}
