/* CSS Document */

body { background-color: #2C2A49;
       background-image: url(images/temp1_bgd_2c_2a_49.gif);
       background-repeat: repeat;
       background-attachment: scroll;
       background-position: top center;
       font-family: verdana,arial,helvetica;
	   color: #ffffff;
       border-width: thin;
       border-style: none;
       border-color: #8FBC8F;
       margin-left: 2%; 
       margin-right: 2%;
       margin-top: 2%;
       margin-bottom: 2%; }

a:link { font-family:verdana,arial,helvetica; 
		 font-size:12px;
		 color: #FF6347 }

a:visited { font-family:verdana,arial,helvetica; 
			font-size:12px;
            color: #000000 }
			
a:hover { font-family:verdana,arial,helvetica; 
		  font-size:12px;
          color: #808000 }
		  
a:active {
			font-family:verdana,arial,helvetica; 
			font-size:12px;
			color: #C0C0C0 }

h1 { color: #EEEEEE; 
     font-size: x-large;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: arial monospace; 
     background-color: #D2B48C;
     padding-top: 10px;
     padding-right: 10px;
     border-color: #000000;
     border-style: double;
     border-width: thick; }

.h1_2 { color:#006633; 
     font-size: x-large;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: arial monospace; 
     background-color: #D2B48C;
     padding-top: 0px;
     padding-right: 10px;
     border-color: #000000;
     border-style: double;
     border-width: thick; }

h2 { background-color: #FFF8DC;
     color: #121212;
     font-family: sans-serif monospace;
     text-align: center;
     padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 10px;
     margin-right: 50%;
     border-color: #FFFFFF;
     border-style: groove;
     border-width: medium; }

h3  { color: #8B008B;
      font-family: serif;
      font-size: small;
      font-style: italic;
      font-weight: bold;
      background-color: #00B800;
      text-align: center;
      vertical-align: middle;
      margin-right: 30%;
      margin-left: 30%;
      padding-left: 3px;
      padding-right: 3px;
      padding-top: 3px;
      padding-bottom: 3px;
      border-color: #FF0000;
      border-style: solid;
      border-width: thin; }

h4 { color: #FFFFFF;
     font-family: sans-serif;
     font-size: medium;
     text-align: center; }

h5 { color: #000000;
     font-family: serif;
     font-size: small;
     font-weight: bolder;
     background-color: #87CEEB;
     text-align: center;
     margin-right: 30%;
     margin-left: 30%;
     padding-top: 4px;
     padding-bottom: 4px;
     border-color: #FF0000;
     border-width: thick; }

hr { color: #0FF0F0;
     padding-top: 5px;
     padding-bottom: 5px;
     border-width: thin;
     border-style: groove;
     border-color: #F0F0F0;
     height: 5px; } 
    
.img { border-style: inset;
      border-width: thick;
      border-color: #FFFFFF;
      background-color: blue;
      height: 20%;
      width: 20%; }

p { margin: auto; }

ol.firstKind { list-style-type: decimal;
               list-style-position: outside;
               color: #DC143C;
               font-weight: bold;
               line-height: 1em; }

ol.secondKind { list-style-type: upper-alpha;
                list-style-position: outside;
                color: #0508A0;
                font-weight: bolder;
                line-height: 1.4em; }

ul { list-style-type: square;
     list-style-position: outside;
     font-family: monospace;
     font-weight: normal;
     letter-spacing: 2px;
     vertical-align: baseline;
     color: #222222;
     text-align: left; }

dl { padding-left: 10px; }
dt { padding-top: 10px; }

p.spacedOut { color: #FF1493;
              letter-spacing: 5px;
              font-family: cursive;
              font-size: 150%;
              font-style: oblique;
              font-weight: bold;
              font-variant: normal; }

.centered { text-align: center; }
.rightJustify { text-align: right; }
.upperCaseIt { text-transform: uppercase; }
.lowerCaseIt { text-transform: lowercase; }

.colorRed { color: #FF0000; }
.colorSalmon { color: #FA8072; }
.colorBlack { color: #000000; }
.colorBrown { color: #A52A2A; }
.colorBlue { color: #0000FF; }
.colorOlive { color: #808000; }
.colorNavy { color: #000080; }
.colorWhite { color: #ffffff; }

.boldIt { font-weight: bold;
          font-size: larger; }

.aBitBolder { font-weight: bolder; 
              font-size: larger; }

.variant1 { color: #009900; 
            font-size: medium;
            font-style: italic;
            font-weight: bold;
            font-variant: normal;
            font-family: fantasy; 
            letter-spacing: 4px; }

.variant2 { color: #EEEEEE; 
            font-size: x-large;
            font-style: oblique;
            font-weight: bold;
            font-variant: small-caps;
            font-family: arial monospace; 
            background-color: #D2B48C;
            padding-top: 10px;
            padding-right: 10px;
            border-color: #000000;
            border-style: double;
            border-width: thick; }


.variant3 { color: #A52A2A; 
            font-size: 90%;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-family: cursive; 
            background-color: transparent;
            text-align: left;
            line-height: 1.1em; }

.variant4 { color: #808000;
            font-family: monospace;
            border-width: thick;
            text-align: center;
            background-color: #FFFFFF;
            padding-top: 5px;
            padding-bottom: 5px;
            border-color: #000000;
            border-style: double;
            border-width: thick; }

.fancy1 { color: #4169E1; 
          font-size: medium;
          font-style: italic;
          font-weight: bold;
          font-variant: normal;
          font-family: cursive; }

.fancy2 { color: #CD7F32; 
          font-size: small;
          font-style: oblique;
          font-weight: bolder;
          font-variant: small-caps;
          font-family: monospace; }

.fancy3 { color: #007777; 
          font-size: x-large;
          font-style: normal;
          font-weight: lighter;
          font-variant: normal;
          font-family: fantasy; }

.fancy4 { color: #EEEEEE; 
          font-size: x-large;
          font-style: normal;
          font-weight: bold;
          font-variant: normal;
          font-family: sans-serif; }

.borderVariant1 { border-color: #000000;
                  border-style: double;
                  border-width: thick; }


h1 { color: #ffffff; 
     font-size: x-large;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: verdana,arial,helvetica;
	 text-align: center; 
     background-color: #2c2a49;
     padding-top: 2px;
     padding-right: 5px;
	 padding-left: 5px;
	 padding-bottom: 2px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }

h2 { color: #ffffff; 
     font-size: large;
     font-style: oblique;
     font-weight: bold;
     font-variant: normal;
     font-family: verdana,arial,helvetica; 
	 text-align: center;
     background-color: #2c2a49;
     padding-top: 2px;
     padding-right: 5px;
	 padding-left: 5px;
	 padding-bottom: 2px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }

h3 { color: #ffffff; 
     font-size: medium;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: verdana,arial,helvetica; 
	 text-align: center;
     background-color: #2c2a49;
     padding-top: 4px;
     padding-right: 4px;
 	 padding-left: 4px;
	 padding-bottom: 4px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }

h4 { color: #ffffff; 
     font-size: small;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: verdana,arial,helvetica;
	 text-align: center; 
     background-color: #2c2a49;
     padding-top: 2px;
     padding-right: 5px;
 	 padding-left: 5px;
	 padding-bottom: 2px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }

h5 { color: #ffffff; 
     font-size: x-small;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: verdana,arial,helvetica;
	 text-align: center; 
     background-color: #2c2a49;
     padding-top: 2px;
     padding-right: 5px;
 	 padding-left: 5px;
	 padding-bottom: 2px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }

h6 { color: #ffffff; 
     font-size: xx-small;
     font-style: oblique;
     font-weight: bold;
     font-variant: small-caps;
     font-family: verdana,arial,helvetica;
	 text-align: center; 
     background-color: #2c2a49;
     padding-top: 2px;
     padding-right: 2px;
 	 padding-left: 2px;
	 padding-bottom: 2px; 
     border-color: #998642;
     border-style: double;
     border-width: thick; }
/***********************************************************/
hr { color: #000000;
     padding-top: 1px;
     padding-bottom: 1px;
     border-width: thin;
     border-style: solid;
     border-color: #F0F0F0;
     height: 5px; } 
    

/***********************************************************/
div#hitCounterForm
{
 position: relative;
 top: 0px;
 left: 20px; 
 
 z-index: 0;

  background-color: #ffffff; 
 /* border: 1px solid #663300; */
 color: #663300;
 padding: 2px 2px 2px 2px;
 margin: 4px;
 font-family: arial,verdana,geneva,helvetica,sans-serif; 
 font-size: 12px; 
 font-weight: normal;
 
 text-align:left;  
 height: 440px; 
 /* width: 650px;*/
 width: 81%;
 overflow:auto;
 
 border-width:1px;
 border-color:#000000;
 border-style:solid;
 
}
/***********************************************************************/
div#webStats
{
 position: relative;
 top: 0px;
/* left: 20px; */
 
 z-index: 0;

  background-color: #ffffff; 
 /* border: 1px solid #663300; */
 color: #663300;
 padding: 2px 2px 2px 2px;
 margin: 4px;
 font-family: arial,verdana,geneva,helvetica,sans-serif; 
 font-size: 12px; 
 font-weight: normal;
 
 text-align:left;  
 height: 550px; 
 /* width: 650px;*/
 width: 90%;
 overflow:auto;
 
 border-width:1px;
 border-color:#000000;
 border-style:solid;
 
}
/***********************************************************************/
table.overallWebStats
{ 
 background-color: #ffffff; 
 
 color: #006633;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 font-family: arial,verdana,geneva,helvetica,sans-serif; 
 font-size: 14px; 
 font-weight: bold; 
 text-align:left;
 
 width:100%;
}
/***********************************************************************/
.statistics_Header
{
 padding: 0px 0px 0px 0px;
 margin: 0px;
 
 font-family: cursive,"footlight mt light",arial,verdana,geneva,helvetica,sans-serif; 
 font-size: 16px; 
 font-weight: bold; 
 color: #006633;

 text-align:center;
}

/***********************************************************************/
