body {
    background: #fdf9ef url('../images/bg.gif') top left no-repeat;
    background-repeat: repeat-y;
    font-family: Arial;
    color: black;
    margin: 0;
    font-size: 11pt;
}

.bottomBox{
    width: 603px;
    background-color: #fffcf5;
    padding: 5px;
    padding-left: 15px;
    float: right; 
    border: solid #d9a678 1px;
	margin-left: 5px;
}


.heading
{
    border-bottom: solid #983406 1px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 5px;

}

h1{
    font-size: 14pt;
    color: black;
    margin: 0;
}

h2{
    font-weight:bold;
    font-size: 11pt;
    margin:0;
}

img{
    border: none;
}

a:link{
  text-decoration: underline;
  color:#006699;
  font: 9pt sans-serif;

}
a:visited{
  color: #004d73;
  font: 9pt sans-serif;

}

a:hover{
  text-decoration: none;
}

.sideBoxes
{
    background-image: url('../images/sideBox.gif');
    background-repeat: repeat-x;
    border-bottom: solid #d9a678 1px;
    width: 296px; height: 130px;
    font-size: 10pt;
}

.sideBoxes img{
    border: solid #da9143 1px;
}

.sideBoxes a:link{
    font-size: 12pt;
    font-weight: bold;
}   

.sideBoxes a:visited{
    font-size: 12pt;
    font-weight: bold;
}   


.flashBox{
    border: solid #d9a678 1px;
} 