@media print {
  #navcol { display: none }
}
body { background : ffffff;
color: black;
font-family: 'Trebuchet MS',Geneva, Arial, sans-serif;
font-size: medium;
line-height: 1.25em;
}

h1 {
  color: #333366;
  font-family: 'Trebuchet MS' Arial, Helvetica, sans-serif;
  font-size: xx-large;
  font-weight: lighter;
  line-height: 120%;
  text-align: center
}

h2 {
  color: #009933;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center
}  
h3 {
   background: #ddddff;
  color: #333366;
  font-family: 'Trebuchet MS' Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: normal;
  line-height: 120%;
  text-align: center
}

.emph {
   text-transform: uppercase;
   font-weight: bold;
}
.floatcontainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
    }
#hdr {
border-style: outset;
border-width: 3px;
width: 100%;
clear: both;
margin-bottom: 30px;
}

#lfthdr {
float: left;
width: 14%;
}

#righthdr {
float: right;
width: 82%
}

#navcol {
float: left;
width: 20%;
margin-bottom: 4em;
}

#linkbox {
width:20%;
position: absolute;
left:10px;
top: 750px;
}
.maincol {float: right;
width: 76%;
padding-right: 5px;
}
.picright {float: right;
width: 48%;
padding-left: 10px;
padding-bottom: 10px;
}

.picleft {
float: left;
width: 55%;
margin-top: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 50px
}

.block {
margin: 15px;
border-style: outset;
border-width: 2px;
text-align: center;
width: 129px;
height: 140px;
clear: none;
float: left;
}

.imgleft{
   float: left;
   padding-right: 1em;
   }
   
.imgright{
   float: right;
   padding-left: 10px;
   }
p.right{
   text-align: right;
   padding-right: 5px;
   padding-bottom: 20px;
}
p.nameaddr{
	text-align: center;
	font-weight: bold;
	}
p.emph{
	text-transform: uppercase;
	font-weight: bold;
	}

p.caption{
	text-align: center;
	font-size: small;
	font-style: oblique
	}

.piccol2 {
position: relative;
clear: left;
float: left;
width: 40%;
text-align: left;
padding-bottom: 60px;
padding-top: 20px;
}
.arrow {
position: relative;
float: left;
width: 30%;
padding-left: 10px;
text-align: center;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

.table2 
	{
	visibility: visible;
	position: relative;
    }

.table2 table   
	{
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
    border-color: #000000;
    border-style: solid;
    position: relative;
    width: 46%;
    float: left;
    margin-right: 1em;
    }

.td3
	{
    background-color: transparent;
    border-width: 0px;
    text-align: left;
    padding: 2px;
    }

.td4
	{
	color: #000000;
	background-color: #ff9999;
    border-width: 0px;
    text-align: left;
	}

.th1
    {
    color: #5d665b;
    background-color: #dbdbdb;
    font-weight: bolder;
    }
.pink
	{ color:#5d665b;
	background-color: #ff9999;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#ftr
{ position: relative;
left: 10%;
top: 120px;
}


/*this is what isn't working consistently across browsers*/
.table3
    {
    visibility: visible;
    position: relative;
    }

.table3
    {
    font-size: smaller;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 0.3em;
    border-spacing: 1px;
    border-style: groove;
    border-color: aqua;
    border-collapse: separate;
    color: #5d665b;
    background-color: white;
    position: relative;
    width: 84%;
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
    }

table.table3 th {
    border-width: 1px;
    border-style: double;
    border-color: gray;
    color: #5d665b;
    background-color: white;
}

table.table3 td {
    border-width: 1px;
    padding: 2px 2px 2px 10px;
    border-style: double;
    border-color: gray;
    color: #5d665b;
    background-color: white;
    }

.valid
{
position: relative;
left: 5px;
margin-top: 40px;
}


