html, body, #contents { min-height : 100% ;
	width : 100% ;
	height : 100% ; }

html>body, html>body #contents { height : auto ; }

body { margin : 0 ;
	font-family : tahoma ; }

#main { 	height : auto ;
	}

#contents { position : absolute ; 
	top : 0 ;
	left : 0 ; }

a:link { color: #006600 ; }
a:visited { color: #006600 ; } 
a:hover { background: #003300 ; color: white ; }
a.mail:link { color: #33cc00 ; }
a.mail:visited { color: #33cc00 ; }
a.mail:hover { background: green ; color: white ; }

#nav { 
margin:0; 
padding:0; 
background:#cccc99 url(nav_bg.jpg) 0 0 repeat-x;
float:right; 
width:100%; 
font-family: tahoma ;
font-size: x-small ;
border:2px solid #42432d; 
border-width:2px 0; 
} 

#nav li { 
display:inline; 
padding:0; 
margin:0; 
} 

#nav a:link, 
#nav a:visited { 
color:#006600; 
background:#cccc99; 
padding:5px 20px 4px 10px;
float:right; 
width:auto; 
border-right:1px solid #42432d; 
text-decoration:none; 
font-family:Tahoma, sans-serif;
text-transform:uppercase; 
}

#nav a:hover { 
color:green; 
background:white; 
} 


#nav li:first-child a { 
border-left:1px solid #42432d;
} 

h3 { color: white ;
        }
       
.address {
	font-size: small ;
	color: white ;
}

.names { font-size: small ; }

.text { font-size : medium ; 
	line-height: 150% ; }

.textsm { font-size : small ;
	line-height : 150% ; }

p { font-size: small ; }


p.one { font-size : large ; 
	 }

#footer { position : absolute ;
	bottom : 0 ;
	width : 100% ;
	background-color: #669933;
	font-size: small ;
	color: white ; }

.floatright { float : right ;
 }

.floatright1 { float : right ;
	padding-top : 10px ;
	padding-right: 10px ;
	padding-bottom: 10px ;
	padding-left: 30px ; }
