body {
  font-family: "Times New Roman";
  color: #000000;
  background-color: #669966;
   }
a:link {
  color: #660066 }
a:visited {
  color: #660066 }

td.navinactive {

font-family: "Georgia";
font-size: 18px;
margin-top: 10%;
background-image: url("inactive.gif");
width: 99px;
height: 150px;
background-repeat: no-repeat;
background-position: center center;    

}

td.navactive {


font-family: "Georgia";
font-size: 18px;
margin-top: 10%;
background-image: url("active.gif");
width: 99px;
height: 150px;
background-repeat: no-repeat;
background-position: center center;

}

td.navactive_small {


font-family: "Georgia";
font-size: 12px;
margin-top: 10%;
background-image: url("active_small.gif");
width: 75px;
height: 75px;
background-repeat: no-repeat;
background-position: center center;

}

table.NavTable_small {
	width: 475px;
	max-width: 475px;
	text-decoration: none;
	


}

td.navactive ul {
	display: none;
}
td.navactive-long {


font-family: "Georgia";
font-size: 18px;
margin-top: 10%;
background-image: url("active-long.gif");
width: 99px;
height: 150px;
background-position: center center;

background-repeat: no-repeat;
}

td.navactive-long ul {
	display: inline;
	font-size: 12px;
}

table.NavTable {
	width: 720px;
	min-width: 720px;


}
div.image_left {

float: left; width: 200px; height:600px;

}
div.logo_text{
margin-right: 8%;
position: absolute;
left:220px;
}

a.navlink:link{ text-decoration:  none; color: black; }
a.navlink:visited{ text-decoration:  none; color: black; }
a.navlink:hover{ text-decoration:  none; color: black; }
a.navlink:active{ text-decoration:  none; color: black; }

