/* PopUpInfo.css
 * Style for Pop-up info pages
 */

/*-------body---------
body,html {
	margin:5px; padding:0;
	font-size:medium;
}
body {
	background: url("Images/General/IMG_3203 dark.jpg"); /*--bkgd outside the pg bounds--
}
*/
/* -- popupinfo, contains the entire page content --*/
div#popupinfo {
	padding: 30px 30px 30px 30px;
	border:#666 3px double;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background-color:#ffffff;
	width: 96.8%;
	min-width: 350px;
	max-width: 550px;
	font-size: 14px;
}

div#popupinfo h1, h2, h3, h4, li {
	font-family: "Arial", Helvetica, sans-serif;
	color:#000000;
}
#popupinfo  h1 {font-size: 1.8em; font-weight: bold;}
#popupinfo  h2 {font-size: 1.4em; font-weight: bold;}
#popupinfo  h3 {font-size: 1.2em; font-weight: bold;}

#popupinfo  p {
	font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
	color:#000000;
}
	



