body {
    background-color: #946B37;
    text-align: center;
}

table.main {
    border-spacing: 10px;
    border-collapse: collapse;
    width:800px;
    height: 700px;
    margin-left:auto;
    margin-right:auto;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
}

table.main thead {
    border-width: 2px 2px 0px 2px;
    border-style: solid solid solid solid;
    border-color: black black black black;
}

table.main thead th {
    border-width: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.main tbody {
    border-width: 0px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: black black black black;
}

#bodyMain {
    background-color: #ffffff;
}

table.main tbody td {
    border-width: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.main tfoot td {
    border-width: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 0px 0px 0px 0px;
    text-align:center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

table.topMenu {
    border-width: 0px 0px 0px 0px;
    width: 782px;
    height: 40px;
}

table.topMenu thead th {
    font-size: 14px;
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-image: url('../images/topMenuBar_1.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    cursor: pointer;
}

table.leftMenu {
    border-width: 0px 0px 0px 0px;
    width: 200px;
    height: 100%;
}

table.leftMenu thead th {
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: black black black black;
    font-size: 14px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 35px;
    background-color: #EDE4C7;
}

table.leftMenu tbody td {
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: black black black black;
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 35px;
    background-color: #EDE4C7;
}

div.leftMenu2 {
    width:200px;
    height:500px; 
    overflow: auto;
    border-width: 0px 0px 0px 0px;
    background-color: #EDE4C7;
    text-align: center;
}

table.content {
    width:100%;
    height: 100%;
    border-width: 0px 0px 0px 0px;
}

table.content thead th {
    border-width: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 35px;
    text-align: left;
}

table.content tbody td {
    border-width: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.footer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.linkLeftMenu {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.linkLeftMenu:HOVER {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff9900;
    text-decoration: underline;
}

.linkLeftMenu:VISITED {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #CC5500;
    text-decoration: none;
}

.error {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}

.success {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #33cc00;
}

.aboutUs {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #663300;
    font-weight: bolder;
    vertical-align: middle;
}
