body {
    background: rgb(229,227,223);
    color: rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: rgb(163,72,50);
}

a:visited {
    color: rgb(163,72,50);
}

a:hover {
    color: rgb(183, 185, 50);
}   

a.attra {
    color: rgb(200,200,200);
}

a.menu:link {
    color: rgb(255,255,255);
    text-decoration: none;
}

a.menu:visited {
    color: rgb(255,255,255);
    text-decoration: none;
}

a.menu:hover {
    color: rgb(179, 92, 21);
}   

a.menu:active {
    color: rgb(179, 92, 21);
}   

table.container {
    border: 0px solid rgb(200,200,200);
    border-collapse: collapse;
    width: 800px;
}

table.container tr {
    vertical-align: top;
}

table.container td.border {
    border: 1px solid rgb(200,200,200);
}

table.container td.grey {
    background: rgb(240,240,240);
    border: 1px solid rgb(200,200,200);
}

td {
    font-size: 12px;
}

div.banner {
    /* height: 112px; */
    /* background: url("Images/banner.jpg") center no-repeat; */
}

div.menu {
    margin-top: 10px;
    height: 18px;
    /* background: rgb(5,54,99); */
    background: rgb(150,150,150);
    font-size: 11px;
    color: rgb(255,255,255);
}

table.content {
    /* padding: 0px 0px 0px 0px; */
    width: 800px;
    font-size: 12px;
    background: rgb(255,255,255);
}

div.sideBar {
    margin: 15px 5px;
    font-size: 10px;
}

div.sideBar div.sideHead {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background: rgb(157,189,240);   
}

div.sideBar div.sideBody {
    padding: 3px 3px 3px 3px;
    /* background: rgb(177,201,201); */
    background: rgb(199,217,244);
}

div.sideBar div.sideBody a {
    color: rgb(0,0,0);
}

div.footer {
    text-align: center;
}

H1, H2, H3, H4, H5, H6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: rgb(76,10,27);
  /* color: rgb(200,5,5); */
}

.small{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height:10px; 
  color: #999999; 
  text-decoration: none;
}

.grey{
  background: #DDDDDD;
  border: 1px solid rgb(200,200,200);
}

.normal{
  font-weight: normal;
  font-size: 8pt;
}

.message{
  background: #FFFFAA;
  border-width: thin;
  border-style: solid;
  padding: 10pt;
  font-weight: bold;
}

table.register {
    /* width: 580px; */
    border: 0;
    cellspacing: 2px;
    background: rgb(230,230,230);
    font-size: 10px;
}

table.register th {
    background: rgb(153,170,172);
    font-weight: bold;
}

table.register td {
    vertical-align: bottom;
}

table.register td.center {
    text-align: right;
}

table.confirmation {
    width: 580px;
    border: 0;
    cellspacing: 2px;
    font-size: 8pt; 
    font-face: Arial;
}

table.confirmation th {
    font-weight: 600; 
    color: #FFFFFF; 
    background: #0A3278; 
    padding: 3.0pt 6.0pt 3.0pt 6.0pt
}

div.buttons {
    text-align: center;
    margin-top: 20px;
    /* width: 150px; */
}

div.buttons div.left {
    float: left;
}

div.buttons div.right {
    float: right;
}

table.submit {
    margin-top: 20px;
    border: 0;
    cellspacing: 2px;
    text-align: center;
}

sup {
    color: red;
}
