/* CSS Document */

p {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
padding: 5px 5px 5px 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}
p.other {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: -10px;
margin-right: 5px;
margin-left: 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}

p.form {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: small;
margin-top: 5px;
margin-right: 5px;
margin-left: 5px;
padding: 5px 5px 5px 25px;
white-space: wrap;
display: block;
letter-spacing: 0;
}

p.newshead {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: bold;
font-size: medium;
margin-top: 5px;
margin-right: 5px;
margin-left: 10px;
padding: 5px 5px 5px 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: 5;
}

b {
color: #a0cf67;
font-family: arial, helvetica, san-serif;
font-size: small;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}

a {
text-decoration: none;
size: 3px;
text-weight: bold;
color: F47A20;
}
a:hover {
text-decoration: none;
size: 3px;
text-weight: bold;
background: #F47A20;
color: white;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}

#homehead {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: bold;
font-size: x-small;
text-decoration: none;
text-weight: bold;
letter-spacing: .25px;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10;
padding: 5px 15px 5px 5px;
white-space: wrap;
display: block;
}

ul#sb {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: bold;
font-size: x-small;
margin-top: -5px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 15px;
padding: 5px 5px 5px 25px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
list-style-type: disc;
}

#sb li {
display: block;
list-style-type: disc;
}

ul#form{
color: white;
font-family: arial, helvetica, san-serif;
font-weight: bold;
font-size: small;
margin-top: 0;
margin-right: 2px;
margin-left: 10px;
margin-bottom: 0;
padding: 5px 5px 5px 25px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 1.5;
list-style-type: none;
}

#form li{
display: block;
list-style-type: none;
}

ul#why {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: -5px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 15px;
padding: 5px 5px 5px 25px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
list-style-type: none;
}

#why li {
display: block;
list-style-type: none;
margin-bottom: 8px;
}