/****************** TOP LEVEL ******************/

* {
	border:0;
	margin: 0;
	padding: 0;
	background: white;
	font-family: Georgia, Arial, Sans;
	font-size: 10pt;
	color: black;
}


/*************** COMMON STYLING ****************/
.clearfloats { clear:both }

.righttext{
	text-align: right;
	}

.centretext{
	text-align: center;
	}

.titlewithjustifymp{
	padding: 0 50px 0px 50px;
        }

.titlewithjustifymorep{
        padding: 0 100px 0px 50px;
        }


.justifytext{
        text-align: justify;
        }

.justifymp{
        text-align: justify;
	padding: 0 50px 0px 50px;
        }

.justifymorep{
        text-align: justify;
        padding: 0 100px 0px 50px;
        }

.justifymorep2{
        text-align: justify;
        width: 430px;
        padding: 0 320px 0px 0px;
        }


.width {
        width: 1020px;
       }

.widthmppoem {
        width: 107%;
       }

.widthbiog {
        width: 107%;
       }
.widthpoem {
        width: 150%;
       }

.quote {
        margin-right: 40px; 
        margin-left: 40px;
       }

.quotesign {
        margin-right: 40px; 
        margin-left: 80px;
       }

.indent20 {
        margin-left: 20px;
       }

.indent60 {
        margin-left: 60px;
       }

.blacki {
	color:black;
	font-style: italic;
	}

.bluei {
	color:blue;
	font-style: italic;
	}

.black9 {
	color:black;
	font-size: 9px;
	}

.black9i {
	color:black;
	font-size: 9px;
	font-style: italic;
	}

.black10 {
	color:black;
	font-size: 10px;
	}

.black12nonbold {
	color:black;
	font-size: 12px;
        font-weight: normal;
	}

.black12inonbold {
	color:black;
	font-size: 12px;
	font-style: italic;
        font-weight: normal;
	}

.black10i {
	color:black;
	font-size: 10px;
	font-style: italic;
	}

.black10bold {
        color: black;
        
        font-weight: bold;
         }

.black10boldi {
        color: black;
        font-style: italic;
        font-weight: bold;
         }

.blackh1i {
        color: black;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 20px 30px;
         }

.blackparth1i {
        color: black;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 20px 0px;
         }

.blue14ibold {
        color: blue;
	font-size: 14px;
	font-style: italic;
        font-weight: bold;
         }

.gold10ibold {
        color: #FF9900;
	font-size: 10px;
	font-style: italic;
        font-weight: bold;
         }

.gold12ibold {
        color: #FF9900;
	font-size: 12px;
	font-style: italic;
        font-weight: bold;
         }

.gold14bold {
        color: #FF9900;
	font-size: 14px;
        font-weight: bold;
         }

.gold14ibold {
        color: #FF9900;
	font-size: 14px;
	font-style: italic;
        font-weight: bold;
         }

.maroonb {
	color: maroon;
        font-weight:bold;
	}

.maroonib {
	color:maroon;
	font-style: italic;
	font-weight:bold;
	}

.purpleb {
	color:purple;
        font-weight:bold;
	}


.redb {
	color:red;
        font-weight:bold;
	}


.ruler {
	color: #FF8000; 
	width: 60%; 
	padding: 25px 0 25px 0px;
       }


.overline {
           text-decoration: overline;
          }

a:link    {color: #FF8000; font-weight:bold; font-size: 10pt; text-decoration: underline;}
a:visited {color: #FF9900; font-weight:bold; font-size: 10pt; text-decoration: underline;}
a:active  {color: #FF8000; font-weight:bold; font-size: 10pt; text-decoration: underline;}
a:hover   {color: #E3A09B; font-weight:bold; font-size: 10pt; text-decoration: underline;}



/****************** COMMON DIVS ******************/
/* Header */

#header {
	width: 1000px;

	font-size: 14pt;
	font-weight: bold;
    }

#header img {
	float: left;
	width: 1000px;
	height: 110px;
    }


#subhleft {
	float: left;
	width: 400px;
	text-align: center;
	font-size: 12px;
    }

#subhleft img {
	width: 307px;
	height: 110px;
    }

#subhleft form {
	margin-left: 12px;
	padding: 0 0 40px 0;
    }

#subhleft select {
	border: 2px solid #FF8000;

   }

