td.b1 { background-image: url('../images/stripes.jpg'); background-repeat: repeat-x }
td.b2 { background-image: url('../images/main_bckg.jpg'); background-repeat: repeat-x }
td.b3 { background-image: url('../images/sponsort_bckg.jpg'); background-repeat: repeat-x }

body, p, ul, li
{
    font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.notes
{
    font-size: 10px;
    text-align: justify;
}

.notescenter
{
    font-size: 10px;
    text-align: center;
}

.sponsorcenter
{
    font-size: 11px;
    text-align: center;
}

a {
color: #003300;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #000000;
text-decoration: none;
}


.aa {
color: #009966;
text-decoration: underline;
font-weight: bold;
}

.aa:hover {
color: #E6DF15;
text-decoration: none;
}

.ainput, .aselect
{
    font: 11px Tahoma;
}

.leftnav
{
    text-align: right;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}    
.leftnav:hover
{
    color: #003300;
    text-decoration: underline;
}

.content
{
    background-color: ffffff;
}

h2
{
    padding: 3px 3px 3px 15px;
    font-size: 20px;
    color: #E6DF15;
    background-color: #000000;
}

.border1px
{
	border:solid 1px black;
}

.borderedTable
{
	 width:455;
	 border:solid 1px black;
	 border-collapse:collapse;
	 font-size:12px;
	 table-layout:fixed;
}

.borderedTable th
{
	border:solid 1px black;
	text-align:center;
}

.borderedTable td
{
	border:solid 1px black;
	text-align:center;
}

.sponsor
{
  margin-top: 5px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  text-align: center; 
}

.sideBox {
  border-style: solid;
  border-width: 1px;
  border-color: Black;
  float: right;
  text-align: center;
  width:auto;
  }
  
  .rsideBox {
  border-style: none;
  float: right;
  text-align: center;
  width:auto;
  }
  
  .lsideBox {
  border-style: none;
  float: left;
  text-align: center;
  width:auto;
  }
  
h5 {
  margin:1.5em 0 .75em;
  padding-left:5pt;
  font:75%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#4C381E;
  }
  
.blogdate {
  margin:1.5em 0 .5em;
  color:#000000;
  font-weight:bold;
  padding-left:5pt;
  }