/* CSS */

body {
	background-image:url(../images/background.png);
	background-repeat: repeat;
	font-family:Verdana, Arial, Geneva, sans-serif;
}

h1, h2 {color:#845ac6;
		font-size:18pt;
		margin-top:0.5em;}
h2 {font-size:14pt;
		font-style:italic;
		}
p {font-size:10pt;
		margin-top:0.5em;
	}
h3 { font-size: 14px; }


.sidebarBox {
	border:2px solid #000066;
	background-color:#CAA9FF;
	/* [disabled]margin:10px; */
	padding:5px;
	background-image:url(../images/sidebar-bg.jpg);
	background-position:-1 0;
	background-repeat:repeat-y;
	text-align:center;
	font-size: 12px;
	
}

.sidebarBox h2 {
	font-size:12pt;
	font-style:italic;
	color: #845ac6;
	text-align:center;
	margin-bottom:0.5em;
	padding-bottom:0;
	}
.sidebarBox p {
	font-size:8pt;
	text-align:left;
}
.sidebarBox img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	a {color:#845ac6; text-decoration: none; }
	a:hover {text-decoration: underline; }
	#btmMenu a {
		color:white; 
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		}

#btmMenu a:hover {text-decoration:underline;}

#headerGraphic {
	border-bottom: 5px solid #000066;

}

#bottomnav, #bottomnav a {font-size: .8em; color: #fff; text-align:center;}
.style1 {
	font-size: small;
}
.style2 {font-size: x-small}
.style3 {
	font-size: xx-small;
}
.style4 {color: #FFFFFF}
.style6 {font-size: xx-small; }
.style7 {font-size: xx-small}
.quote {
	b-order:1px solid silver;
	color:#845ac6;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	width:40%;
	padding:10px;
	text-align:right;
	margin-bottom: 0px;
}
.onTheRight {
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.onTheLeft {
	float:left;
	margin-bottom:8px;
	margin-right:5px;
}
.personQuoted {
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	/* [disabled]width: 40%; */
	margin: 0px 0px 20px;
	padding: 0px;
}


/* ----------------SIGN UP FORM  */

#mc_embed_signup {
/*	background: #C9F;
	top: 100px;
	left:auto;
	position: absolute;
	right: auto;
	z-index: 1000;*/
}
#mc-embedded-subscribe-form {
	/* [disabled]background: #C9F url(../images/background.png) repeat; */
	/* [disabled]width: 400px; */
	font-size: 1em;
	color: #639;
}

