@charset "UTF-8";
/* CSS Doc */


/* Applies to all elements of page */
body {
font-family: Verdana, Geneva, Arial, sans-serif;
padding: 0px;
margin: 0px;
background: #FFFFFF;
}

.body_format {
width: 960px;
height: 1240px;
background: #FFFFFF;
padding: 10px;
}

.header {
background: #FFFFFF;
padding: 0;
height: 140px;
margin: 0;
}

.header2 {
background: #FFFFFF;
padding: 0;
height: 110px;
margin: 0;
}

.footer {
background: #F2B555;
text-align: center;
font-size: 14px;
width: 960px;
height: 16px;
}

.intro {
background: #FFFFFF;
height: 30px;
top: 0;
font-size: 28px;
font-weight: bold;
text-align: center;
}

h1,h2,h3,h4,h5,h6 {
margin-left: 15px;
}

p {
margin-left: 4px;
}

li {
margin-left: 14px;
text-align: left;
}

.cent_text {
background: #FFFFFF;
text-align: center;
font-size: 22px;
height: 32px;
}

.text_line {
background: #FFFFFF;
text-align: left;
font-size: 18px;
height: 24px;
}

.text_2line {
background: #FFFFFF;
text-align: left;
font-size: 18px;
height: 48px;
}

.text_3line {
background: #FFFFFF;
text-align: left;
font-size: 18px;
height: 70px;
}

.text_4line {
background: #FFFFFF;
text-align: left;
font-size: 18px;
height: 92px;
}

#info_box {
background: #FFFFFF;
border: 8px #00B0F0 solid;
width: 320px;
padding: 4px;
height: 1234px;
float: left;
}

.info_title {
text-align: center;
font-size: 22px;
height: 100px;
}

#cap_box {
background: #FFFFFF;
width: 600px;
height: 1250px;
font-size: 18px;
float: right;
}

.overview {
font-size: 20px;
}

.cont_tab {
font-size: 14px;
width: 15%;
text-align: center;
}

.mid_p {
text-align: center;
border: 8px #FFFFFF solid;

}


