/* CSS Document */
#header img {
	vertical-align:middle;
}
#header {
	width:720px; 
	height:100px;
	background-color:#FFCC00;
}
.banner1 {
	width:720px;
	height:100px;
 	float:left;
    color:#000066;
	font-size:25px;
	font-weight:bold;
		
}
.title {
	width:600px;
	height:100px;

	
}

#main {
	width:720px;	
}
.text {
	width:720px;
	margin:20px 0px;
	text-align: center;
	color:#0066CC;
	font-weight:bold;
}
dt {
    color:#000066;
	font-weight:bold;
}
dd {
    color:#666666;
}
p {
   color:#990000;
   font-size:16px;
   font-weight:bold;
   text-align: center;
}
#footer {
	width:720px; 
	height:60px;
	text-align: center;
}
