body {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
 
}


.headerLeft {
    background-color: #d4c58e;
    text-align: left;
    font-weight: bold;
    height: 170px;
    width: 190px;
    padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #000000;
}

.headerLeft h2, .headerCal h2 {
    font-size : 18px;
    padding: 5px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #663333;
}
.headerLeft h4, .headerCal h4{
    font-size: 9px;
    color: #663333;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}
.headerLeft img {
    padding: 3px 3px 3px 3px; 
}

.headerRight {
    width: 600px;
    height: 170px;
   	border-bottom: 1px solid #000000;
}


.content a:link, .content a:visited {
    color: #A45337;
    text-decoration: underline;
}
.content a:hover, .content a:active {
    color: #000000;
    text-decoration: underline;
}

.contentLeft {
    text-align:  left;
    width: 200px;
    background-color: #d4c58e;
    padding: 10px 0 30px 0;
    font-size: 12px;
    font-weight: bold;
}

.contentRight {
    width: 600px;
    padding: 0px 0 30px 0px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 0 10px;
    width: 580px;
    vertical-align: top;
}

.contentCal {
    width: 800px;
    padding: 0px 0 30px 0px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 0 10px;
    width: 800px;
    vertical-align: top;
}

.footer {
    width: 800px;
    height: 39px;
}

.title1 {
    font-size : 16px;
    font-weight: bold;
    color: #663333;
    height: 16px;
    border-bottom: 2px solid #663333;
    margin-top: 25px;
    margin-bottom: 15px;

}
.title2 {
    font-size : 14px;
    font-weight: bold;
    color: #663333;
    height: 13px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-style: italic;
}

table .clearTable {   
    width: 100%;
    background-color: white;
    border-style: none;
}

table .clearTable tr td {
  	border: 0px;
    color:  black;
    font-size: 12px;
    background-color: white;
    line-height:  18px;
    padding: 4px;
    border-style: none;
    border-color: white;
}

table .colorTable
{   width: 100%;
    background-color: #cccc99;
}

table .colorTable th {
    color: #663333;
    background-color: #d4c58e;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 4px;

}
table .colorTable td {
    color: #666666;
    font-size: 11px;
    background-color: #ffffcc;
    line-height:  15px;
    border-color: #cccc99;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 4px;
}

.imageRight {
    float: right;
}
.imageLeft {
    float: left;
}

a.menu1 {
    display: block;
    padding: 0 5px 0 10px;
    font-size : 13px;
    font-weight: bold;
    text-align: left;
    color: #663333;
}

a.menu1 {
    padding-top: 7px;
}
a.menu1:link, a.menu1:visited {
    color: #663333;
    text-decoration: none;
}
a.menu1:hover, a.menu1:active {
    color: #003300;
    text-decoration: none;
}

a.menu2 {
    padding: 0 0 0 10px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 30px;
}
a.menu2:link, a.menu2:visited {
    color: #000000;
    text-decoration: none;
}
a.menu2:hover, a.menu2:active {
    color: #003300;
}




