a:hover {
   text-decoration: underline;
}

a.currentpagebillingguide {
   color: navy;
   text-align: right;
   font-weight: bold;
   text-decoration: underline;
}

body {
   text-align: center;
   background-image: url(images/backgradient.jpg);
   background-repeat: repeat-x;
   background-color: white;
   font-family: Arial, Helvetica, sans-serif;
   color: black;
   margin: 20px;
   padding: 0;
}

h3 {
   text-decoration: underline;
   margin-top: 0;
}

h3 a {
   font-size: large;
}

h4 {
   margin-top: 2em;
}

h5 {
   font-size: medium;
   font-style: italic;
   font-weight: bold;
}

li {
   line-height: 1.4em;
   margin-bottom: .5em;
}

.howtouse li {
   line-height: 1.4em;
}

ol.billingguide li {
   font-weight: bold;
}

p {
   margin-top: 0;
   line-height: 1.4em;
}

p.currentpage {
   background-color: #FFB062;
   color: black;
}

p.footer {
   margin-bottom: 0;
   margin-right: 20px;
   text-align: right;
   font-size: small;
}

p.homelinks {
   text-align: center;
   margin-top: -.75em;
   margin-bottom: 2em;
}

p.navlinks {
   text-align: right;
   font-weight: bold;
}

table {
   margin-left: auto;
   margin-right: auto;
}

table.pricing {
   width: 450px;
   color: navy;
   background-color: white;
}

.pricing tr {
   text-align: center;
}

td {
   padding-bottom: .25em;
   padding-top: .25em;
}

.billingguide p {
   font-weight: normal;
}

.billingguideheading {
   text-align: right;
   font-variant: small-caps;
   color: navy;
}

.faq p {
   color: navy;
   font-style: italic;
   margin-left: 10px;
   margin-top: .25em;
}

.links p{
   margin-left: 30px;
font-size: smaller;
}

.links h4 {
   color: navy;
}

.links h4 a {
   color: inherit;
}

.faq ul {
   list-style-type: none;
}

.htmlform input {
   width: 200px;
}

.navbar {
   padding-top: 10px;
   padding-bottom: 10px;
   text-decoration: none;
   color: black;
   font-size: large;
   margin: 0;
   line-height: 1em;
}

.navbarbillingguide {
   padding-right: 3px;
   padding-left: 3px;
   padding-bottom: 5px;
   padding-top: 5px;
   text-decoration: none;
   color: navy;
   font-size: small;
   font-weight: normal;
   text-align: right;
   margin: 0;
}

.rightalign {
   text-align: right;
   padding-right: 40px;
}

.smallstandout {
   color: navy;
   font-size: smaller;
   font-weight: bold;
}

.smalltext {
   font-size: smaller;
}

.sublist li {
   margin-bottom: .5em;
   list-style-type: square;
}

#container {
   width: 744px;
   background-color: white;
   border: 1px solid Silver;
   text-align: left;
   color: black;
   margin: 0 auto;
}

#content {
   padding: 0;
}

#footer {
   background-color: #FFB060;
   margin-top: 20px;
   color: black;
}

#header {
   background: white;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   color: black;
}

#left {
   float: left;
   width: 180px;
   background-color: #FFD5AA;
   font-size: large;
   text-align: center;
   margin-left: 20px;
   font-weight: bold;
   color: black;
}

#right {
   float: left;
   width: 480px;
   background-color: white;
   font-size: medium;
   padding-left: 30px;
   color: black;
   margin-top: 10px;
}