/* BODY AND CONTAINER */

		body {
			background-color: #FF66FF;
			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 13px;
			line-height: 1.6em;
			color: #FF33FF;
			background-color: #FCDEFC;
			border: 4px solid #6600FF;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #6600FF;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #33CCFF;
		}
		
		a {
			color: #FF33FF;
			text-decoration: none;
		}

		a:hover {
			color: #00CCFF;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: none;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
	padding-top: 58px;
	clear: both;
	margin-bottom: 5px;
	background-image:            url(images/header2.GIF);
	background-color: #6600FF;
	height: 228px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6600FF;
}
		
		#header p { 
                       text-align: right;
			margin-top: -20px;
			margin-right: 20px;
			color: #EFEFEF;
		}
                #header h1 {
                        text-align: right;
                        padding-right: 20px;
                }

/* NAVIGATION */
	
		#nav {
	width: 150px;
	margin: 5px;
	clear: none;
	float: left;
		}
	
		#nav li a {
			height: 32px;
  			height: 24px;
			text-decoration: none;
		}	
	
		#nav li a:link, #nav li a:visited {
	color: #33CCFF;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(images/menu1a.jpg);
		}
	
		#nav li a:hover {
	color: #FF66FF;
	padding: 8px 0 0 10px;
	background-image: url(images/menu1a.jpg);
	background-position: 0 -32px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 550px;
	clear: none;
	margin-left: 170px;
		}
		
		#content p {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF33FF;
		}
		
		#content a {
	color: #FF33FF;
	text-decoration: none;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF33FF;
		}
		
		#content a:hover{
			color: #2AE0D5;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #6600FF;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#FFFFFF;
			padding: 5px;
		}
		
		#footer p a {
			color: #FF66FF;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		
/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  [class~=PZ3-r] { position:relative; }

.PZ3zoom { border:1px solid ##9B59FF; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  [class~=PZ3-r]>a { right:0; }
.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid ##9B59FF;
  margin:-1px 0 0 -1px; }
  [class~=PZ3-r]>a:hover { margin:-1px -1px 0 0; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap { display:block;
  padding:2px 5px; margin-top:-5px; 
  direction:ltr; background:#369; color:#fff;
  font:10pt verdana,sans-serif; 
  text-align:left; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr a img,.noBdr a:hover img { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 
		

