body {
  background-color: #FFFFFF;
}

h1 {
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 300%;
}


/*
h2 {
    color: #000000;
    font-family: verdana, sans-serif;
    font-size: 150%;
}
*/


div {
    background-color: #FFFFFF;
	 width: 250px;
}




header {

       color: #000000;
       font-family: verdana, sans-serif;
       font-weight: bold;
       font-size: 300%;
		 
       padding: 10px;
       height: 350px;
       margin-bottom: 50px;
       margin-left:10px;

}

/* Header classes */
/* Home page header */
.home-page {
       background-image: url("graphics/pilates_room.png");
       background-position: right;
       background-repeat: no-repeat;
		 background-color: #ffffff;
}

.newsletter-page {
       background-image: url("graphics/newsletter-smaller.png");
       background-position: right top;
       background-repeat: no-repeat;
		 background-color: #ffffff;
		 background-size: 40%;
		 background-position:65%;
       height: 230px;		 
		 
}

.resource-page {
       background-image: url("graphics/organizations.png");
       background-position: right top;
       background-repeat: no-repeat;
		 background-color: #ffffff;
		 background-size: 25%;
		 background-position:65%;
       height: 265px;		 
		 
}

.music_arts-page{
    background-image: url("graphics/conga_drums.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 25%;
    background-position:65%;
    height: 265px;		 

}

/* sections and associated classes */
section {
        margin-bottom: 40px;
        background-color: #EEEEEE;
        padding: 20px;
        width: 75%;
        height: 110px;
}

.newsletter-list {
        margin-bottom: 50px;
        background-color: #EEEEEE;
        padding: 25px;
        width: 75%;
        height: auto;
}

.resources-list, .social-list, .arts-list {
  margin-bottom: 10px;
  background-color: #EEEEEE;
  padding: 10px;
  width: 95%;
  height: auto;
}



/* table CSS and classes */
table {
	font-family: verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid black;
  text-align: left;
  vertical-align: middle;
}

caption{
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #333;
	margin-bottom: 16px;
}

thead th {
  width: 33%;
}

th, td {
	border: 1px solid black;
  padding: 8px;
}



footer {
        margin: 5px;
        font-family: verdana, sans-serif;
        background-color: #000000;
        padding: 10px;
        width: 100%;
        color: #FFFFFF;
        font-size: 100%;
}
        
p {
  color: black;
  font-family: verdana, sans-serif;
  font-size: 160%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


.light-text {
       font-weight: normal;
}

.button {
	 float: left;
	 color: #000000;
    font-family: verdana, sans-serif;
    font-size: 150%;
	
    background-color: #ffffff;
    border: 2px solid #CCCCCC;
	 padding: 5px;
	 width: 250px;
	 height: 75px;
	 margin-right: 10px;
}

.button:hover {
	border: 2px solid #335588;
	background-color: #ffff99;
	padding: 5px;
}

.info {
	float: left;
	padding: 5px;
	background-color: #CCCCCC;
	font-family: verdana, sans-serif;
   font-size: 125%;
   width: 60%;
   height: 75px;
}

