body,
html{
		margin: 0 auto;
  	padding-top: 2px; 
  	font-family: Arial, Verdana, Tahoma, Monaco;  
  	color: #004010
/*		color: #336633; */
    font-size: 95%;		
		min-width:906px;	
		/* next 2 lines add scroll bar to short pages which apparently prevent jumping horizontal position from page to page */
		height: 100%;
		margin-bottom: 0.01em;

	}	
h1 {
		font-family: Arial, Verdana, Tahoma, Monaco;
		font-size: 120%;
		color: #663333;
		font-weight: bold;	
		padding-top: 1px;
		padding-bottom: 2px;
		margin-bottom: 0px;
		text-align: left;
		text-decoration: none;
}
h2{
		color: #006600;
		font-size: 110%;
		font-style:italic;
		font-weight: bold;		
}	
h3{
		color: #FFFFFF;
		font-size: 120%;
		font-weight: bold;		
}	
img {
/*		 display: block; */ /*prevents images side-by-side display */
     border-style: none;
     vertical-align: top; 
	   border: 0px;
	   outline: 0; /*eliminate the dotted line around the button when it is pressed */	   
}	
li {
	margin-bottom: 8px;
}	
.whtsp
{ 
  white-space: pre;
	vertical-align: top;
}	
a:link { /* dk. blue 330066 */
color: rgb(51,0,102);
text-decoration: underline;
}
a:visited { /* reg. blue 000099 */
color: rgb(0,0,153);
text-decoration: underline;
}
a:hover { /* dk. red 990000 */
color: rgb(153,0,0);
text-decoration: underline;
}
a:active { /* dk. blue 000066 */
color: rgb(0,0,102);
text-decoration: underline;
outline: 0; /*eliminate the dotted line around the button when it is pressed */
}	

	#wrap {
		background: #FFFFFF;
		margin:0 auto;
		width:906px;
		border-right: 1px solid #006600;
		border-left: 1px solid #006600;  				
	} 
	#container, #topcontainer {
		background: #FFFFFF;	
		margin: auto;
		width:906px;
	
	}	
	#textLeft{
		vertical-align: top;
		overflow: auto;				
		background: #FFFFFF;	
		margin: 15px;
		width:250px;
		padding: 0px;
		border-right: 1px dotted #BFFFBF; 
	}		
	#textRight{
		vertical-align: top;		
		background: #FFFFFF;	
		margin: 10px;
		width:570px;
		line-height: 1.3;
		float: right;
		text-align: left;	
	}	
				
	#threecolwrap {
		width: 90%;
		margin: auto;
		vertical-align: top;
	} 	
	#smallwrap {
		width: 70%;
		line-height: 1.3;
		margin: auto;
		vertical-align: top;
	} 		
	#boxLeft {
		vertical-align: top;
		width: 32.2%;
		float: left; 
	}	
	#boxCenter {

		width: 32.2%;
		border-right-style: solid;
		border-right-color: #CCCCCC;
		border-right-width: 1px;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-left-width: 1px;		
		margin: auto;
	}		
	#boxRight {
		vertical-align: top;		
		width: 32.2%;
		float: right; 
	}	

	.textbox {
		width: 225px;
		float: right; 
		font: Verdana;
		color: #663333;
		font-size: 90%;
		line-height: 1.3;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 4px;
		padding-right: 10px;
		border: 1px dotted;
}
.textbox p {
			padding-left: 4px;
}
#container p, #container li{
font-size: 95%;		
line-height: 1.3;
font-weight:normal;
}

.rght{
text-align: right;
padding-right: 1em;
}	
.cntr{
text-align: center;
}
.photocontainer { /* for centered photos */
	width:100%;
	float:none;
	text-align: center;
}
.clrImage {
		clear:both;	
}
	
.floatRightClear img{ /*multiple images don't overlap and doesn't overlap text*/
float: right; 
clear: right;
margin: 0px; 
} 

.floatLeftClear img{ /*multiple images don't overlap and doesn't overlap text*/
float: left; 
clear: left;
margin: 0px; 
} 
.midCntr img{ /*multiple images don't overlap and doesn't overlap text*/
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
} 
/* bottom columns */
.botCol{
		vertical-align: top;
		overflow: auto;				
		margin: 15px;
		width:275px;
		padding: 0px;
	}	
	
/* these 2 defs are for the site map page horizontal list */
#horList ul {
  width: 720px;
  margin-left: -55px;
  list-style: none;
}
#horList li {
  display: inline;
    padding: 12px;
}

/* the following bot sections are known to work cross platform including IE 6 and high res iPad to keep the footer absolutely centered especially if it includes an image */
#botwrapper {
	clear:both;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: 0;
  background-position: 0 0;	
	background-image: url(../images/bgbot.jpg);
	background-repeat: repeat-x;	
	min-width: 906px;
	margin-left: auto;
  margin-right: auto;		
	position: relative; 
}
#botwrapper img
{
    vertical-align: middle;
}
.footer{
/*	height: 1.5em; */
	width: 906px;   /* for ie6 because it does not support min-width */		
	margin: 0 auto;	
	background-color:#339966; 
}

.botfont{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
/*	padding-top: 2.2em; */
	text-align: center;	
}	
.botfont a:link
{ /* font color  white*/
color: rgb(255,255,255);
text-decoration: underline;
outline: 0;
}

.botfont a:visited { /* white*/
color: rgb(255,255,255);
text-decoration: underline;
}

.botfont a:hover { /* yellow FFCC66 */
color: rgb(255,204,102);
text-decoration: underline;
}

.botfont a:active { /* light blue 9999CC */
color: rgb(153,153,204);
text-decoration: underline;
outline: 0; /*eliminate the dotted line around the button when it is pressed */
}
/*the next two defs enable two different paras to be aligned on the same line */
.alignleft {
	float: left;
}
.alignright {
	float: right;
	text-decoration: none;
}
.txtBold {
		font-weight: bold;
}
.textBldGrn {
	color: #004010; 
	font-weight: bold;
}
.txtItal
{
font-style:italic;
}
.txtBoldItal
{
		font-weight: bold;	
		font-style:italic;
}

.txtSmall
{
     font-size: .7em;
}
.txtMSmall
{
    font-size: .8em;
}
.txtMedium
{
    font-size: 90%;
		line-height: 1.2;
}

.txtCntr
{
		margin:0;
    font-size: .7em;
		color: #330066;		
		text-align: center;
}		
.txtUlined
{
    text-decoration: underline;
}
