
/* CSS Document */

body,html{
		background-image:url(images/bgbody.PNGnot);
		margin:0;
		padding:0;
		background-attachment:fixed;
		}
		
		
#room{
      width:1024px;
	  height:auto;
	  margin:auto;
	  background-color:#FFFFFF;
	  font-size:12px;
	  color:#600000;
	  	font-family:verdana, "Arial Black", "times New Roman";
		line-height:18px;
	  
	  }
	  
#middle{
 width:600px;
 height:auto;
 margin:auto;
 text-align:justify;
 }
 
 #middle2{
 width:800px;
 height:auto;
 margin:auto;
 text-align:justify;
 }
	  
a{
 color:#006600;
 text-decoration:none;
 
 }
 
 a:hover{
 color:#006600;
 text-decoration:underline;
 }
#header{
      width:1024px;
	  height:230px;
	  margin:auto;
	  background-color:#006600;
	  }
	  
	  
	  
#caption{
        width:1024px;
		height:25px;
		margin-top:5px;
	
		border-bottom:#CC0000 1px solid;
		border-left:none;
		border-top:none;
		border-right:none;
		}
		
		
#caption a{
      
	
		 color:#6c0404;
		 text-decoration:none;
		 font-weight:normal;
		}
		
		
#caption a:hover{
      
	
		 color:#6c0404;
		 
		  text-decoration:underline;
		}
		
		
		
#rt-scrl{
  width:190px;
  height:auto;

  border:#999999;
  border-style:solid;
  border-width:thin;
   background-color:#f2f2d6;
  }
  
  #recentHeight
  {
  width:100%;
   min-height:350px;
   font-size:11px;
	
   
   }
   
#green-rt{
  width:190px;
  height:auto;
  border:#999999;
  border-style:ridge;
  border-width:thin;
  background-color:#f2f2d6;
  margin-top:15px;
  }
  
#green-lft{
  width:170px;
  height:auto;
  border:#999999;
  border-style:ridge;
  border-width:thin;
  background-color:#f2f2d6;
  margin-top:15px;
  margin-left:8px;
  }
  
 
 #con_form{
	background-color:#E3E3E3;
	border:thin;
	border-color:#000000;
	border-style:solid;
	height:320px;
	width:450px;
	margin:auto;
}	 
  
 #footer{
 		text-align:center;
		margin-top:10px;
	     height:35px;
		border-top:#CC0000 1px solid;
		border-left:none;
		border-bottom:none;
		border-right:none;
		}
		
		
		
		
		
img{
border:none;
}


h1{
  font-size:18px;
  }
  
  .style15 {font-size: 12;
		line-height:1.4em;
		margin:0px 3px;}
		
		.style8 {
	color: #009900;
	font-weight: bold;
	font-size: 12px;
}
.style9 {color: #FF0000}


