div.menu 		{width:20%;
			 height:95%;
			 float:left;
			 margin-left:2%;
			 margin-top: 5%;
			 margin-bottom: 5%;
			 text-align:center;
			 border-right:solid 1px;
			 padding-right:2%;



			 }
a.hp		{text-decoration:none;
			color:#000000;
}
img.floatLeft 		 {float: left; 
    			  margin: 8px;
			 } 
img.floatRight 		 { float: right; 
    		   	  margin: 8px;
			 }			
div.contenthp		{width:63%;
			 height:95%;
			 border-style:solid;
			 padding-left:2%;
			 padding-right: 5%;
			 margin-top:5%;
			 border-right: 0px;
			 border-left: 0px;
			 border-top: 0px;
			 border-bottom: 0px;
			 float:right;
			 background-repeat: no-repeat;
			 background-position: 70% 40%; 
			 vertical-align:text-bottom;
			 padding-bottom:10%;
			}
div.content		{width:65%;
			 height:95%;
			 border-style:solid;
			 padding-left:1%;
			 padding-top:5%;
			 padding-right: 5%;  /* Gives the content a bit of breathing space on the right*/
			 margin-top:5%;
			 border-right: 0px;
			 border-left: 0px;
			 border-top: 0px;
			 border-bottom: 0px;
			 float:right;
			 vertical-align:text-bottom;
			}
div.contenthp 
div.text 		{position: absolute;
			 bottom: 0px;
			 padding-left:2%;
			}
div.menu 
div.text 		{text-align:center; 
			 display:block;
			}
img.centered		{display:block;
			 text-align: center; 
			 margin-left:auto;
			 margin-right: auto;
			}
h1  			{font-family: century gothic; 
			 font-size: 24px; 
			 vertical-align:text-bottom;
			}
h2  			{font-family: century gothic; 
			 font-size: 14px; 
			 color:#990000; 
			 font-style:italic
			}
h2.pink		{
			font-family: century gothic; 
			 font-size: 16px; 
			 color:#ba55b1; 
			 font-style:normal;
			 }

p   			{font-family: century gothic; 
			 font-size: 12px;
			}
ul 			{padding: 0;
			 margin: 0;
			 list-style: none;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 width: 100%;
			 text-align:center;
			}
ul li 			{border: 1px solid #990000;
			 margin:3px;
			 line-height:1.4em;
			 font-size: 12px;
			}
ul li a 		{text-decoration: none;
			 display: block;
			 color:#000000;
			 padding:3px 10px;
			}
ul li a:hover 		{background-color: #990000;
			color: #ffffff;
			}
ul li.selected 		{list-style-type:none;
			 border:solid 2px #990000;
			 padding: 3px 10px;
			 font-family:arial; 
			 font-weight:bold;
			}
ul li.subselected 		{list-style-type:none;
			 padding: 3px 10px;
			 font-family:arial;
			 font-weight:bold;
			 border: 2px solid #330033;
			 margin-left:8px;
			 margin-right:8px;}
ul li.sub 		{border: 1px solid #330033;
			 margin-left:8px;
			 margin-right:8px;
			}
ul li.sub a 		{text-decoration: none;
			 display: block;
			 color:#000000;
			padding:2px;
			}
ul li.sub a:hover 	{background-color: #330033;
			 color: #ffffff;}
p.freeharmony		{font-family: century gothic; 
			 font-size: 16px; 
			}
p.freeharmony2		{font-family:century gothic;
			 font-size: 20px;
			}
p.red			{font-family: century gothic; 
			 font-size: 12px;
			 color: #ff0000;	
			}
p.centered		{font-family: century gothic; 
			 font-size: 12px;
			 text-align:center;
			}
blockquote	{font-family: century gothic;
				font-size:12px;
				background-color:#ebebeb;
				font-style:italic;
				}
p.right		{text-align:right;
			}