@charset "UTF-8";
/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
background-color:#003399;
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#top{
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
height:51px;
}
#middle{
height:100%;
width:100%;
padding-left:24px;
padding-right:22px;
}
#left{
background-image:url(../images/left.jpg);
background-repeat:repeat-y;
background-position:left;
width:100%;
}
#right{
background-image:url(../images/right.jpg);
background-repeat:repeat-y;
background-position:right;
width:100%;
}
#main{
background-color:#FFFFFF;
width:800px;
margin-left: auto;
margin-right: auto;
}
.bullet{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
}
#bottom{
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
height:51px;
}
#header{
margin-bottom:10px;
}

.column{
float:left;
}

#c1{
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
}
#c2{
width:25%;
margin-left:20px;
}
#c3{
width:25%;
margin-left:20px;
}
.main_type {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.style2 {
	color: #003399;
	text-align: left;
}
.style3 {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
}

#intro{
width:750px;
}
#img_intro{
margin-left:40px;
}