/* 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 black;
   border-bottom: solid 2px black;
   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: 75%;
        color: #000000;
        font-variant: small-caps;
}

ul.navbar li a {
	color: black;
}

ul.navbar li a:hover {
	color: white;
}

.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;
}

/* Boxes on the page */

.boxLined { background-color: #DDDDFF;
       padding: 3px;
       border: solid 2px #663399; }


/* Left & Right Boxes */

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

.content {
	margin-right: 26.5%;
}

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

/* 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-weight: bold;
              text-transform: none }

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

.navbar { font-family: Verdana,Arial,Helvetica,sans-serif;
              font-size: 130%;
              color: #000000;
              font-variant: small-caps; }

td { font-family: Arial,Helvetica,sans-serif;
          color: #000000; }
  
p,li{ font-family: Arial,Helvetica,sans-serif;
          color: #000000; 
          font-size: 160% }

select,input { font-family: Arial,Helvetica,sans-serif;
          color: #000000; 
          font-size: 125% }

p.smallwords,td.smallwords,li.smallwords { font-size: 120% }

p.medwords,td.medwords,li.medwords { font-size: 160% }

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


body { margin: 0,0,0,0 }

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

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

a:hover { color: #663399;
         font-weight: 800;
         text-decoration: underline }

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

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

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



