/* CSS Document */


/* Modification DT35 Jan 27th 2009 */

#spiritcardlink {

width: 180px;
text-align: center;

}

/* End Modification */


body {
	background-color: #AABDCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div.intro_paragraph {
	font-size: 14px;
}
A {
	color: #8D55D1;
}
A:hover {
	color: #A96BF7;
}
input {
	border: 1px solid #8F5F94;
}
img {
	border: 1px solid #8F5F94;
	margin: 4px;
}
#main_table td {
	border: 1px solid #FFFFFF;
}
td.nav {
	vertical-align: top;
	width: 188px;
	background-image: url(images/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E4EAF1;
	padding-top: 133px;
}
#nav A {
	display: block;
	width: 188px;
	color: #853F92;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 2px;
	text-decoration: none;
}
#nav A:hover { 
	opacity: .55; /*Opacity for FireFox*/
	filter: alpha(opacity=50); /*Opactiy for IE*/
	background-color: #E4ACEF;
	color: #4F1457;
}
td.content { background: #e4eaf1 url(images/content_bg.jpg) no-repeat left top; vertical-align: top; width: 510px; }
div.top_links {
	background-color: #DE99DC;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0px 2px 0px;
}
#top_links A {
	padding: 0px 12px 0px 12px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#top_links A:hover {
	text-decoration: underline;
}
div.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 30px 0px 0px 20px;
	font-size: 25px;
	font-weight: bold;
	color: #922FA7;
	/*color: #827486;  Old Color*/
}
div.sub_links {
	line-height: 1.6;
	padding: 25px 3px 0px 3px;
	color: #A576B3;
	font-size: 12px;
}
#sub_links A {
	font-weight: 500;
	padding: 0px 5px 0px 5px;
	color: #B93FD3;
	font-size: 12px;	
}
#sub_links A:hover {
	color: #D549F3;
}
div.page_content {
	color: #7E307B;	
	padding: 30px 17px 0px 22px; 
}
div.padding {
	padding-top: 200px;
}
div.email_signup  { margin: 2px; padding: 2px; border: solid 1px #ffffff   }
span.email_info  { color: #7e307b; font-size: 10px; position: inherit;}
table.partner_table {
	background-color: #E4EAF1; 
	border: 1px solid #FFFFFF;
}
strong.standout {
	color: #B16DAF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
div.header { /*Used for page headers aside from at the top of the page*/
	color: #B93FD3;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #B93FD3;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 95%;
}
div.copywrite {
	text-align: center;
	font-size: 11px;
	color: #7E307B;
}
div.underline {
	width: 90%;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}