.top {
	font-family: Georgia;
	font-size: 16px;
	color: #3B5F9F;
}
.main {
	font-family: Georgia;
	font-size: 12pt;
	color: #3B5F9F;
}

.mainSub {
	font-family: Georgia;
	font-size: 13pt;
	color: #3B5F9F;
	margin:35px 0 3px 0;
}

.greenBanner{
	color:white;
	font-family: Georgia;
	font-weight:bold;
	font-size: 15pt;
	background:url('../images/greenBanner.png') no-repeat left center;
	margin:0 10px 4px -10px;
	padding:0 25px 0 13px;
	overflow:visible;
	position:absolute;
}

.textLink {
	color: #008752;
	text-decoration: underline;
	font-weight: bold;
}
.textLinkWhite {
	color: #FFFFFF;
	text-decoration: underline;
}
.wholeText {
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	color: #3B5F9F;
	font-weight: bold;
}
.wholeTextBig {

	font-family: "Lucida Calligraphy";
	font-size: 16pt;
	color: #3B5F9F;
	font-weight: bold;
}
.header1
{
	font-size: 18pt;
	font-weight: normal;
	line-height: 0.8em;
	margin-bottom: .4em;
	color: #253692;
}

.header2
{
	font-size: 14pt;
	line-height: 0.8em;
	margin: 1em 0 .4em 0;
	color: #B06AA6;
}


/* Page Styles */
#dd {
 padding: 0 0 5px 0;
 position:relative;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: 12px Georgia;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #BO6AA6;
  padding: 4px 14px;
  margin: 0 1px 0 0;
  color: #FFF;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

#dd li a.menu2 {
  display: block;
  text-align: center;
  background: #BO6AA6;
  padding: 4px 6px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu2:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}
#dd li a.menu3 {
  display: block;
  text-align: center;
  background: #BO6AA6;
  padding: 4px 6px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 130px;
  text-decoration: none;
}
#dd li a.menu3:hover {
  background: #49A3FF;
}

form.contact{margin-top:20px;}

#ctaBox{
	position:absolute;
	display:block;
	color:#f0b4eb;
	background:url('../images/ctaBox.png') no-repeat center;
font-size: 18px;
right: -10px;
top: -247px;
padding: 18px 25px 22px 25px;
}

#ctaBox p{margin:0;padding:0;text-align:center;line-height:150%;letter-spacing: 1px;}

#ctaBox span{
	color:white;
}
