body
   {
   position: relative;
   background-color: #F6B695;
   margin: 0; padding: 0;
   font-family: verdana, sans-serif;
   z-index: 1;
	margin-right: auto;
	margin-left: auto; 
   }
   
.main 
   {
   position: relative;
   width: 97.5%; 
   margin: 2.5%; 
   text-align: left;
   z-index: 10;
   }  
   
.shadowcontainer
	{
	width: 97.5%; /* container width*/
	background-color: #000000;
	filter: alpha(opacity=25);
	}  

.shadowcontainer .innerdiv
	{
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid gray;
	padding: 2%;
	position: relative;
	left: -12px; /*shadow depth*/
	top: -12px; /*shadow depth*/
	} 
   
   
   
h1 /* this header is used on the chapter title of the page */

   {
	font-size: 20pt; 
	font-weight: 700;
	color: #372921;
	text-align: center;
	padding-top: 1em;
	border-top: solid #372921 1px;
   }

h2 /* this header is used on the section title of the page */
   {
	font-size: 18pt; 
	font-weight: 700;
	font-style: italic;
	color: #372921;
	text-align: center;
   }
#content
	{
	width: 85%;
	}
h3 /* this header is used for the name on each entry from the database*/
   {
	font-size: 16pt; 
	font-weight: 700;
	color: #372921;
	margin: 0;
	padding-top: 1em;
	border-top: solid #372921 1px;

   }

p
   {
	font-size: 14pt;
	color: black;
	line-height: 150%;
	margin: 0;
	width: 100%;

   }

.address
	{
	font-size: 14pt;
    text-align: left;
    float:none;
    	width: 100%;
	}

.phone
	{
	font-size: 14pt;
    text-align: left;
    float:none;
    width: 100%;
	}
	
.web
	{
	font-size: 14pt;
    text-align: left;
    float:none;
    width: 100%;
    margin-bottom: 10px;

	}

.summary
   {
	font-size: 14pt;
    text-align: left;
    float:none;
   }
   
   
.line
   {
	font-size: 14pt;
   	border-top: solid #372921 1px;
   }
   

.noprint
	{
	font-size: 14pt;
    text-align: left;
    }
   
ul
  {
  list-style-type: square;
  list-style-position: inside;
  line-height: 200%;
  font-size: large;
  text-align: left;
	font-size: 14pt;

  }

a:link
   {
	color: #372921;
   }
   
a:link.active
   {
	color: white;
	background-color: #372921;
   }

a:visited
   {
	color: #487674;
	}

a:visited.active
   {
	color: white;
	background-color: #487674;
   }

a:hover
   {
	color: #372921;
	background: #FFCDB4;
	text-decoration: none;
   }

a:focus
   {
	color: #372921;
	background: #FFCDB4;

   }