body {
    margin: 0;
    background: #111;
    font-family: 'Arial', sans-serif;
    color: #333;
}
body, table {
    font-size: 12px;
}
td {
    vertical-align: top;
}
div.top {
    height: 60px;
    background: url('../images/top_bg.png') top center;
    text-align: center;
}
div.top img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.wrapper {
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
}
div.main {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 968px;
}
div.topnav {
    float: right;
    height: 91px;
}
div.topnav a {
    background: url('../images/bullet.png') center right no-repeat;
    padding-right: 30px;
    margin-left: 20px;
    float: left;
    margin-top: 30px;
    height: 30px;
    line-height: 28px;
    color: #666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
div.topnav a:hover {
    text-decoration: underline;
}
div.sidebar {
    width: 260px;
    float: left;
}
div.sidebar_header {
    margin-top: 30px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: url('../images/sidebar_header.png');
    padding-left: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
}
div.menu {
    height: 250px;
    background: url('../images/menu.png');
}
div.menu a {
    padding-left: 26px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E7686C;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    background: url('../images/menu_bullet.png') 220px center no-repeat;
}
div.menu a:hover {
    background-color: #222;
    background-image: url('../images/menu_bullet_a.png');
}
div.content {
    width: 678px;
    float: right;
}
div.footer_wrapper {
    padding-top: 10px;
    background: url('../images/footer_bg.png');
    padding-bottom: 200px;
    font-size: 10px;
    color: #ccc;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.footer {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
}
div.footer a {
    color: #fff;
    text-decoration: none;
}
div.footer a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.preload {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
form {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #C41717;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2.bullet {
    background: url('../images/bullet.png') center right no-repeat;
    width: 220px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    padding-top: 3px;
    margin-bottom: 11px;
}
a {
    color: #C41717;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.content h1 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}
div.content p {
    margin-top: 0px;
    margin-bottom: 20px;
}
div.content h2 {
    font-size: 14px;
    margin-bottom: 20px;
}
input.text {
    width: 120px;
    border: 1px solid #999;
    padding: 4px 2px;
    margin-top: 20px;
    color: 666;
}
input.btn {
    background: #C41717;
    color: #fff;
    border: 0;
    padding: 3px 14px !important;
    font-weight: bold;
    font-size: 12px;
}
form a {
    font-size: 11px;
    font-weight: bold;
}
ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    margin-left: 14px;
}
li {
    padding-left: 10px;
    padding-bottom: 8px;
}
.error {
    color: red;
    font-weight: bold;
}
.turing {
    display: none;
}

