/* Campest Theme Ever (c) Ian Cundell 2009 */
	html{
	margin-top:0;
	padding:0;
	border:0;
	font-size: 16px;
	}

  body { 
  	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
	font-size:62.5%;
	line-height:1.5em;
	background-color:rgb(238, 238, 224);
	background-image: url(images/bg.jpg);
	
    }
  
    .spacer{clear:both;}

	.wrapper {
  /*   background-color:rgb(238, 238, 224); */
    margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:810px;
	}

  #mastHead {
  position:relative;
  	top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    background-image:url(images/pink-bg-horiz.png); 
    /*  background-color:rgb(255, 51, 204);  */
    color: rgb(255, 255, 255);
    }

	#mastImage {
	
	padding-right:100px;
	padding-top:17px;
	float:right;
	position:relative;}
	
   #mastBanner {
   position:relative;
    width:150px;
    padding-top:32px;
    padding-left:30px;;
	float:left;
	position:relative;
	text-align:center;
	}

   .linkIndex { 
  	display:block;
	text-align: left;
    float:left;
    height: 510px;
    width: 170px;
   	/*  background-color:rgb(255, 51, 204);  */
 	background-image:url(images/pink-bg-vert.jpg);
 	    }

   .linkIndex > a { padding: 1px 0px;
    color: rgb(0, 0, 153);
    }

	.linkIndex a, .linkIndex a:link {
	font-size: 1.3em; 
	text-align:right;
	text-decoration:none;
	color:rgb(0, 0, 153);
 	display:block;
	padding-right: 15px;
	padding-top:5px;
	}

  .linkIndex a:visited { 
	color: rgb(0, 0, 153);
    }

  .linkIndex a:hover { 
	border-right: 3px solid red;
	color: rgb(225, 225, 0);
/* 	background-color:rgb(190, 190, 190); */
	text-decoration: none;
    }
    
   .linkIndex a:active { 
	color: rgb(221, 0, 0);
/* 	background-color:rgb(190, 190, 190); */
	text-decoration: none;
    }
    


  #contentsBox { 
  	overflow:auto;
  	text-align: left; 
    position: relative;
    margin-left: 170px;
    background-color: rgb(238, 238, 224);
    color: rgb(255, 255, 255);
    height:510px;
    width:570px;
    }
 
 	.miniWrap{margin-top:10px; margin-left:20px;
 
 	}

	.float{
	position: relative;
	margin-top: 10px;
	float:left;
	width:230px;
	margin-left:20px; 
	background-color:rgb(238, 238, 224);
	height:215px;
	
    
	}
	
	.float:hover{-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;
	-moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius:  30px;
    -webkit-border-bottom-right-radius: 30px;}
	.photoPort{
	width:250px;
	height:300px;
	float:left;
	background-color:rgb(51, 51, 51);
	
	}
	.photoLand{
	width:400px;
	height:300px;
	float:left;
	background-color:rgb(51, 51, 51);
	
	}

	.youTube{margin-left: 25px;
	width:480px;
	border:4px solid rgb(255, 51, 204);
	}

  .rightBox {
	float:right; 
	display:block;
	position:relative;  
	text-align:left;
	width:70px;
	background-color:rgb(238, 238, 224); 
	height:510px;
	background-image:url(images/featherboa.gif);
	}


   .footer {
  	margin-top:-10px;
    text-align: right;
    height:60px; 
    background-color:rgb(238, 238, 224); 
    width:100%;
     }
     
   
  #linkExt { background-color:rgb(190, 190, 190); }
  #linkExt img {border-style:none;padding-top:2px;}
  #linkExt a, #linkExt a:link {border-style:none; text-align:center;}
  #linkExt a:hover {background-color:transparent; border-style:none; }

  h1 { 
  	margin-left: 5px; 
  	text-align:center; 
  	color: rgb(255, 51, 204);
    font-size: 1.4em;
    font-weight: bold;
    }

  .linkIndex h1 {
    font-size: 1.3em;
    text-align: right; 
    line-height: .3em;
    padding-right: 15px;
    font-weight: normal;
    color:rgb(255,255,255);}

  h2 { 
 	margin-left: 5px;
  	color: rgb(0, 0, 153);
    font-size: 1.25em;
    font-weight: normal;
    }

  h3 { 
	margin-left: 5px;
  	text-align: left; 
  	color: rgb(255, 51, 204);
    font-size: 1.2em;
    font-weight: normal;
    }
  
    p { 
  	text-align: left; 
  	margin-left: 10px;
  	margin-right:5px;
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    margin-right: 20px;
    }
    
	.linkIndex p {
	color: rgb(255,255,255);
	margin-left:30px;
	}

  .smaller { 
  	font-size: 1.1em;
  	}
  
  .larger { 
  	font-size: 1.3em;
    }
    
  .copyr { 
   	text-align:right;
  	padding-top:15px;
  	font-size: 1em;
	color: rgb(0, 0, 153);
    }

  .emph { 
  	color: rgb(0, 0, 153);
    }
    
  
  li { 
  	padding-bottom: 5px; 
  	color: rgb(51, 51, 51);
    font-size: 1.2em;
    line-height: 1em;
    list-style-type: disc;
    list-style-position: outside;
    }

  a:link { 
  	color: rgb(0, 0, 153);
    }
    
 a:visited { 
  	color: rgb(0, 0, 153);
    }
     
 a:hover { 
  	text-decoration: none; 
  	color: rgb(255, 51, 204);
    }

 a:active { 
  	color: rgb(255, 255, 255);
    }

  .td30 {
 	width: 30%;
 	vertical-align: top;
 	}
	
	.td70 {
 	width: 70%;
 	vertical-align: top;
	 }
 
 	.linktable{
 	margin-left: auto;
 	margin-right:auto;
 	width:80%;
	font-size: 1.1em;
	 }

	.linktable p{font-size:1.1em;}

	#contentsBox > hr { 
  	line-height: 0.4pt;
    color: rgb(255, 150, 0);
    }

  .greyBox {
  	background-color:rgb(190, 190, 190);
  	}
  
  img {
    position: relative;
    border:0;
 }

   .extract{
	 border:0;
 	 padding-top:5px;
     background-color:rgb(238, 238, 224);
     /* background-image: url(paper.png); */
     background-image: url(images/paper.jpg);
     background-repeat: no-repeat;
     font-family: Georgia,"Times New Roman",serif, FreeSerif;
     font-size:1.2em;
     line-height:1.4em;
     margin-top:15px;
     margin-left:50px;
     margin-right:50px;
     height:325px;}
     
     .extract p {margin-top:8px; margin-left:38px;margin-right: 35px;}
     
     .lcurly{float: left;
     height: 20px;
     margin-top: 0px;
     padding-top: 15px;
     font-size: 4em;
     color: rgb(255, 51, 204);
}
	.rcurly{ float: right;
	 height: 10px;
     margin-top: 0px;
     padding-top: 20px;
     font-size: 4em;
     color: rgb(255, 51, 204);
}

