       .style2
            {
                font-family: "Monotype Corsiva";
                font-size: medium;
            }
            .style3
            {
                text-align: center;
                font-family: "Monotype Corsiva";
            }
            .style4
            {
                font-size: medium;
            }
            .bodyText
            {
                font-family: "Book Antiqua";
                font-weight: 500;
                color : red;
                font-size: 12pt;
            }
            
            .smallbodyText
	                {
	                    font-family: "Book Antiqua";
	                    font-weight: 500;
	                    font-style: italic;
	                    color : #990000;
	                    font-size: 9pt;
            }
            
            .bodyTextHeadings
            {
                font-family: "Book Antiqua";
                font-weight: 600;
                color : #FBFBDC;
                font-size: 12pt;
                background-color: red;
                background-image: url('IMAGES/bannerBack.png');
                
               
            }
            
            .bodyTextSubHeadings
            {
                font-family: "Book Antiqua";
                font-weight: 600;
                color : #990000;
                font-size: 12pt;
            }
            
       a {
       
       text-decoration: none;
       color: red;
       border-bottom: dotted;
       border-bottom-width: 1px;
       
       }
       
       a:hover {
       background: 9B0908;
       color: FFFF99;
       }
       
       #headerLink {
       
       font-family: "Book Antiqua, Verdana, geneva, arial";
       font-size:12pt;
       color:red;
       text-decoration : none;
       
       }
       
/*-----------------------------------------------Layout DIVS------------------------------------------------*/



body {
margin: 0; 
padding: 0; 
height: 97%; 
text-align: center;
position :absolute;
background: url('IMAGES/woodenfloor.jpg') repeat fixed 0 0;
}




#outerContainer {
margin:0 auto;
 width: 1000px;
  text-align: left; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 0;
    /*height: 100%; */
   /*position: inherit; */
}


#leftShadow {
width: 25px;
float: left;
background:  url('IMAGES/leftShadow.png') repeat-y 0 0;
height: 100%;

}

#rightShadow {
width: 25px;
float: left;
background:  url('IMAGES/rightShadow.png') repeat-y 0 0;
height: 100%;
}

#bottomShadow {
width: 970px;
background:  url('IMAGES/bottomShadow.png') repeat-x 0 0;
height: 25px;
margin: auto;
margin-left: 15;
}


#topShadow {
width: 970px;
background:  url('IMAGES/topShadow.png') repeat-x 0 0;
height: 25px;
margin: auto;
margin-left: 15;
}

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 1000px; 
/*height: 100%;   */
float: left;
background:  url('IMAGES/background.png') repeat-y 0 0;
/*background: #FFFF99 none repeat scroll 0 0;*/
overflow: hidden;
float: left;
}