/*
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;
	}
em {
	font-weight: bold;
	color: #B44306;
	} 
	
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;
		}
.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;
		}

A {
	color: #3317AB ;
	}
A:active {
	color: #898989;
	}
A:hover {
	color: #B44306
		}

.whatsnew a.news,.whatsnew a.news:visited{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
 }
	
.whatsnew a.news:hover,.whatsnew a.news:hover:visited {
	text-decoration:underline;
}		
		
/*
ROLL OUT MENUS:
*/
.rollmenu {
	border-right: 0px solid; 
	padding-right: 2px; 
	border-top: 0px solid;
	padding-top: 2px; 
	border-left: 0px solid; 
	padding-left: 3px; 
	border-bottom: 0px solid; 
	padding-bottom: 2px; 
	font-size: 11px; 
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #333333; 
	background-color: #3317AB; 
	text-decoration: none;
	line-height: normal; 
	/*display: block;*/
	}
.rollmenu:hover {	
	background-color: #B4C2C5; 
	text-decoration: none;}
A.rollmenulink {
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none;
	color: #dddddd; 
	text-transform: none;
	background-color: transparent;
	}
A.rollmenulink:hover {
	text-decoration: underline;
	color: #ffffff; }