/* CSS Document*/
body {
  font-family:arial, verdana, sans-serif;
  background-color: #FFFFFF;}

.one, .oneinner, .twoA, .twoB, .twoinner, .threeA, .threeB, .threeinner, .four, .fourinner, .five, .six, .seven {
  background-color: #FFFFFF;
  margin-top: 20pt;
  margin-left: 30pt;
  border:1px solid #FFFFFF;
  padding:5px;}

a:link {color:#336699;}
a:visited {color:#009933;}
a:hover {color:#fe0000;}

img {
  display:block;
  border:0px;
  margin-left: auto;
  margin-right: auto; }
  
img.displayed {
  display:block;
  border:2px solid #0000FF;
  margin-left: auto;
  margin-right: auto; }

img.logo {
  display:block;
  border:blue; 
  margin-left: auto;
  margin-right: auto; }

.one {
  width:690px;
  height:40px;
  color:#ff0000;
  text-align:center;
  position:absolute;
  top:0px;
  left:0px;}

.oneinner {
  width:705px;}
  
.twoA {
  width:300px;
  height:250px;
  text-align:center;
  color: #00B3FF;
  padding:0px;
  position:absolute;
  top:680px;
  left:450px;}

.twoB {
  width:400px;
  height:250px;
  text-align:center;
  color: #00B3FF;
  padding:0px;
  position:absolute;
  top:680px;
  left:0px;}

.twoinner {
  width:705px;}

.threeA {
  width:200px;
  height:400px;
  text-align:center;
  position:absolute;
  top:180px;
  left:0px;}
  
.threeB {
  width:540px;
  height:400px;
  text-align:justify;
  position:absolute;
  top:180px;
  left:210px;}

.threeinner {
  width:665px;
  text-align:justify;
  border: 2px solid blue;
  padding:20px;}
  
.four {
  width:750px;
  height:30px;
  text-align:center;
  color: #FE0000;
  position:absolute;
  top:950px;
  left:0px;}

.four a:link {color:#FE0000;}
.four a:visited {color:#FF0000;}
.four a:hover {color:#009933;}
	
.fourinner {
  width:705px;
  text-align:center;}

.five {
  width:530px;
  height:405px;
  text-align:Justify;
  position:absolute;
  border: 2px solid blue;
  padding:20px;
  top:1590px;
  left:155px;}

.six {
  width:750px;
  height:105px;
  text-align:justify;
  position:absolute;
  border: 1px solid blue;
  padding:20px;
  top:1000px;
  left:0px;}
  
.six a:link {color:#009933;}
.six a:visited {color:#336699;}
.six a:hover {color:#FE0000;}
	
.seven {
  width:750px;
  height:35px;
  text-align: center;
  color: #336699;
  position:absolute;
  top:1180px;
  left:0px;}