html, body
{
    font-family: arial, sans-serif;
    height: 100%;
    margin: 0px;
}

h1, h2
{
    font-family: "Richard";
    font-size: 20px;
    font-weight: bold;
    color: #00186E;
}

a
{
    color: #004E82;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#start_layout
{
    padding-top: 30px;
}

#start_left, #start_right
{
    background-image: url("../pics/start_left_01.png");
    background-repeat: no-repeat;
    width: 405px;
    height: 693px;
    float: left;
}

#start_left .start_content, #start_right .start_content
{
    margin: 20px;
    margin-top: 305px;
    margin-left: 70px;
}

#start_right
{
    background-image: url("../pics/start_right_01.png");
}

#start_right .start_content
{
    margin-left: 30px;
}

#start_footer
{
    text-align: right;
    clear: left;
    padding-right: 40px;
}

.listitem
{
    color: #00186E;
    font-size: 20px;
    background-image: url("../pics/point.png");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    overflow: visible;
}

.listitem span
{
    margin-left: 25px;
}

#content_table
{
    color: #00186E;
    margin: auto;
    width: 550px;
}

@font-face {
  font-family: 'RICHARD';
  src: url('richard-webfont.eot');
  src: local('☺'), url('richard-webfont.woff') format('woff'), url('richard-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
