/* CSS Document */

/*
COLORS:
*/
.dark-purple {
	color: #3317AB;
	}
.medium-purple {
	color: #5A43B9;
	}
.light-purple {
	color: #7066B1;
	}
.lighter-purple {
	color: #8149A2;
	}
.maroon {
	color: #991111;
	}
.orange {
	color:#F4690C;
	}
.dark-orange {
	color: #B44306;
	} 
.darker-orange {
	color: #733B1D;
	}
.beige {
	color: #D8D8C1;
	}
.backgrounded-dark {
		background-color:#3317AB;
		}
.backgrounded-gray {
		background-color:#dddddd;
		}
.backgrounded-beige {
		background-color:#D8D8C1;
		}
.backgrounded-light {
		background-color:#7066B1;
		}
.backgrounded-lighter {
		background-color:#C3C1BF;
		}
.backgrounded-superlight {
		background-color:#F2F2EA;
		}
		

.backgrounded-medium-purple {
	background-color: #5A43B9;
	}

.backgrounded-orange {
		background-color:#F4690C;
		}
	
/*
MAIN BODY FORMAT •••
*/
body  {
	font-family:   Arial, Helvetica, Verdana, Geneva;
	font-size: 12px;
	/*line-height: 15px; */
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
p, body, td, ol, ul, li, table { 
	font-size: 12px;
	font-family:   Arial, Helvetica, Verdana, Geneva;
	color: #3f3f3f;
	word-spacing: 1px;
	}
strong {
		font-weight: bold;
		color: #3317AB;
		}
ul {
	list-style-type: square;
	}
.subhead {
		font-size: 15px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #3317AB;
		}
.head1  {
		font-size: 21px;
		font-weight: bold;
		color: #222222;
		}
.head2  {
		font-size: 18px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #3317AB;
		}
.head3  {
	font-size: 15px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #3317AB;
	text-align: center;
		}
.head4  {
		font-size: 15px;
		font-weight: bold;
		color: #B44306;
		padding-bottom: 8px;
		}
.head5 {
		font-size: 13px;
		font-weight: bold;
		color: #3317AB;
		padding-bottom: 8px;
		}
.head5-orange {
		font-size: 13px;
		font-weight: bold;
		color: #B44306;
		padding-bottom: 8px;
		}
.head6 {
		font-family: Arial, Arial Black;
		text-transform: lowercase;  
		color: #3317AB;
		font-size: 11px;
		padding-bottom: 8px;
		font-weight: bold;
		}
h1  {
		font-size: 21px;
		font-weight: bold;
		color: #222222;
		}
h2  {
		font-size: 21px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #3317AB;
		}
h3  {
		font-size: 16px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #3317AB;
		}
h4  {
		font-size: 15px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #B44306;
		}
h5 {
		font-size: 13px;
		font-family: Arial, Verdana;
		font-weight: bold;
		color: #B44306;
		}	
h6 {
		font-size: 13px;
		font-family: Arial, Verdana;
		font-weight: bold;
		}	
.flush {
		margin-left: -20px;
		}
.tighttop  {
		margin-top: -5px;
		}
.laxtop  {
		margin-top: 0px;
		}
.tightbottom  {
		margin-bottom: -12px;
		}
.laxbottom  {
		margin-bottom: 2px;
		}
.padded {
		padding: 15px;
		}
.spaced {
		padding-bottom: 5px;
		padding-top: 5px;
		}
.big-spaced {
		padding-bottom: 12px;
		padding-top: 12px;
		}
.little { 
		font-size: 11px;
		}	
.caption {
		font-size: 11px;
		}


.pullquote {
	text-align:right;
	color: #B44306;
	font-weight: bold; 
	font-size: 14px;
	float: right; 
	margin: 11px 17px; 
	padding: 12px 12px; 
	border-style: solid; 
	border-width: 2px 0 2px 0; 
	border-color: #B44306; 
	width: 175px;
	}
#pullquote {
	text-align:right;
	color: #B44306;
	font-weight: bold;
	font-size: 14px;
	float: right; 
	margin: 11px 17px; 
	padding: 12px 12px; 
	border-style: solid; 
	border-width: 2px 0 2px 0; 
	border-color: #B44306; 
	width: 175px;
	}
.pullquote-left {
	text-align:left;
	color: #B44306;
	font-weight: bold; 
	font-size: 14px;
	float: left; 
	margin: 11px 17px; 
	padding: 12px 12px; 
	border-style: solid; 
	border-width: 2px 0 2px 0; 
	border-color: #B44306; 
	width: 175px;
	}
#pullquote-left {
	text-align:left;
	color: #B44306;
	font-weight: bold;
	font-size: 14px;
	float: left; 
	margin: 11px 17px; 
	padding: 12px 12px; 
	border-style: solid; 
	border-width: 2px 0 2px 0; 
	border-color: #B44306; 
	width: 175px;
	}
	
.rightbar {
		background-color:#D8D8C1;
		}
.rightbartext  {
		padding: 15px;
		}
		
.whatsnew {
	margin-left:-25px;
	font-size: 11px;
	margin-bottom:8px; }.ImageLinkNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.head2 table {
	background-color: #FFFFFF;
	border: thin solid #666666;
}
.AboutTable {
	background-color: #CCCCCC;
	border: thin solid #333333;
}
.AboutCells {
	border: thin solid #333333;
}
.head2 table tr .head2 {
	text-align: center;
}
.head2 table tr .head5 ul li {
	font-size: 16px;
}
.backgrounded-beige.padded .head5-orange .head5-orange {
	font-size: 12px;
	color: #333;
}
.head2 table tr .head2 div {
	font-size: 24px;
}
.rightbar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.RSVPHeader {
	text-align: center;
	font-size: 36px;
}
