* { 
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    background: #b8c7e2 url(/images/bg.gif) top center repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #bac9e3;
}
a {
    color: #fabb26;
}
a:hover {
    color: #e1e6f3;
}
h1 {
    font-weight: normal;
    font-size: 26px;
}
h2 {
    font-weight: normal;
    color: #6b779b;
    font-size: 26px
}
h3 {
    font-weight: normal;
    color: #6b779b;
    font-size: 18px
}
#wrapper { 
    width: 950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #405078;
    margin: 0 auto -72px; /* the bottom margin is the negative value of the footer's height */
}
#faux {
    background: url(/images/sub_content_no_monitor.png) no-repeat top center ;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
#header {
    background: #425d88 url(/images/header.png);
    width: 950px;
    padding: 0px;
    height: 250px;
    z-index: 10;
}
#topnav {
    padding-top: 36px;
    text-align: center;
}
#topnav ul {
    list-style: none;
}
#topnav ul li {
    display: inline;
    padding: 0 7px 0 7px;
}
#topnav ul li a {
    color: #4673b6;
    letter-spacing: 1px;
    text-decoration: none;
}
#topnav a:hover {
    color: #993333;
}

#homelink {
    position: relative;
    text-align: center;
    margin: 50px auto 0px auto;
    z-index: 50;
    width: 950px;
    height: 160px;
}
#homelink a {
    position: relative;
    color: #fff;
    text-decoration: none;
}
#homelink img {
    border: 0;
    width: 250px;
    height: 160px;
}
#homelink a:hover {
    color: #fff;
    text-decoration: none;
}

#leftcolumn { 
    display: inline;
    padding-left: 63px;
    width: 207px;
    float: left;
}
#leftcolumn h4 { 
    padding-top: 20px;
}
#content_home {
    float: left;
    margin: 80px 30px 60px 10px;
    width: 385px;
    display: inline;
    position: relative;
}
#content_home p {
    width: 322px;
    margin-left: 55px;
}
#content { 
    float: left;
    padding: 0 15px 60px 25px;
    width: 385px;
    display: inline;
    position: relative;
}
#content p, #content_home p {
    padding-bottom: 20px;
}
#content h1 #content_home h1 {
    padding-bottom: 0px;
}
#content h2, h3 #content_home h2, h3 {
    padding-bottom: 20px;
}
#content table, #content_home table {
    padding-bottom: 20px;
}
#content td, #content_home td {
    padding: 0 10px 3px 0;
}

#content ul, #content_home ul {
    padding: 0 0 20px 0;
    margin-left: 20px;
}

#rightcolumn {
    display: inline;
    float: left;
    margin: 0;
    width: 200px;
    padding-left: 10px;
}
#rightcolumn p {
    padding-top: 20px;
}
#rightcolumn form {
    margin: 15px 0px 0px 15px;
}
#rightcolumn input {
    margin-bottom: 5px;
}
#push {
    height: 72px; /* .push must be the same height as .footer */
}
#blogteaser {
    position: absolute;
    top: 525px;
    margin: 0 0 0 20px;
    width: 190px;
}
#blogteaser a {
    float: right;
    margin-top: -15px;
    margin-right: 5px;
}
#footer { 
    width: 950px;
    clear: both;
    height: 72px;
    background: #ABBEBE url(/images/footer.png);
    padding: 0px;
    margin: 0 auto;
    overflow: auto;
}
#bottomnav {
    padding-top: 20px;
    text-align: center;
    color: #6b779b;
    font-size: 11px;
}
#bottomnav a {
    color: #181e38;
    height: 10px;
    text-decoration: none;
    padding: 0 5px 0 5px;
    font-size:11px;
}
#bottomnav a:hover {
    color: #993333;
}
.copyright {
    padding-top: 10px;
}
.clear { 
    clear: both;
    background: none;
}
.ratefinder {
    padding-top: 75px;
    padding-left: 10px;
    letter-spacing: -3px;
    font-weight: bold;
    font-size: 48px;
    color: #fabb26;
}
.blue {
    color: #5783c5;
    font-weight: bold;
}