@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;
background: #FFFFFF;
border: 10px;
}

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

#footer {
background: #F2B555;
text-align: center;
font-size: 12px;
height: 16px;
}

#intro {
background: #FFFFFF;
height: 60px;
font-size: 40px;
font-weight: bold;
text-align: center;
}

#lrg_cent_text {
text-align: center;
font-size: 24px;
font-weight: bold;
height: 20px;
margin: 20px;
}

#cent_text {
text-align: center;
font-size: 18px;
font-weight: bold;
height: 20px;
}

#period_text {
font-size: 18px;
font-weight: bold;
height: 20px;
text-decoration: underline;
}

#job_text {
font-size: 18px;
font-weight: bold;
height: 20px;
}

#sec_title_text {
font-size: 18px;
font-weight: bold;
height: 20px;
margin: 6px;
}

#ind_text {
text-indent: -20px;
margin: 26px;
}
p {
margin-left: 6px;
}

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

h1 {
font-size: 30px;
} 
