
/*
body         {font-family: Arial;
              font-size: 10pt;
              margin-left: 0px;
              background: url(images/bckgrnd.gif) repeat-y left}
*/

body         {font-family: font-family: Arial, Helvetica, sans-serif;
              font-size: 10pt;
              background: #FFFFFF url("images/greyweave.jpg");
              margin: 0; padding: 0;
              text-align: center}

.nobg        {background: none}

tr, td       {font-family: Arial;
              font-size: 10pt}

#nav_bar     {position: fixed;}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

.whitebg    {background: none #FFFFFF;
             width: 88px;
             height: 31px}

#insidemargins    
            {width: 752px;
	     margin: 25px auto; /* Right and left margin widths set to "auto" */
	     text-align:left; /* Counteract to IE5/Win Hack */
             padding: 15px;
             border: 5px groove;
             background-color: #FFFFFF;}

.content    {left-margin: 600px}


/*

UL          {text-indent: 0px;
             margin-left: 25px;
             padding-top: 0px;
             padding-bottom; 0px;
             padding-right: 0px;
             padding-left: 0px;
             list-style-image: url(images/neg_ring.jpg)}

*/

em           {font-style: italic;
              font-weight: normal;
              font-family: Arial;
              margin-right: 5px}

.nicebox     {border-style: outset;
              border-color: #0000FF;
              border-width: 6px;
              width: 300px;
              padding: 12px;
              font-weight: bold;
              font-style: italic;
              text-align: left}

/*
hr           {height: 5px;
              width: 95%;
              background: gray;
              margin: 0px 150px 0px 150px;}
*/

div.hr       {height: 15px;
              background: #fff url(images/bar.gif) no-repeat scroll center;}

div.hr hr    {display: none;}

h1           {font: bold 22pt/26pt "Copperplate Gothic Bold"; 
              text-align: center}   

h2           {font: bold 18pt "Copperplate Gothic Bold"; 
              text-align: center}  


/* You can take this big lump of code...... */
/*                                          */
/* h1 {                                     */
/*   font-weight: bold;                     */
/*   font-size: 12pt;                       */
/*   line-height: 14pt;                     */
/*   font-family: Helvetica;                */
/*   font-variant: normal;                  */
/*   font-style: normal;                    */
/*   font-stretch: normal;                  */
/*   font-size-adjust: none                 */
/* }......and squash it down to this. It'll work just as well. */
/*                                                             */
/* You need to include the values in the same order as they    */
/*  are in the long example. It's just a                       */
/*  convention.                                                */
/* Notice the cunning way that you can set the font size and   */
/* line height at the same time.                               */
/* 12pt/14pt gets you a 12 point font on a 14point line.       */
/* Anything that you just want to be "normal" can be left out. */
/* Stuff just defaults to normal if you /* /* don't tell it    */
/* otherwise.                                                  */

/* highlight text like in a textbook */

.highlight     {background: #DDAAEE; color: white;}