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

.head2, h2 {
	caption: Level 2 Heading;
	margin: 16px 0 2px 0;
	padding:0;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	display: block;
	}
.head3, h3 {
	caption: Level 3 Heading;
	padding: 14px 0 2px 0;
	font-size: 14px;
	font-weight:bold;
	color: #0c2579;
	display: block;
	}
/*	
.head4 {
	caption: Light Blue Sub-head;
	margin: 14px 0 2px 0;
	font-size: 14px;
	font-weight:bold;
	color: #0072bc;
	display: block;
	}
*/	
.imgRight {
	caption: Right-Aligned Photo;
	float:right;
	margin: 0px 0px 10px 15px;
}
.imgLeft {
	caption: Left-Aligned Photo;
	float:left;
	margin: 0px 15px 10px 0px;
}

table td {
	vertical-align: top;
	visible: false;
}

/*
.hilite-text {
	caption: Right-Aligned Photo;
	color: #990033;
}
*/

a.text-button, a:visited.text-button {
	display: block; 
	border-top: solid 2px #D59A7E; 
	border-left: solid 2px #D59A7E; 
	border-bottom: solid 2px #AB4111; 
	border-right: solid 2px #AB4111; 
	float: left; 
	padding: 0px 3px; 
	margin: 3px 0px; 
	background-color:#BA5218; 
	font-weight: bold; 
	color: #fff; 
	font-size: 12px; 
	text-decoration: none;
	visible: false;
}

.store-item {
	margin: 30px 0px;
	visible: false;
}

body {
  font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	visible: false;
  }

#update-profile-special-message {
	padding: 10px;
	font-weight: bold;
}

#fellowship-to-qualify {
	padding: 10px;
	border: solid 3px #ddeaf7;
	background-color: #f4f8fc;
}
