/* ------------------------------------ *
 CSS
 06 November 2007 10:46:24
 HAPedit 3.1.11.111
 * ------------------------------------ */
a:link {
       text-decoration: none;
}
a:visited {
       text-decoration: none;
}
a:hover {
       text-decoration: underline;
}
a:active {
    color: #FFFFFF;
}
body {
background-color: #BBE0FF;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 90%;
text-align: left;
}
p {
margin: 0 0.7em 0.7em 0;
padding: 0;
}
*.P1 {
font-weight: bold;
color: #000000;
}
*.P2 {
font-weight:bold;
color:#FF0000;
text-align: center;
}
*.P3 {
font-weight: normal;
color: red;
text-align: left;
}
*.one {
table-layout: automatic;
border: 0;
}
h1 {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 1.0em;
font-weight: bold;
text-align: center;
}
h3 {
font-size: 1.0em;
font-weight: bold;
text-align: left;
}
h4 {
font-size: 100%;
font-weight: normal;
}
h5 {
font-size: 150%;
font-weight:bold;
text-align: left;
}
#menu {
    background-image: url(images/menubg.png);
    height: 26px;
    width: 765px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
}
#content {
    width: 80%;
    float: right;
    padding-top: 2px;
    vertical-align: top;
    padding-bottom: 2px;
}
*.indent1 {
padding-left:  3%;
}
*.indent2 {
padding-left: 6%;
}
*.indent3 {
padding-left: 9%;
}
*.indent4 {
padding-left: 12%;
}
*.image {
background-color: #FFFFFF;
height: auto;
width: auto;
}
*.banner {
float: left;
left: 10px;
top: 15px;
}
#leftside {
    width: 20%;
    float: left;
    text-align: left;
    padding-top: 2px;
    vertical-align: top;
    padding-bottom: 2px;
}
*.leftItems {
    background-color: #B5DEF2;
    border: 1px solid #006194;
    width: 85%;
    text-align: left;
    padding: 5px;
    margin-left: 3px;
    font-size: 90%;
    vertical-align: top;
}
#cost {
table-layout: automatic;
border-width: 1px;
border-color: red;
border-style:solid;
text-align: left;
}