
/* Layout Stylesheet */ 

body{
 background: #ffffff url('') repeat-x left top;
 font-family: "Courier", Monospace;
 font-style: normal;
 font-size: 11px;
 color: #FF0000;
 line-height: 18px;
 }
	 
#logo{
 position: absolute;
 top: 50px;
 left: 50px;
 width: 189px;
 margin: 0;
 padding: 0;
 height: 108px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }	 

#top{
 position: absolute;
 top: 125px;
 left: 55px;
 width: 830px;
 padding: 8px 0 0 0;
 height: 200px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }
 
#left{
 position: absolute;
 top: 280px;
 left: 55px;
 width: 250px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }
			
#centre{
 position: absolute;
 top: 280px;
 left: 335px;
 width: 250px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }			
			
#right{
 position: absolute;
 top: 280px;
 left: 615px;
 width: 250px;
 padding: 8px 0 0 0;
 height: 405px;
 /* background-color:#ffcc99;
 filter:alpha(opacity=30);
 opacity:0.3; */
 }
 
  .toptxt{
 color: #333333;
 font-family: "Georgia", Serif;
 font-style: italic;
 font-size: 32px;
 margin: 0 0 20px 0;
 padding: 27px 0 10px 0;
 line-height: 40px;
 }

 .hdg{
 color: #FF0000;
 font-family: "Courier", Monospaced;
 font-style: normal;
 font-size: 12px;
 border-bottom:1px dotted;
 margin: 0 0 20px 0;
 padding: 27px 0 10px 0;
 }
 
  .dash{
 color: #FF0000;
 font-style: normal;
 }
 
  .txt{
 color: #000000;
 line-height: 18px;
 margin: 0 0 0 0;
 padding: 0 0 18px 0;
 }
 
   .list{
 color: #000000;
 line-height: 18px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 }

  a:link{
  text-decoration: underline;
  color: #000000;
  }
  
  a:visited{
  text-decoration: underline;
  color: #000000;
  }
 
  a:active{
  text-decoration: underline;
  color: #000000;
  }

  a:hover{
  text-decoration: underline;
  color: #FF0000;
  }
 
