A:link
{ text-decoration: none; color:#6600cc; }
A:visited
{ text-decoration: none; color:#6600cc; }
A:active
{ text-decoration: none; color:#6600cc; }
A:hover
{ text-decoration: none; color:#33cccc;}

h1 {font-family: arial;
font-size: 16pt
color: #000000; }

p {font-family: arial;
color: #000000;
font-size: 12pt }

body
{ 
  margin:0;
  padding:0;
background: #cc99ff;
background-repeat: no-repeat;
background-position: Center 300px;
background-attachment: scroll;

color: #000000 ;
letter-spacing: 1pt;
font-weight: normal;
font-size: 12pt; 
font-family: Arial, Helvetica, sans-serif;
}


html, body {
  overflow-x: hidden;
}
body {
  position: relative
}


img {
        max-width: 100%;
        height: auto;
      }

* {
margin: 0;
padding: 0;
}


.wrapper {
    margin-right: auto; /* 1 */
    margin-left:  auto; /* 1 */

    max-width: var(--wrapper-width, 1200px);

    padding-right: 0px; /* 3 */
    padding-left:  0px; /* 3 */
}


#header {
 color: #000000;
 width: auto;
 float: none;
 padding: 20px;
 border: none;
 background: #cc99ff;
 background-repeat: no-repeat;
 background-position: top center;
 background-attachment: scroll;
}



.topnav {
  overflow: hidden;
  background-color: #cc99ff;
  padding: 20px;
}

.topnav a {
  float: left;
  display: block;
  color: #6600cc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ccccff;
  color: #33cccc;
}

.topnav a.active {
  background-color: #99ffcc;
  color: #6600cc;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}






.fluid-ratio-resize { 
	max-width: 100%;
	max-height: auto;
	background-image: url(ReneeBanner22.png); 
	background-size: cover;
	background-position: center;
    
        
          
}
.fluid-ratio-resize:after {
	content: " ";
	display: block; 
	width: 100%; 
	padding-top: 66.67%; /* slope */
	
}
 




#content { 

 color: #000000;
 border: none;
 width: auto;
padding: 10px;
}

#footer { 
 clear: both;
 width: auto;
 color: #000000;
 border: none;
 background: #cc99ff;
 padding: 10px;
}

td
{ font-family: arial;
color: #000000;
padding-left: 10px; 
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px; 
padding: 10px;
padding: 10px 10px;

input, textarea
{
font-family: arial;
color: #000000;
border-style: groove; 
border-color: #000000;
border-width: 5px;
}