

/* Body */
body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    background-color: #fbfcf4;
    background-image: url('/images/background.jpg');
    background-position: left -80px;
    background-repeat: no-repeat;
}

img {
    border-style: none;
}

/* Header */
.header {
    width: 100%;
    margin-top: 25px;
}

.header_button {
    background-image: url('/images/header/nav_spacer.gif');
    padding-top: 16px;
    line-height: 75px;
}

.header_button a {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #DFE8F7;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.header_button a:hover {
    color: #FFFFFF;
}

/* Contant tags */
.textpage {
    width: 625px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    padding-top: 20px;
    padding-left: 25px;
    font-family: Georgia, serif;
    font-size: 15px;
    color: #101550;
    line-height: 150%;
    clear: left;
}

.content a {
    color: #2b61b5;
    font-weight: bold;
	font-size: 14px;
}

.content a:visited {
    color: #2B339B;
}

.content h4 {
    font-family: Tahoma, serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.content h3 {
    font-family: Tahoma, serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.content h2 {
    font-family: Tahoma, serif;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.notice {
    color: #dc143c;
}

.quote {
    font-size: 14px;
    font-style: italic;
}

.quote a {
    font-style: italic;
    font-size: 13px;
}

/* Home */
a.home_links {
    color: #101550;
    text-decoration: none;
	font-size: 20px;
}

a:visited.home_links {
    color: #101550;
    text-decoration: none;
}

a:hover.home_links {
    color: #2b61b5;
    text-decoration: none;
}

/* Mini-Comp */
.fine_print {
    font-size: 12px;
}

.question a {
    color: #101550;
}

.answer {
    margin-left: 20px;
}

/* Product */
.product {
    margin-right: auto;
    margin-left: auto;
}

/* News */
.news_post_title a {
	color: #101550;
    text-decoration: none;
	font-size: 20px;
}

.news_post_title a:visited {
	color: #101550;
    text-decoration: none;
}

.news_post_title a:hover {
	color: #2b61b5;
    text-decoration: none;
}

.news_post_date {
	font-size: 11px;
	font-family: Tahoma, serif;
}

.news_post_preview {
	font-size: 12px;
}


/* Footer */
.footer {
    margin-left: auto;
    margin-right: auto;
    width: 975px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Tahoma, serif;
    font-size: 12px;
    line-height: 150%;
    background-color: #e0ded7;
}

.footer a {
    color: #2b61b5;
    font-size: 12px;
}

.footer a:visited {
    color: #2B339B;
}
