/* Positioning  */
.mainblock {
	clear: both;
	width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
}

.contentblock {
	text-align: left;
	width: 97%;
	clear: both;
	margin: 15px 1.5% 15px 1.5%;
        padding: 0px;
}

.logo { position: absolute;
        top: 31px;
        left: 10px;
}               

.ad { position: absolute;
        right: 10px;
        top: 10px;
        border: outset 1px black;
}

/* Special rules for the navbar UL */

ul.navbar {
   break: both;
   border-top: solid 2px white;
   border-bottom: solid 2px white;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 0px;
}

ul.navbar li {
        display: inline;
        padding: 3px 10px 3px 10px;
 	font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 100%;
        color: white;
        font-variant: small-caps;
}

ul.navbar li a {
	color: white;
}

ul.navbar li a:hover {
	color: #00700;
}

.button {
	float: right;
	font-size: 70%; 
	background-color: black;
	color: white;
	margin: 5px;
	padding: 3px;
	border: outset 2px #333333;
	text-transform: uppercase;
}
/* A cute little HR substitute */

.hr { clear: both;
      background-color: #000;
      height: 2px;
}

/* Left & Right Boxes */

.wide {
	clear: both;
 	width: 100%;
}

.content {
	margin-right: 26.5%;
}

.nav {
	float: right;
	width: 25%;
}

/* Boxes on the page */

.tabbedBoxContainer {}
.boxTabTitle { background-color: #99BBAA;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  margin-top: 8px;
	  color: black;
          padding: 3px; 
          text-align: left;}

.topTab {
	  float: right;
          padding: 3px 6px 3px 6px; 
	  font-weight: bold;
	  color: white;
          text-align: right; }

.topTab a:link { color: white;
		 text-decoration: underline; }
.topTab a:visited { color: white;
		 text-decoration: underline; }

.boxTab {
	  float: right;
	  font-weight: bold;
	  margin: 8px 0px 0px 0px;
	  background-color: #070;
	  color: white;
          padding: 2px 6px 2px 6px; 
          text-align: right; }

.boxTab a:link { color: white;
		 text-decoration: underline; }
.boxTab a:visited { color: white;
		 text-decoration: underline; }

.boxLined { background-color: #dddddd;
      clear: left; 
      padding: 3px;
       border: solid 2px #070; }

.boxUnlined { background-color: #99BBAA;
       padding: 3px; }


.boxWide { width: 100%;
           border-spacing: 0px; }

.boxWideSplit { width: 100%;
           border-spacing: 2px; }

.padded { padding: 4px; }
.unpadded { padding: 0px; }

.boxHeader { background-color: #8A9; }

.boxSubHeader { background-color: #060; }

.cellSubHeader { font-weight: bold;
		 font-style: italic;
	         color: white; }

/* Special Site Code */

.sitehead { color: white;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 82%;
	  margin: 8px 0px 0px 0px;
          font-weight: bold;
          background-color: #070;
	  padding: 3px;
     }

.siteheadbox {
	  margin: 8px 0px 0px 0px;
          background-color: #070;
	  padding: 3px;
     }


.sitesubhead
 {  color: #000;
	  font-style: italic;
          font-weight: bold;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 82%;
	  margin: 8px 0px 0px 0px;
	  padding: 0px;
     }

.siteheadlink {
	 color: white;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
          font-weight: bold;
     }

.siteheadtext {
	 color: white;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 82%;
          font-weight: bold;
     }

.siteheadlink a:link { color: #ffffff; text-decoration: underline; }
.siteheadlink a:visited { color: #ffffff; text-decoration: underline; }


.trailing { margin-top: 5px; }
.extratrailing { margin-top: 15px; }

.trailing { margin-top: 5px; }

/* Actual Box Code */

.boxframe {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 2px;
}

.boxtitle { padding: 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 90%;
        font-weight: bold;
        text-transform: uppercase; }

.boxcontent {
	background-color: #ffffff;
	padding: 5px;
}


/* Regular CSS */

.buttonword { font: small-caps 9pt Arial,Helvetica,sans-serif;
              text-transform: none;
               color: #ffffff }

.linkword { font-family: Arial,Helvetica,sans-serif;
	      font-size: 80%;
              font-weight: bold;
              text-transform: none }

.headerword { font-family: Verdana,Arial,Helvetica,sans-serif;
              font-size: 95%;
              color: #ffffff;
              font-weight: bold;
              font-variant: small-caps; }

div,p,td,li { font-family: Arial,Helvetica,sans-serif;
          color: #000000;
	font-weight: normal;
}

/* td p { margin-top: 0px; } */


span.smallwords,p.smallwords,td.smallwords,li.smallwords,div.smallwords { font-size: 75% }

span.smallestwords,p.smallestwords,td.smallestwords,li.smallestwords,div.smallestwords { font-size: 60% }

span.medwords,p.medwords,td.medwords,li.medwords,div.medwords { font-size: 100% }

span.bigwords,p.bigwords,td.bigwords,li.bigwords,div.bigwords { font-size: 120%;
					font-weight: bold; }


body { margin: 0 0 0 0 }

a.headbottomword:link { color: #ffffff;
           font-weight: 800;
         text-decoration: none }

a.headbottomword:visited { color: #ffffff;
           font-weight: 800;
	text-decoration: none }

.headbottomword  { font-family: Verdana,Arial,Helvetica,sans-serif;
              font-size: 95%;
              color: #ffffff; }

a:link { color: #007700;
         font-weight: 800;
         text-decoration: none }

a:visited {color: #007700;
           font-weight: 800;
           text-decoration: none }