#subhright {
	float: right;
	width: 500px;
	text-align: center;
	padding: 15px 15px 0 0;
   }

#subhright p {
	padding: 0 0 10px 0;
     }

#subhright form {
	margin-left: 12px;
	padding: 0 0 40px 0;
      }

#subhright select {
	border: 2px solid #FF8000;

   }

#subhright input{
	background: #FF8000;
	height: 40px;
	border: 2px solid blue;
 }

#subhead {
	width: 1000px;
	text-align: center;
	font-weight:bold;
	padding: 0 0 10px 0;
    }

#subhead p{
	font-size: 12pt;
	padding: 0 0 0 0;
 }

#subhead a {
	font-size: 12pt;
  }	

#leftside {
	float: left;
	width: 120px;
	height: 850px;
	background-color: #FF9900;
	text-align: center;
    }

#leftside form {
	background-color: #FF9900;
	width: 120px;
  }

#leftside input {
	background-color: #FF9900;
   }

#leftside p {
	background-color: #FF9900;

	width: 120px;
   }

#menu {
	width: 120px;
	background: #FF9900;
	padding: 20px 0 0 0;
        
           }

#menu img {
	width: 100px;
	height: 40px;
	margin-top: -3px;
	margin-bottom: -3px;
	padding: 0 0 0 0;
    }
	
/*text-align: center; removed from menu img but didn't solve problem of 3px gap between images, neither did border margin align top*/

/* Right Side */
#rightside {
	float: right;
	width: 150px;
	border: solid 2px #FF9900;
	padding: 3px 3px 3px 3px;
}

#rightside h1 {	
	font-size: 12pt;
	padding: 10px 0 10px 0;
}

#rightside p {
	padding: 5px;
        font-weight: bold;
	color: blue;
	text-align: center;
   }

#lastModified {
        
        font-weight: bold;
        color: blue;
        text-align: center;
    }

/*Middle */

#middle {
        width: 690px;
        }

#midheadleft {
	width: 500px;
	float: left;
	padding: 20px 0 0 20px;
        }

#midheadleft h1 {
	font-size: 16pt;
	text-align: center;
	padding: 5px 0 0 0;
}

#midheadright {
	width: 170px;
	float: right;
                  padding: 0 0 0 0;
  }

#midheadright img {
	width: 150px;
	text-align: center;
                  padding: 0 0 0 0;
   }

#poem { 
	width: 580px;
	float: left;
	padding: 0 0 0 30px;
}

#poem h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 20px 30px;
}

#poem p {
	font-size: 10pt;
	line-height: 140%;
	padding: 0 0 20px 30px;
}

#poem h2 {
	padding: 0 0 10px 50px;
	font-weight: bold;
  }

#poem h3 {
	padding: 0 0 10px 50px;
	line-height: 140%;
	font-weight: normal;
}

/* Biog */


#biog {
	width: 560px;
        float: left;
        padding: 30px 20px 30px 20px;
      }

#biog p{
        line-height: 140%;
      }

#biogtable {
	padding: 3px 3px 3px 3px;
        border: 2px double black;
    }

/*MiddleMore */

#midmore {
        width: 800px;
        }


#poemore { 
	width: 750px;
	float: left;
	padding: 0 0 0 30px;
}

#poemore h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 20px 30px;
}

#poemore p {
	font-size: 10pt;
	line-height: 140%;
	padding: 0 0 20px 30px;
}


#poemore h2 {
	padding: 0 0 10px 50px;
	font-weight: bold;
  }

#poemore h3 {
	padding: 0 0 10px 50px;
	line-height: 140%;
	font-weight: normal;
}



/* Footer */

#footer {
	text-align: center;
	clear:both; /* added as I've taken it outside of the middle div */
	padding: 10px 0 0 0;
}

#footer p{
	text-align:center;
	color: #FF9900;
	font-size: 12pt;
	padding: 0 0 10px 0;
          }

#footer hr {
	border:2px solid #FF8000;
	height:3px;
	margin:30px 200px 30px 200px;
	
          }



#footer img#leftfloat, #footer img#rightfloat {
                  padding: 5px 0 0 0;
          }

#footer img#leftfloat {
	float: left;
	margin-left: 15%;
           }

#footer img#rightfloat {
                 float: right;
                 margin-right: 15%;
          }
                  
