html { 			      /* this lengthens page to full screen so Firefox won't jump */
	min-height: 100%; 
        margin-bottom: 1px; 
}
body { 
	background: #607670 url(images/spiral30.gif) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
color: #663399;
text-decoration: none;
}

a:visited {
color: #663399;
text-decoration: none;
}

a:hover {
color: purple; /*#607670;pale green */ /* fff; 303030 */
}

img.bio { float: right;
 margin-top: 10px; 
 margin-left: 2px; 
}
img.right { float: right;
 margin-top: 10px; 
 margin-left: 6px; 
 border-right: 0;
}
img.left { float: left;
 margin-top: 10px; 
 margin-right: 2px; 
}
img.icon { float: left;
 margin-top: 0px; 
 margin-right: 15px;
 margin-bottom: 0px; 
}

/*      
UL.upper {
margin-bottom: 0;
margin-top: 0;
}
UL.mid {
margin-bottom: 0;
margin-top: 0;
margin-left: 200px;
}

UL.bot {
margin-bottom: 0;
margin-top: 0;
margin-left: 300px;
}
*/
table#container {
	 border:1px solid #665544;
}
table#handf {
	 font-weight:bold;
	 margin-top:15px;
}	 
td#banner {
	border-top:1px solid grey;
      /*  background: #a0b6b0 url(images/flowers2.gif) top right no-repeat; */
        background: #a0b6b0 url(images/flowers4.gif) 98% 0%  no-repeat;
 /*       padding-top:5px;
	padding-bottom:4px;
        padding-left:18px;
*/	
	padding: 15px 0 0px 18px; 
    
}

img#logo1 {
	margin-left:10px;
	margin-bottom:10px;
        margin-top:5px;
}
img#logo2 {
	margin-top:10px;
	margin-left:5px;  /* recheck what margin we want */
	margin-left:10px;
}
td#topnav {
	border-top:1px solid #665544;
	border-bottom:1px solid #665544;
	font-weight:bold;
	font-size:.8em;
	padding-right:5px;
}	
div.leftnav {
	margin-left:10px;
	margin-top:15px;
	font-weight:bold;
	font-size:.8em;
}
td#maincontent {
	padding-left:30px;
	padding-right:35px; 
	padding-top: 15px;
	  padding-bottom: 15px;

      /* width:540px;     */
}
#footer {
	font-weight:bold;
	font-size:.8em;
	padding-bottom:10px;
	padding-top:5px;

}
  /* this is the box on the home page that has a link to the popup window */
div.popup {
	 background:#a0b6b0;
	 width: 160px;
	 border: 2px solid purple;
	 text-align:center; 
	 color:purple;
	 padding:10px;
	 font-size:11px;
	 font-family: Verdana, Arial, sans_serif;
	 font-weight:normal;
}	 

span.small {
	font-size:.85em;
}  
    /* for resource page */
/*
a.resource {
	color:black;
	text-decoration: underline;
	line-height:1.6em;
} 
*/
/*   every time i put this in it messes up the real nav links */
li.resource a:link, li.resource a:visited{
	color:black;
	text-decoration: underline;
	line-height:2em;
} 
 
 
  

