@charset "utf-8";
/* CSS Document */


#style1 {
font-family: Arial;
}

#style1 h1 {

font-size: 12px;
font-weight: bold;
text-transform: uppercase;
background-color: #E88A1C;
width: 120px;
text-align: center;
padding: 5px;
margin: 0px;
float: left;

}

#style1 ul {

font-size: 12px;
font-weight: bold;
text-align:center;

margin: 0px;
padding: 0px;
list-style: none;
}

#style1 li {

background-color: #E88A1C;
float: left;

}


#style1 li a {

width: 100px;
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 5px 0px 5px 5px;
text-transform: uppercase;
}



#style1 li a:hover {

color: #ffffff;
text-decoration: none;
background-color: #658171;
}

.content_box1 {

font-family: Arial;
font-size: 11px;
clear: left;
background-color: #658171;
text-align:center;
width: 788px;
padding: 6px;
}

.menu2  a:hover {
color: #8E3500;
text-decoration: none;
}

.menu2  a:visited {
color: #8E3500;
text-decoration: none;
}


