/* CSS Document */

html, body{
  margin:0px;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  height:100%;
  background-color:#a39f95;
  }


#container{
  width:1000px;
  height:100%;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  border-left:1px solid #001a45;
  border-right:1px solid #001a45;
  background-color:#ffffff;
 }
 
 .banner{
    padding:0px 0px 5px 0px;
	width:1000px;
	height:155px;
	background:url(../images/banner.jpg);
	border-bottom:5px solid #ffffff;

   }
   
 .fact{
   position:relative;
   top:75px;
   left:600px;
   width:300px;
   text-align:center;
   color:#ffffff;
   margin:0px;
   font-weight:bold;
   line-height:1.5;
   letter-spacing:1.5;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

.nav{
  width:100%;
  height:100%;
  background-color:#ffffff;
  }
   
 .content{
   padding:30px 50px 20px 10px;
   width:650px;
   height:780px;
   background:url(../images/background.jpg) no-repeat #ffffff;
   }

.content ul{
  font-size:14px;
  line-height:1.5;
  list-style: square;
  font-weight: bold;
  margin-top:0px;

  }
.content ul ul{
  font-size:12px;
  font-weight:normal;
  list-style: circle;
  }

.filesize{
  font-size:9px;
  }
  
a:link {
	color: #006600;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #006600;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #006600;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #006600;
	font-weight:bold;
}

td {
  vertical-align:top;
  }
  
td.middle{
	vertical-align:middle;
	}
	
.pagetitle{
  color:#006600;
  font-size:20px;
  font-weight:bold;
  }
 
 .subtitle{
  color:#000000;
  font-size:16px;
  font-weight:bold;
  }
  
#menufade {
  margin:10px;
  padding:10px;
  background:#000000;
  width:480px;
  height:360px;
   }
