@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
ul.MenuBarHorizontal {
	font-family: Optima;
	font-weight: light;
	font-size: 14px;
	color: #A9A9A9;
	align: center;
	position: relative;
	float: center;
	margin: auto;
}


html { font-size: calc (1.1em + 1vw) 
  }



.mss-caption {
    display: none !important;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Apply your signature style everywhere */
.blurb img,
.content img,
.framed-img,
.imagecenter img {
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin: 1.5rem auto;
}

body {
	
	background-color: white;
	alignment-adjust:middle;

	max-width: 95%;
	text-align: justify; 
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	height: auto;
	
	
}


.Navigation{
	height: auto;
    	padding: 0;
	margin: 0;
	position: absolute;
	 z-index:1000;
	display: flex;
    	width: 90%;
}


.Navigation li 	{
	height: auto;
	width: 150px;
	float: left;
	text-align: center;
	list-style: none;
	font:14px "Bonveno", "Century Gothic";
	padding: 0;
	margin: 0;
	background-color: #eee;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
	border-radius: 3px;
 	margin-left:10px;
	position: relative;
}

.Navigation a{							
	padding:13px;
	text-decoration: none; 
	color:#333;
	text-shadow: 0 1px #fff;
	display: block;
}
.Navigation li ul{
	display: none;
	height: auto;									
	margin-left: -11px;
	padding: 0;
	position: absolute;		
}				

.Navigation li:hover ul{
	display: block;
}

.navbar li ul li {
	background-color:#eee;
  	border: 1px solid #ccc;
} 

.Navigation li:hover, a:hover {
	 background: #e8e8e8;
} 

@media screen and (max-width:640px) {
.Navigation {
	max-width: 100%;
}
}

@media screen and (max-width:775px) {
.Navigation a {
	max-width: 100%;
	padding: 0px 5px 0px 5px;
	float: none;
	text-align: center;
}
}

@media screen and (max-width:980px) {
.Navigation {
	max-width: 100%;
}
}
@media screen and (max-width:775px) {
   .Navigation a {
       max-width: 100%;
       padding: 0px 5px 0px 5px;
       float: none;
       text-align: center;
       display: block;
   }
}





h1 {
	font-size: 1.2em;
	color: #999999;
	visibility: inherit;
	top: auto;
	bottom: auto;
/*	position: relative;*/
	text-align: center;
	font-family: optima,  Arial, sans-serif;  font-variant: small-caps;
}
h3 {
	font-size: 1.3em;
	color: #000000;
	visibility: inherit;
	text-align: center;
	position: relative;
	
}



h2 {
	font-size: 1.5em;
	color: #000000;
	visibility: inherit;
	text-align: left;
	position: relative;
	
}

.colorbox
{
background-color: #bed9ff;
margin-top: 2%;
margin-right: 7%;
margin-bottom: 2%;
margin-left: 7%;
font-size: 1.1em;
padding-top: 1%;
padding-bottom: 1.4%;
padding-left: 16%;
padding-right: 16%;
max-width: 80%;
font-family: lucinda grande, Arial, Helvetica, sans-serif;
color: #111;
text-align: center;
border-radius: 10px;
box-shadow: 0 0 10px rgb(127,127,127);
}


	
/* ---------- Blurbs ---------- */
.blurb {
    height:100%;
    width:90%;
    font-family:optima, Arial, sans-serif;
    font-weight:300;
    font-size:1.1em;
    color:#111;
    margin:0 5% 0 5%;
    text-align:center;
}
.blurb a { font-family:optima, Arial, sans-serif; font-size:1.1em; font-weight:bold; color:#111; }

.content2 > .blurb {
    width: 90%;
    margin: 0 auto;
}

.content2 > .blurb picture img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


.fade-in {
  opacity: 0;
   transform: none;
  transition: opacity 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}




.blurb a:link {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	text-decoration: none;
	color: #555;
}
.blurb a:visited {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	color: #555;
}
a {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	color: #000;
}
a:link {
	font-family: Georgia, "Optima;
	font-weight: light;
	font-size: 1.1em;
	ext-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	background-color: #C0C0C0;
}
a:hover {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	background-color: #C0C0C0;
}
a:active {
	font-family: Optima;
	font-weight: light;
	font-size: 1.1em;
	text-decoration: none;
	color: #C0C0C0;
}

.feature-container-centered {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-container-centered h2 {
    margin-bottom: 2rem;
}

.feature-container-centered .feature-block {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Default layout (image left, text right) */
.feature-block {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Auto alternate */
.feature-container-centered .feature-block:nth-child(even) {
    flex-direction: row-reverse;
}

/* MANUAL control (overrides auto) */
.feature-block.reverse {
    flex-direction: row-reverse !important;
}

.feature-block.normal {
    flex-direction: row !important;
}

.feature-container-centered .feature-image {
    flex: 1;
    max-width: 500px; /* optional cap */
}

.feature-container-centered .feature-image img {
    width: 100%;
    height: auto;
    border: 3px solid black;
    border-radius: 8px;
    display: block;
}

.feature-container-centered .feature-text {
    flex: 1;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
}

.feature-container-centered .feature-text p {
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-container-centered .feature-block {
        flex-direction: column;
        text-align: center;
    }

    .feature-container-centered .feature-image,
    .feature-container-centered .feature-text {
        max-width: 100%;
        margin: 0 auto 1rem auto;
        text-align: center;
    }
}



/* ---------- Colorboxes ---------- */
.colorbox { background-color:#C9E0FF; margin:2% 7%; padding:1% 6% 1.4% 6%; max-width:95%; font-family:"Lucida Grande", Arial, Helvetica, sans-serif; color:#555; text-align:center; border-radius:10px; box-shadow:0 0 10px rgb(127,127,127); }
/* Base colorbox2 styling */
/* Base colorbox2 styling */
.colorbox2 {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2.5rem;
  background-color: #C9E0FF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(127,127,127,0.5);

  display: flex;
  align-items: center;   /* vertical centering */
  gap: 2rem;
}

/* Image (THIS is what fixes the huge issue) */
.colorbox2 img {
  flex: 0 0 45%;
  width: 45%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
}

/* Text */
.colorbox2 .colorbox-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical centering */
  align-items: center;       /* centers stars/headline */
  text-align: center;
}

/* Stars */
.colorbox2 .stars {
  font-size: 2em; 
display: block;
  color: #fcee5d;
  text-shadow: 2px 2px 2px #555;
  white-space: nowrap;
 margin-bottom: 0.5rem;
}

/* Headline above testimonial */
.colorbox2 .headline {
  font-size: 1.3em;  /* slightly bigger */
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 2px #E5E4E2;
 margin-bottom: 0.75rem;
}

.colorbox2 .stars,
.colorbox2 .headline {
  display: block;
}



/* Main testimonial text */
.colorbox2 .testimonial-text {
  font-size: 1em;   /* relative to 16px default, ~16px on desktop */
  line-height: 1.5;
  color: #333;
  min-font-size: 14px; /* enforce minimum */
}

.colorbox2 .testimonial-text {
  padding: 0 !important;
  margin: 0.75rem 0 0 0;
  max-width: 600px;
  text-align: left;
}

/* Couple/date/source line */
.colorbox2 .review-source {
  font-size: 1.2em;  /* slightly bigger than text */
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 0.5rem;
}

/* Left / Right variants */
.colorbox2.colorbox-left { flex-direction: row; }
.colorbox2.colorbox-right { flex-direction: row-reverse; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .colorbox2 {
    flex-direction: column;
    text-align: center;
  }

.colorbox2 img {
  flex: 0 0 380px;
  width: 380px;
  max-width: 380px;   /* THIS is the missing lock */
  height: auto;
  border-radius: 8px;
}

  .colorbox2 .colorbox-text {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .colorbox2 .stars { font-size: 1.5em; }
  .colorbox2 .headline { font-size: 1.1em; }
  .colorbox2 .review-source { font-size: 1.1em; }
  .colorbox2 .testimonial-text { font-size: 0.95em; }
}

.award-badge {
  display: block;
  margin: 0 auto;   /* centers block-level element */
  border: 0;
}

.social-icons {
  display: flex;
  justify-content: center;  /* centers icons horizontally */
  gap: 5rem;                /* spacing between icons */
  margin: 1rem 0;
}

.social-icons a img {
  width: 43px;
  height: 43px;
  transition: transform 0.2s ease;
}

.social-icons a img:hover {
  transform: scale(1.15);   /* subtle hover effect */
}


h1,h2,h4,h5,h6 {
	font-family: Optima;
	text-align: center;
}

/* ~~ Photo menu gallery ~~ */
.centered {
  display: flex;
  justify-content: center;
  gap: 2rem; /* controls space between images */
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  margin-bottom: 2.5rem;
}

.centered a {
  flex: 0 0 45%; /* two per row */
 max-width: 400px;
}

.centered img {
  width: 100%;
  height: auto;
}

.centered a:hover {
  background: none !important;
}

@media (max-width: 1024px) {
  .centered a {
    flex: 0 0 45%; /* still 2 per row but slightly bigger */
  }
}

@media (max-width: 768px) {
  .centered {
    flex-direction: column;
    align-items: center;
	 margin-bottom: 1.5rem;
  }

  .centered a {
    width: 90%;
    max-width: 400px;
  }
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
.content ul, .content ol {
	padding: 0 15px 15 px 0 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

color:#000000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	max-width: 950px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 300px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	position:relative
	text-align: center;
	
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	
	background-repeat: no-repeat;
	
}
.header2 {
	background: #888888;
	position:inherit;
	margin-left: 0.9%;
	text-align: center;
}
.baseImage {
	
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 10px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	height: 100%;
/*	width: 95%; */
	padding-top: 0.1%;
	padding-right: 0;
	padding-bottom: 0.12%;
	padding-left: 0;
	float: none;
	font-family: Optima;
	font-weight: light;
	font-size: 01.1em;
	margin-top: 0.3%;
	margin-right: 0.3%;
	margin-bottom: 0.1%;
	margin-left: 0.3%;
	color: #000;
	position: relative;
	text-align: center;
}

.content, .content2 {
    height: 100%;
    width: 90%;
    padding: 0.1% 0 0.12% 0;
    font-family: optima, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    margin: 0.3% auto 0.1% auto;
    text-align: center;
    color: #000;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 5px 15px 5px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ---------- Responsive ---------- */

    .diversity-block .feature-container { flex-direction: column !important; align-items:center; }
    .diversity-block .feature-image, .diversity-block .feature-text { flex:none; width:100%; max-width:100%; margin:0 auto 1rem auto; text-align:center; }
    .diversity-block .bottom-heart { width:120px; }



/* ---------- FAQ Section ---------- */

.faq-kicker {
    font-family: optima, Arial, sans-serif;
    font-size: 1.7em;
    font-variant: small-caps;
    color: #555;
    text-align: center;
    margin: 1.5em auto 0.2em;
}

.faq-title {
    font-family: optima, Arial, sans-serif;
    font-size: 1.4em;
    font-variant: small-caps;
    color: #DC143C;
    text-align: center;
    text-decoration: underline;
    margin: 0 auto 1em;
}

.faq-question {
    font-family: optima, Arial, sans-serif;
    font-size: 1.3em;
    font-variant: small-caps;
    color: #044fc7;
    text-align: left;
    margin: 1.2em 0 0.3em;
}

.faq-answer {
    text-align: left;
    margin: 0 0 1.2em;
}

h3.faq-question {
    margin: 1.2em 0 0.3em; /* override global h3 margins */
    padding: 0;           /* prevent inherited padding */
    text-align: left;     /* ensure left alignment */
}

/* ---------- senior page ---------- */
:link { color: #000000 }
  :visited { color: #222222 }
  :active { color: #000099 }
  div.c16 {color: #000000; font-family: optima; font-size: 120%; text-align: center}
  span.c15 {color: #555555; font-family: Optima; font-size: 120%}
  div.c14 {color: #4a4747; font-family: Optima; font-size: 120%; text-align: center}
  span.c13 {color: #333333; font-family: Optima; font-size: 120%}
  div.c12 {color: #333333; font-family: Optima; font-size: 120%; text-align: center}
  a.c11 {color: #222222; text-decoration: underline;}
  div.c10 {color: #333333; font-family: Optima; font-size: 120%; text-align: center}
  div.c9 {font-weight: bold; text-align: center; font-family: Optima; font-size: 110%;}
  span.c8 {color: #000000; font-family: Optima; font-size: 120%}
  div.c7 {text-align: center; text-decoration: underline}
  span.c6 {color: #990000; font-family: Optima; text-decoration: underline; font-size: 150%}
  span.c5 {color: #4a4747; font-family: Optima; font-size: 120%}
  div.c4 {font-weight: normal; text-align: center}
  span.c3 {color: #E00B0B; font-family: Optima; font-size: 120%}
  div.c2 {color: #333333; font-family: Optima; font-size: 120%; text-align: center}
  div.c1 {text-align: center}

/* ---------- Footer ---------- */

.site-footer {
  background: #fff;
  border-top: 1px solid #ddd;
  margin-top: 4em;
  color: #000;
  font-family: optima, Arial, sans-serif;
}

/* TOP BAR */
.footer-top {
  max-width: 1800px;
  margin: 0 auto;
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.footer-brand {
  font-size: 1.2em;
 font-variant: small-caps;
color: #555;
}

.footer-nav a {
  margin-left: 1em;
  text-decoration: none;
  color: #000;
  font-variant: small-caps;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* IMAGE STRIP */
.footer-image-strip {
  display: flex;
}

.footer-image-strip img {
  width: 25%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* MAIN FOOTER */
.footer-main {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 3em 2em;
  gap: 2em;
}

/* LEFT COLUMN */
.footer-about {
  width: 700px;
  line-height: 1.6;
  text-align: center;
}

.footer-hearts {
 text-align: center;
  font-size: 2.0em;
  letter-spacing: 0.6em;
  margin-bottom: 0.2em;
  color: #DC143C;
}

.footer-cta {
  display: inline-block;
  margin: 1.5em auto 0;
  padding: 12px 26px;
  background: #DC143C;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.footer-cta:hover {
  background: #DC143C;
  color: #fff;
}

/* RIGHT COLUMNS */
.footer-col {
  width: 300px;
  text-align: center;
}

.footer-col h4 {
   font-variant: small-caps;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
  display: inline-block;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 0.6em;
}

.footer-col a {
  text-decoration: none;
  color: #000;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* FOOTER BOTTOM (DESKTOP + MOBILE) */
.footer-bottom {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 1.2em;
  padding: 1.2em 0;
  text-align: center;
  font-size: 0.9em;
  color: #555;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #DC143C;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-location {
  margin-top: 0.7em;
  font-size: 0.9em;
  color: #555;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {

  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-about,
  .footer-col {
    width: 100%;
  }

  .footer-nav a {
    margin: 0 0.5em;
  }

}

.not-fit {
  font-family: "Delicious Handrawn",  "Brush Script MT", "Comic Sans MS", cursive;
  color: #888;
  font-size: 1.5em;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0.08%;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0.08%;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 0.750%;
	line-height: 0px;
}
content {
	position: relative;
	visibility: inherit;
	height: auto;
	max-width: 95%;
	background-color: #000;
	color: #999999;
}
.awardButtons {
/*	background-image: url(http://www.marcicurtis.com/buttonallawardslong.jpg); */
	background-repeat: no-repeat;
	padding-top: 0%;
	padding-bottom: 0.25%;
	position: relative;
	visibility: inherit;
	float: center;

}
	
.leftText {
	padding: 10px 20px 10px 20px;
	width: 400px;
	float: left;
	background: #fff;
	
}
.rightText {
	float: right;
	position:inherit;
	width: 400px;
	background: #000;
	padding: 10px 20px 10px 20px;
/*	margin-right: 30px; */
	border-style: groove;
	border-color: #fff;
	border-width: 5px;
	text-align: right;
	
}
	
.leftoverText {
	padding: 10px 20px 10px 20px;
	width: 400px;
	float: right;
	background: #fff;
}

.baseImage2 {
	
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 2px;
	background: #fff;
	position:inherit;
	margin-left: 90px;
}
.bottomText {
	max-width: 100%;
	height: auto;
	background: #fff;
	margin: 10px 30px 10px 30 px;
	
}
 .imageLeft {
  align:left;
  clear: right;
  padding: 20px;
  border-image: 5px solid #fff;
  margin: 5px 20px 5px 0px;
  font-family: Optima;
	font-weight: light;
  font-size: 01.1em;
  text-decoration:none;
  text-align:center
}
.align-right { 
  float:right;
/*  margin: 0px 110px 0px 0px; */
}
.align-left { 
  float:left;
/*  margin: 0px 0px 0px 60px; */
 }
 .image-left {
	 float:left;
 }
 .image-right {
	 float:right;
 }
.hr {
  border: 0;
/*  width: 80%; */
  color: #fff;
  height: 10px;
  align: center;
/*  margin: 0px 10px 0px 120px; */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a.unique:hover {
background-color: #000;
}
.bigger {
	font-style: normal;
	font-size: 120%;
	text-transform:uppercase;
	color: #000;
	background-color: #fff;
}
.bar {
	font-style: normal;
	font-size: 140%;
	color: #000;

}

.imagecenter {
border: 0px;
font-size: 01em;
	color: #000;
text-align: center;
	margin: 0 auto;
}

.container2
{
background-image:none;
background-color: #fff;
max-width: 1100px;
alignment-adjust:middle;
/*margin-right: 50px;
margin-left: 50px;
padding-right: 10px;
padding-left: 10px;*/
}
p {
    font-size: 1.3rem;
	text-align:center;
	padding-top: 10px;
   	 padding-right: 100px; 
   	padding-bottom: 15px; 
  	 padding-left: 100px;
 	font-family: Optima;
	color:#353c41;

}

@media (max-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

 span.c9 {color: #555555; font-weight: light; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%}
  div.c8 {font-variant: small-caps; font-weight: light;color: #888888; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; text-align: center; height: 100%; width: 89%; margin-top: 0.3%;
	margin-right: 15%;
	margin-bottom: 0.1%;
	margin-left: 7%;position: relative;}
  span.c7 {color: #777777; font-weight: light; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%}
  div.c6 {font-style: italic; font-weight: light;text-align: center}
  span.c5 {color: #777777; font-weight: light; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%}
  div.c4 {font-variant: small-caps; font-weight: light; text-align: center;}
  span.c3 {color: #898989; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%}
  div.c2 { font-variant: small-caps; font-weight: light; text-align: center;}
  span.c1 {color: #555555; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; font-size: 80%}
  span.c2 {color: #555555; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 250%}
  span.c3 {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%}
  span.c4 {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%}
  span.c6 {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 160%}
  span.c8 {color: #555555; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%}
 
 p.c3 {color: #000000; font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 155%; font-weight: bold}



</style>