@charset "utf-8";
/* COLORS: 
	#b0207d: bright pink
	#57592c: dark green - links
	#41431e: dark green - text
	#ebebd9: beige
	
	688/232
	
	*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background-color: #FFFFFF;
}
h2 {
	color:#b0207d;
	font-size:1.6em;
	font-family: "Trebuchet MS",   Verdana, sans-serif;
	letter-spacing:.04em;
	margin:0;
}
p {
	color: #41431e; }
#totalcontainer {
	width: 100%;
}
#header #logo { float:left; width: 455px; }
#languageline { display:none; }
#searchBox { display:none;  }

#mainContent {
	width: 100%;
	clear:both;
	margin-top:10px;	
	float:left;
}
#navBar { display:none;  }
#mainPhoto {display:none;  }
#contentArea {
	width: 100%;
}	
#leftCol {
display:none;
}	
#hpLeftCol {
	width: 22%;
	float:left;
	background-color:#ebebd9;
	padding: 26px 20px 0 20px;
}	
#middleCol {
width:90%;	
}
#hpMiddleCol1 {
	width: 21%;
	float:left;
	padding: 26px 20px;

}
#hpMiddleCol2 {
	width: 21%;
	float:left;
	padding: 26px 0 26px 20px;

}
#rightCol  {
	width: 17%;
	float:left;	padding: 26px 0 26px 20px;
}
#rightCol h2 { 	margin: 10px 20px; }
#rightCol p {margin: 10px 20px;}
#footer { 	
	clear:both; 
	margin: 0;
}
#footerHP { 	
	clear:both; 
	margin: 0;
}
 #footer ul#left {
	float:left;
	list-style-type:none;
	margin-left:-20px;
	margin-top:30px;
}
#footerHP ul#left {
	float:left;
	list-style-type:none;
	margin-left:-20px;
	margin-top:88px;
}
#footerHP ul#left li, #footer ul#left li {
	color:#b0207d;
	font-size:1em;
	text-decoration:none;
	display:inline;
	background-image:url(images/green_button.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 14px 0 10px;
}
#footerHP ul#left li.first, #footer ul#left li.first {padding-left:0; }
#footerHP ul#left li.last, #footer ul#left li.last { background:none; }
#footerHP ul#right, #footer ul#right {
	display:none;  
}	