body {
    line-height: 1.75em;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-x;
}

.centered {
    text-align: center;
}

#navigation {
    text-align: right;
}

#header {
    padding: 10px;
}

#insideHeader {
    clear: both;
    border-bottom: solid 1px #f90;
    padding: 10px 0;
}

#insideHeader img {
    float: left;
}

#insideHeader div {
    float: right;
}

.subhead {
    padding-bottom: 10px;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

#topSection {
    clear: both;
}

#insideHeader:after {
    clear: both;
    content: "";
    display: block;
}

#intro {
    float: left;
    text-align: left;
    width: 390px;
    padding-right: 20px;
}

#controlPanel {
    float: right;
    text-align: left;
    width: 310px;
    height: 180px;
    color: #000;
    background-image: url("../images/bgControlPanel.gif");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
}

#controlPanel hr {
    border: solid 1px #f90;
    margin: 0 20px;
}

#controlPanel p {
    margin: 10px 20px;
}

.new,.new:visited {
    font-size: 130%;
    font-weight: 700;
    text-decoration: none;
    color: #f30;
    background-color: #ffc;
}

.new:hover {
    background-color: #f30;
    color: #ffc;
}

#feedLists {
    clear: both;
    text-align: left;
}

#feedLists:after {
    clear: both;
    content: "";
    display: block;
}

#recent,#topfeeds {
    border: solid 1px #ccc;
    padding: 20px;
}

#recent h2,#topfeeds h2 {
    padding-top: 0;
    margin-top: 0;
}

#recent {
    float: left;
    width: 400px;
}

#topfeeds {
    float: right;
    margin-left: 25px;
    width: 200px;
}

.feedList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.feedList li {
    margin: .5em 0;
    padding: 0;
}

.feedList img {
    border: 0;
}

.footer {
    margin-top: 50px;
    font-size: 90%;
    text-align: center;
    color: #a0a0a0;
    background-color: #fff;
}

.grayLink,.grayLink:visited {
    text-decoration: none;
    color: #a0a0a0;
    background-color: #fff;
}

.featureTable {
    border-collapse: collapse;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}

.featureTable th {
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    font-weight: 700;
    font-size: 130%;
    padding: 5px 10px;
}

.featureTable form {
    margin: 10px 0 5px;
}

.featureTable input {
    font-weight: 700;
    padding: 10px;
}

.featurePrice {
    font-weight: 700;
    font-size: 12px;
    color: #33f;
}

.featureLabel {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.featureCell {
    vertical-align: top;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 10px;
}

ul {
    list-style-type: square;
    margin: 1em 0 1.5em;
    padding: 0;
}

ul li {
    line-height: 1.5em;
    margin: 1.25ex 0 0 1.5em;
    padding: 0;
}

.spacer {
    clear: both;
}

.faqHead {
    margin: 25px 0 0 0;
    padding: 5px;
    background-color: #ffc;
    border: 1px solid #feb;
}