
body {
    background-image: url("background.png");
    margin: 0px 0px 0px 0px;
    font-family: "Candara", serif;
    font-size: 17px;
    background-color: #eeeeee;
    color: #000000;
}

a {
    color: #000000;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: #cccccc;
}

p.center {
    text-align: center;
}

p.mono {
    font-family: "Courier New", Courier, monospace;
}

a.red {
    color: red;
}

div.center {
    text-align: center;
}

div.large_font {
    font-size: 25px;
}

div.wrap {
    width: 720px;
    margin: 0 auto;
}

div.left {
    float: left;
    width: 360px;
}

div.right {
    float: right;
    width: 360px;
}

div.left2 {
    float: left;
    width: 550px;
}

div.right2 {
    float: right;
    width: 170px;
}

p.red {
    color: red;
}

p.green {
    color: green;
}

p.blue {
    color: blue;
}

table.leaders {
    font-size: 11px;
    line-height: 12px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/* Copied from 1t1 style.css */

li {
    margin: 0px 30px 5px 0px;
    text-align: justify;
}

p {
    margin: 18px 0px 5px;
    text-align: justify;
    line-height: 18px;
}

hr {
    padding-top: 15px;
    display: block;
    height: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: inherit;
}

.sidebarbox {
    width: 91px;
}

input {
    padding: 2px;
    border: 1px solid;
    font-family: Georgia, serif;
    font-size: 15px;
    margin: 6px -18px;
}

pre {
    margin: 0px;
    white-space: pre-wrap;
}

ul {
    margin: 25px 0px;
}

ol {
    margin: 25px 0px;
}

#container {
    background-size: 100% 100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0px auto;
    width: 1026px;
}

/* Page Header */

#header_container {
    background-image: url('banner.png');
    margin-bottom: 0px;
    /*border: 1px solid;*/
    overflow: hidden;
    height: 187px;
    width: 1026px;
}

/* Page Header : Company Name & Logo */

#header_company {
    margin-top: 20px;
    width: 585px;
    height: 35px;
    float: left;
    text-align: left;
}

#header_company h1 {
    width: 585px;
    height: 35px;
}

h1 {
    font-family: Helvetica, sans-serif;
}

h2 {
    font-family: Helvetica, sans-serif;
}

h3 {
    font-family: Helvetica, sans-serif;
}

/* Page Header : Welcome Note */

#header_welcome {
    padding-left: 142px;
    float: left;
    text-align: justify;
}

#header_welcome h3 {
    padding: 3px 0px 0px;
    font-size: 14px;
}

#header_welcome p {
    margin-top: 7px;
}

#header_welcome #welcome_text {
    width: 447px;
}

/* Page Header : Menu */

#header_menu {
    padding-top: 10px;
    padding-right: 40px;
    float: left;
}

#header_menu li {
    margin-bottom: 2px;
    width: 150px;
    border: 1px solid #FFDE00;
    text-align: left;
    clear: both;
    float: none;
}

#header_menu li a {
    display: block;
    width: 150px;
    height: 20px;
    color: #004384;
    background-color: #00bbff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    line-height: 10px;
}

#header_menu li a span {
    display: block;
    padding-top: 4px;
    padding-left: 31px;
}

/* Left Sidebar */

#left_sidebar {
    width: 155px;
    float: left;
    margin: 0px 15px 10px;    
}

#left_sidebar .box_container {
    /*border: 1px solid #FFDE00;*/
    background-color: #ffffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px 0px 13px;
    /* box-shadow: 10px 10px 5px black; */
    border-style: solid;
    border-color: rgb(117,76,36);
    border-width: 10px;

}

/* Main Content */

#content_container {
    background-color: #ffffffff;
    float: left;
    text-align: left;
    width: 780px;
    margin: 0px 20px 10px;
    /* box-shadow: 10px 10px 5px black; */
    border-style: solid;
    border-color: rgb(117,76,36);
    border-width: 10px;
}

#content_container_inner {
    background-color: #eeeeee;
    float: left;
    text-align: left;
    margin-left: 22px;
    margin-bottom: 22px;
    width: 740px;
}

#content {
    padding: 20px 50px 20px 50px;
}

#message {
    padding: 0px 20px 0px;
}

#modification {
    border-top: 1px solid;
    padding: 10px 7px 16px;
    font-style: italic;
}

#solution {
    font-size: larger;
    font-weight: bold;
}

#solution:before {
    content: "Solution: ";
}

/* Leaderboard cells displaying a single character */

#small_cell {
    text-align: center;
}

/* Form button */

button {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    color: brown;
    text-decoration: none;
    font-weight: bold;
}

button:hover {
    color: #cccccc;
}

/* the little bit of table styling that can be put in css */

table, td, th {
    border-color: #ffffff;
}

#centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
