body {	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	background:#FFFFFF;
	}
	
/*Formatting*/
.h1 {
	color: #0000A0;
	}
.h2 {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	}
.h3 {
	color:#0000A0;
	font-size:90%;
	}
.h4 {
	color:#0000A0;
	font-size:110%;
	font-weight:bold;
	line-height: 2em;
	}
	
.h5 {
	color:#FF0000;
	font-size: 85%;
	font-weight:bold;
	font-style:italic;
	}


	
.AssociationTitle {
	color:#0000A0;
	font-size: 150%;
	font-weight:bold;
	line-height:2em;
	}
	
.textbox {
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
}	
.textbold {	
	color:#000000;
	font-size: 100%;
	font-weight:bold;
	}
	
.phototext {
	color:#000000;
	font-size: 70%;
	font-weight:bold;
	}
	
/*table {
	color: #000000;
	}
td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em
	}*/

/*page structure*/	

#container {
	margin: 0;
	width: 760px;
	position: relative;
	margin-top: 1em;
	margin-left: 1em;
}

#masthead {
	position:relative;
	height: 3em;
	background-repeat: no-repeat;
	background-image: url(../Images/masthead.jpg);
	width: 760px;
}

#navigation {
	position: relative;
	height: 25em;
	width: 140px;
	clear: left;
	}
	
#content {
	position: absolute;
	top: 70px;
	left: 170px;
	max-width: 600px;
	width: 600px;
	height: auto;
	}
	


.addresstable {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	border: thin solid #999999;
	clear: none;
	float: none;
	width: auto;
	padding: 5px;
}

/*end page structure*/
.floatright {
float: right;
}
.floatleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.small {
	font-size: 70%;
	font-weight: bold;
}

a:link {
	color: #0000A0;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #0099FC;
}
