* {
    margin: 0;
    padding: 0;
}

body {
    font: 0.8em Verdana, Arial, Helvetica, sans-serif;
    background-color: #b2b2b2;
    padding-top: 14px;
    color: #4f4f4f;
}

a {
    color: #8d2624;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

p {
    margin-bottom: 15px;
}

#container {
    width: 800px;
    margin: 0 auto;
    padding-left: 14px;
}

#left-col {
    float: left;
    width: 644px;
    background-color: #ffffff;
}

#header {
    height: 69px;
}

#logo {
    float: left;
    width: 150px;
}

#sag-link {
    float: right;
    padding-top: 50px;
    padding-right: 25px;
    font-size: 0.8em;
}

#content-container {
    margin-left: 21px;
    margin-right: 21px;
    padding-top: 16px;
    padding-bottom: 100px;
    border-top: 23px solid #b1b1b1;
}

#resource-links-empty {
    float: left;
    width: 103px;
    padding: 3px;
    font-size: 0.8em;
    color: #1c2e4e;
}

#resource-links {
    float: left;
    width: 103px;
    padding: 3px;
    background-color: #eeeded;
    border: 1px solid #b1b1b1;
    font-size: 0.8em;
    color: #1c2e4e;
}

#resource-links h4 {
    font-size: 1.0em;
    margin-bottom: 15px;
    padding: 10px 0 7px 0;
    border-bottom: 1px solid #b1b1b1;
}

#resource-links img {
    border: 1px solid #b1b1b1;
}

#resource-links li {
    list-style: none;
    margin-bottom: 10px;
}

#resource-links li a {
    color: #1c2e4e;
}

#content {
    float: left;
    width: 430px;
    padding-left: 23px;
    padding-right: 23px;
}

#terms {
    background-color: #1c2e4e;
    width: 400px;
    padding: 23px 8px 13px 8px;
    text-align: right;
}

#terms-copy {
    height: 156px;
    padding: 5px;
    margin-bottom: 12px;
    overflow: auto;
    text-align: left;
    background-color: #ffffff;
    font-size: 0.8em;
}

#welcome {
    text-align: center;
    padding-top: 20px;
}

#welcome h1 {
    font: 1.5em Verdana, Arial, Helvetica, sans-serif;
    color: #274585;
    margin-bottom: 224px;
}

#register-empty {
    float: right;
    width: 103px;
    padding: 3px;
    font-size: 0.8em;
    color: #1c2e4e;
}

#register {
    float: right;
    width: 103px;
    padding: 3px;
    background-color: #eeeded;
    border: 1px solid #b1b1b1;
    font-size: 0.8em;
    color: #1c2e4e;
}

#register img {
    border: 1px solid #b1b1b1;
}

#register p {
    padding-top: 5px;
    margin-bottom: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */