/* CSS Document */
#main_image{
	float:left;
  margin:8px 10px 10px 0px;
}
.main .main_title{
	text-align:center;
	color:#00048B;
	font-size:2.6em;
  margin-bottom:20px;
  clear: both;
	}
.details{
	font-size:1.2em;
	text-align:justify;
  float:left;
	}
#details p{
	margin:0px 0px;
	}
.information p{
  line-height:-10px;
  font-size:1.1em;
  margin:-2px;
  text-align: center;
  font-weight: bold;
}
#content p{
  line-height:20px;
  margin:10px 0px;
}
#content li{
   margin-left:40px;
   line-height: 25px;
}
#content a{
  text-decoration: underline;
  color: blue;
}
#int{
  margin-left:20px;
}
#content ol{
clear:both;
}
