/**************BASE DECLARATION****************/
body {
  background-color: #d2a658;
  background-image: url(../images/bg.jpg);
  background-repeat:repeat-y;                      /* repeat (default),  no-repeat,  repeat-x,  repeat-y */
  background-position:center top;                 /* left/right/center (space)  top/center/bottom*/
  background-attachment:fixed;                     /* fixed/scroll/inherit  */
  text-decoration: none;
  text-align: left;                               /* left, right, center, justify  */
  font-size: medium;                              /* xx-small, x-small, small, medium, large, x-large, xx-large      */
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: normal;                           /* lighter, normal, bold, bolder, */
  color: #000000;
  margin: 0px; 
  padding:0px
    }


/************** DIV ID ***************( <div id="center1000"></div> ) ****************/

div#center1000 {
  width: 1000px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: left;
}

/************** DIV CLASS ***************( <div class="leftbody"></div> ) ****************/

div.copy{
  margin-left:20px;
  font-size: 10px;
}

div.leftbody {
  margin-left:50px;
  margin-right:30px;
  text-align:justify;
  text-indent:10px;
  font-size: 14px;
}
div.news {
  margin-left:20px;
  margin-right:20px;
  margin-top:30px;
  text-align:center;
  text-shadow: #d2a658 1px 1px 2px;
  font-size: 12pt;
}
div.textnav{
  margin-left:20px;
  margin-right:20px;
  margin-top:0px;
  text-align:center;
  text-shadow: #ffffff 2px 2px 2px;
  font-size: 8pt;
  color: #000000;
}
div.rightbody {
  margin-left:50px;
  margin-right:30px;
  text-align:justify;
  text-indent:10px;
  font-size: 14px;
}

/**************TEXT COLORS****************/

  a:link     {color:#330099}
  a:visited  {color:#330099}
  a:hover    {color:#9966ff}
  a:active   {color:#990000}

/**************ALIGN CLASSES****************/
.left      {text-align:left}
.right     {text-align:right}
.center    {text-align:center}


/**************TEXT CLASSES****************/

.heavy {
  text-decoration: none;
  font-size: 120%; 
  font-weight: bold;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.normal {
  text-decoration: none;
  font-size: 100%; 
  font-weight: normal;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.small {
  text-decoration: none;
  font-size: 80%; 
  font-weight: lighter;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.tiny {
  text-decoration: none;
  font-size: 60%; 
  font-weight: normal;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.callOut { 
  padding: 1em; 
  background: #e8e7e7; 
  margin-bottom: 1.2em; 
  border: 1px solid #cfbddb;   text-decoration: none;
  font-size: 60%; 
  font-weight: normal;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

/**************COLOR CLASSES**********<SPAN CLASS="heavy blue"></SPAN>******/
/*  aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow  */

.red  {color: #990000;}
.black  {color: #000000;}
.blue  {color: #000099;}
.white  {color: #FFFFFF;}
.green  {color: #009900;}
.grey  {color: #666666;}

.lav  {color: #ae87fc;}

/**************HR CLASSES*********<hr class="thick green">*******/

hr.thin { 
  border: 0;
  width: 70%;
  height: 1px;
  text-align: center;
    }
hr.medium {
  border: 0;
  width: 70%;
  height: 3px;
  text-align: center;
    }
hr.thick { 
  border: 0;
  width: 70%;
  height: 5px;
  text-align: center;
    }

hr.lav { 
  border: 0;
  width: 70%;
  height: 1px;
  text-align: center;
  color: #ae87fc;
    }


/**************HEADER CLASSES**********<h1 class=red></h1>******/

h1  {
  display: inline;
  font-size: 200%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h2  {
  display: inline;
  font-size: 170%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h3  {
  display: inline;
  font-size: 150%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h4  {
  display: inline;
  font-size: 120%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h5  {
  display: inline;
  font-size: 100%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h6  {
  display: inline;
  font-size: 80%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }


/**************PARAGRAPH CLASSES**********<P CLASS=tight></P>****<P CLASS="indent red"> **/



p.indent {text-indent:20px} 
p.right  {text-align:right;}
p.tight  {line-height:90%}    /*  decreased leading  */
p.loose  {line-height:160%}   /*  increased leading  */







/**************LIST CLASSES***********<UL CLASS="image"></UL>*****/
ul.disc        {list-style-type:disc}
ul.circle      {list-style-type:circle}
ul.square      {list-style-type:square}

ol.decimal     {list-style-type:decimal}
ol.lower-roman {list-style-type:lower-roman}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}
ol.upper-alpha {list-style-type:upper-alpha}



/**************CURSOR CLASSES*********<SPAN CLASS="help"></SPAN>*******/

.help      { cursor: help}
.crosshair { cursor: crosshair}
.wait      { cursor: wait}

















