/*
 * Default stylesheet for layout
 */
html, body {
    font: 10pt Verdana,Helvetica,Arial,Sans-Serif;
    color: rgb(0, 0, 0);
    background: rgb(245, 245, 245);
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left;
}

#header {
    height: 160px;
    he\ight: 106px;
    padding: 54px 68px 0 68px;
}

#header img {
    vertical-align: top;
    margin-top: 6px;
}

#pageTitle {
    padding-left: 16px;
    font-size: 26px;
    letter-spacing: 4px;
}

#content {
    height: 148px;
    background: rgb(245, 245, 245) url(images/fp_choice_bg.png) no-repeat center center;
    padding: 20px 76px 0 76px;
}

#hiddenContent {
	display: none;
}

#content img {
    margin-left: 8px;
    margin-right: 8px;
    border: 0;
}

#footer {
    padding: 64px 84px 0 68px;
    text-align: right;
    font-size: 10px;
}

a:link {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:visited {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover, a:active {
    color: rgb(255, 172, 0);
    text-decoration: underline;
}


