@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;
}

.alt_font {
font-family: Times, Arial, sans-serif;
font-size: 1.25em;
}

.body_format {
width: 960px;
background: #FFFFFF;
border: 4px;
}

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

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

.intro {
padding: 0px;
background: #FFFFFF;
height: 80px;
font-size: 35px;
font-weight: bold;
text-align: center;
margin: 10px;
}

.sect {
height: 60px;
font-size: 32px;
font-weight: bold;
text-align: center;
}

.sect_title {
font-size: 32px;
font-weight: bold;
text-align: center;
}

/* overall Navbar */
#navbar {
position: relative;
margin: 0;
padding 0;
height: 30px;
width 100%;
background: #A8D977;
}

#navbar ul {
margin: 0;
padding: 0;
position: absolute;
height: 100%;
width 100%;
list-style-type: none;
overflow: visible;
}

#navbar ul > li {
display: block;
padding: 0;
margin: 0;
float: left;
height: auto;
width: 160px; /* menu items width */
}

#navbar li > a {
display: block;
padding: 0 0 0 4px;
height: 100%;
width: 160px;
line-height: 30px;
font-size: 18px;
text-decoration: none;
background-color: #A8D977;
color: #5d5636;
font-family: sans-serif;
}

#navbar ul ul {
margin-top: 2px;
display: none;
position: static;
height: auto;
width: 100%;
border: 1px #666666 solid;
background: #dddddd;
}

#navbar ul ul li {
position: relative;
float: none;
margin: 0;
display: block;
height: 28px;
width: 100%;
border: none;
}

#navbar ul ul li > a {
height: 100%;
width: 100%
padding: 0px;
margin: 0;
line-height: 28px;
background-color: transparent;
border: none;
color: #000000;
font-size: 14px;
font-style: normal;
font-family: sans-serif;
}

#navbar li:hover > a {
color: #ffffff;
background-color: #000000;
}

#navbar li:hover > ul {
display: block;
}

.article { }

.cent {
text-align: center;
}

.cent_fig {
text-align: center;
}

.cent_bold {
padding-top: 10px;
font-size: 25px;
font-weight: bold;
text-align: center;
}

.figure {
text-align: center;
font-weight: bold;
padding-bottom: 0;
}

.ind_list_text {
margin-left: 50px;
text-indent: -20px;
}

p {
margin-left: 6px;
}

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

h1 {
font-size: 30px;
}

table {
width: 100%;
}

