/*index page*/
body{
					 background-color: #ffffff;
		 			 font-family: Arial, Arial Black, Trebuchet MS, Veranda, Geneva, san-serif;
		 			 font-size: small;
					 background-image:none;
					 }
div.content{
					background-image:none;
					width:585px;
					margin-left:auto;
					margin-right:auto;
					margin-top:15px;
					text-align:left;
}

#indeximg{
					width:255px;
					height:367px;
					margin-right:80px;
					margin-bottom:20px;
					border:none; 
					float:left;
}

#newsbox{
					width:525px;
					background-color:#0aa03e; 
					border:none;
}
#newsin{
				width:500px; 
				background-color:#ffffff;
}					 

p#newshead{
					 text-align:left;
					 font-size:110%;
					 color:#ffffff;
					 font-weight:bold;
					 padding:3px;
					 }	
.news{
			 text-align:left;
			 font-size:100%;
			
			  }
.end{
		 font-size:70%;
		 text-align:center;
		 color:#717074;
		 }	
