@charset "utf-8";
/* CSS Document */

form{
	padding:0px;
	margin:0px;
}

#topFormAskPDPA{
	width:570px;
}

#askPdpaBlurb{
	position:absolute;
	width:220px;
	height:90px;
	top:350px;
	margin-left:280px;
	background-image:url(../../assets/images/askBlurbBg.jpg);
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:30px;
}


#formSectionYourInfo{
	width:250px;
	overflow:auto;
	margin-bottom:10px;
}

#formSectionYourInfoHeader{
	width:250px;
	height:22px;
	background-color:#4f4fe0;
	padding-top:8px;
	text-align:center;
}

#formSectionYourInfoContent{
	width:228px;
	padding:10px;
	border-color:#4f4fe0;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	background-image:url(../../assets/images/fieldBg01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


#contactColumns{
	width:570px;
}


#contactImage{
	width:360px;
	height:320px;
	margin-left:10px;
	float:left;	
}

#contactTxt{
	width:200px;
	float:left;	
}

#membershipColumns{
	width:570px;
}

#wideTable{
	width:570px;
	margin-bottom:10px;
	overflow:auto;
}

#structureTablePic{
	width:100px;
	margin-right:10px;
	float:left;
}

#structureTableTxt{
	width:430px;
	float:left;
}

#structureBtmLeft{
	width:280px;
	margin-right:10px;
	float:left;
}

#structureBtmRight{
	width:280px;
	float:left;
}

.wideLink a{
	width:540px;
	display:block;
	background-color:#FFF;
	text-align:center;
	font-size:8pt;
	padding:5px;
	color:#333;
	background-color:#f0f0f0;
	margin-bottom:2px;
	text-decoration:none;
}

.wideLink a:hover{
	background-color:#ffffff;
	text-decoration:none;
}

#memberList{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:inside;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	overflow:auto;
}

#memberList li{
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}


.memberListEntry1{
	width:270px;
	padding:6px;
	background-image:url(../assets/currentMembersBg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
}



