* {
    margin: 0;
    padding: 0;
}

body {
    background-position: top center;
    background-image: url('images/bg.gif');
    background-repeat: repeat-y;
}

a {
    text-color: #77A8C7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 10px;
}

#main {
    margin-left: auto;
    margin-right: auto;

    width: 748px;
    height: 100%;
    background-image: url('images/bg.gif');
    background-repeat: repeat-y;
}

#header {
    width: 100%;
    height: 104px;
}

#header_left {
    height: 104px;
    width: 364px;
    background-image: url('images/header_left.gif');
    background-repeat: no-repeat;
    float: left;
}

#header_right {
    height: 103px;
    width: 384px;
    background-image: url('images/header_right.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    float: right;
}


#menu_bar {
    float: left;
    width: 140px;
    padding-top: 10px;
}

#main_content{
    padding: 10px 10px 30px 0px;
    margin-left: 175px;
    width: 535px;
}

#menu {
    list-style-type: none;
    padding-left: 27px;
    padding-bottom: 30px;
    width: 100%;
    margin: 0px;
}

#menu li a {
    border-left: 5px solid black;
    display: block;
    padding: 2px 0px 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#menu li a:hover {
    color: white;
    background-color: #663399;

}

#menu li {
    width: 134px;
    margin-bottom: 2px;
    height: 100%;
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #5A268E;
    text-align: center;
    margin-bottom: 10px;
}

.caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #5A268E;
    text-align: center;
    margin-bottom: 20px;
}
.links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #5A268E;
    text-align: left;
    margin-bottom: 20px;
}

#contact {
    border-top: 1px solid black;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#footer {
    margin-bottom: 0px;
    text-align: center;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ul {
    margin-left: 10px;
}

li {
    margin-bottom: 5px;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border-collapse:collapse;
}

th {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: right;
    vertical-align: middle;
    padding-top: 10px;
}

td {
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 10px;
}

input {
    width: 250px;
}

#form_comments {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#form_comments textarea{
    width: 400px;
    height: 200px;
}

#textarea_heading {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}