/*---  CSS code for Mumford main site  ---*/

/*---  body is where you place the background image or colour for the whole site. ---*/
body {
	background-image: url(z-bak01.png);
	background-repeat: repeat;
}
/*--- General info for Containter -800 pixels wide div tags ---*/
#container {
   	width: 800px;
	background: #FFFFFF;
	border: 2px #000080 solid;
}
/*---  topcontainer is where you place the image for the header.  Also controls size of the topbar space. colour #FCF1B4 ---*/
#topcontainer {
	background-image: url(z-topbar.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
}
/*---  General info for main page content div tag ---*/

#main {
	vertical-align: top;
	float: right;
	text-align: left;	
	width: 780px;
	margin-right: 4px;
	margin-top: 5px;
}
#footer {
	background: #E1F0FF;
	border: 2px #000080 solid;
	height: 160px;
	width: 796px;
}
/*---  TEXT ---*/
/*--- Text for side menu ---*/
.menu {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #604918;
	text-align: center;
	text-decoration: none;
	vertical-align: top;	
}
/*--- Text for side menu ---*/
.menu2 {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #604918;
	text-align: center;
	text-decoration: none;
	vertical-align: top;	
}
.menu2 a:link{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #604918;
	text-align: center;
	text-decoration: none;
	vertical-align: top;	
}
.menu2 a:hover{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #008000;
	text-align: center;
	text-decoration: underline;
	vertical-align: top;
}
.menu2 a:visited{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #604918;
	text-align: center;
	text-decoration: none;
	vertical-align: top;	
}
/*---  RegularText size 12 black colour ---*/
.text {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 5px;
}
.text a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #FF0000;
	font-weight: 500;
	background: #FEF9B4;
	text-decoration: underline;
	margin-bottom: 5px;
}    
.text a:link{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #CE4300;
	font-weight: 600;
	margin-bottom: 5px;
	text-decoration: none;
}  
.text a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #800000;
	font-weight: 500;
	margin-bottom: 5px;
	text-decoration: none;
}  
/*---  Text single spaced ---*/
.text1 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}
/*---  Text for currency numbers on the alpha and genre pages ---*/
.text2 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #800000;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

/*---  Section Header BLUE and Left for tables on the genre page ---*/
.hdr {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #000080;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
}
/*---  Section Header Dark Brown and Center for headers on index page ---*/
.hdr1 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #800000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
.hdr1 a:link{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #800000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
.hdr1 a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #004080;
	font-weight: 600;
	text-decoration: underline;
	background: #FFFFF4;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
.hdr1 a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #800000;
	font-weight: 600;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
.hdr1 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #800000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
/*---  Section Header White and Left for tables on the alpha page ---*/
.hdr2 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #FF0000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
}
/*---  Section Header White and Center for Other Pages ---*/
.hdr2c {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #FF0000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: center;
	vertical-align: middle;
}

/*---  Section Header Blue and Left for titles on pages ---*/
.hdr3 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #004080;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
}
/*---  Section Header Blue and Left for titles on pages ---*/
.hdr3c {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #004080;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: center;
	vertical-align: middle;
}
/*---  Section Header Red and Centerfor titles on pages ---*/
.hdr4c {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color:#FF0000;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: center;
	vertical-align: middle;
}
/*---  Text align right  ---*/
.textr {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	margin-bottom: 2px;
	text-align: right;
	margin-right: 50px;
}
/*---  Text align right for CWCC form tables  ---*/
.textr1 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	text-align: right;
}
/*---  Text  for  reviewers in TOC pages  ---*/
.textr2 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: italic;
	color: #800000;
	margin-bottom: 2px;
	text-align: left;
	margin-left: 250px;
}
/*---  Text align centre  ---*/
.textc {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.textc a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #FF8040;
	font-weight: 600;
	text-align: center;
	background: #FEF9B4;
}
/*---  Text bold ---*/
.textb {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
}
/*---  Text bold and italics ---*/
.textbi {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	font-style: italic;
}
/*---  Text bold and centered ---*/
.textbc {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}
.textbc a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #FF0000;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	background: #FEF9B4;
	margin-bottom: 5px;
}
.textbc a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #004080;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
	margin-bottom: 2px;
}
/*---  Text bold and centered ---*/
.textbcs {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
}
.textbcs a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #FF0000;
	font-weight: 600;
	text-align: center;
	background: #FEF9B4;
	margin-bottom: 2px;
}
.textbcs a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #004080;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
	margin-bottom: 0px;
}
/*---  Section Header Green and centered for NOPC titles and headers on pages ---*/
.nopc {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	color: #008040 ;
	font-weight: 600;
	text-align: center;
	margin-bottom: 3px;
}
/*---  Section Header Green and slightly smaller and LEFT for NOPC sub titles and sub-headers on pages ---*/
.nopc2 {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	color: #008040 ;
	font-weight: 600;
	text-align: left;
	margin-bottom: 3px;
}
/*---  Text for questions on the about page ---*/
.textq {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #800000;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	margin-bottom: 2px;
}

/*---  Smaller Text size 10 black colour ---*/
.textsm {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	margin-bottom: 2px;
}
.textsm a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #FF0000;
	background: #FEF9B4;
	margin-bottom: 2px;
}    
.textsm a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: small;
	color: #800000;
	text-decoration: none;
	margin-bottom: 2px;
}  
/*---  Text indented for first paragraph BLACK ---*/
.textindent{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	font-weight: 500;
	color: #000000;	
	text-indent: 30px;
	text-decoration: none;
	margin-bottom: 5px;
}
.textindent a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;	
	color: #FF0000;
	text-indent: 30px;
	background: #FEF9B4;
	margin-bottom: 5px;
}
.textindent a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;
	color: #800000;
	text-decoration: none;
	margin-bottom: 5px;
}  
/*---  Text indented for first paragraph MAROON ---*/
.textindent1{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	font-weight: 500;
	color: #6B1029;	
	text-indent: 30px;
	text-decoration: none;
	margin-bottom: 5px;
}
.textindent1 a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;	
	color: #FF8000;
	text-indent: 30px;
	background: #FEF9B4;
	margin-bottom: 5px;
}
.textindent1 a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;
	color: #6B1029;
	text-decoration: none;
	margin-bottom: 5px;
} 
/*---  Text indented for first paragraph DARK BLUE ---*/
.textindent2{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	font-weight: 500;
	color: #000080;	
	text-indent: 30px;
	text-decoration: none;
	margin-bottom: 5px;
}
.textindent2 a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;	
	color: #00FF00;
	text-indent: 30px;
	background: #FEF9B4;
	margin-bottom: 5px;
}
.textindent2 a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;
	color: #000080;
	text-indent: 30px;
	text-decoration: none;
	margin-bottom: 5px;
} 
/*---  Text indented for first paragraph RED ---*/
.textindent3{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	font-weight: 500;
	color: #FF0000;	
	text-indent: 30px;
	text-decoration: none;
	margin-bottom: 5px;
}
.textindent3 a:hover{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;	
	color: #FF0000;
	text-indent: 30px;
	background: #FEF9B4;
	margin-bottom: 5px;
}
.textindent3 a:visited{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 500;
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 5px;
} 
/*---  Text Headers for TOC pages indented for lists and table of Contents heading level pages  ---*/
.toc{
	text-indent: 100px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	font-style: normal;
	color: #000080;	
	text-decoration: none;
}
/*---  Text indented for lists and table of Contents pages FIRST LEVEL  ---*/
.toc1{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	line-height: 1;
	margin-left: 100px;
	text-decoration: none;
}
/*---  Text indented for lists and table of Contents SECOND level pages  ---*/
.toc2{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	line-height: 1;	
	margin-left: 140px;
	text-decoration: none;
}
/*---  Text second nested indent for lists and table of Contents THIRD level on pages  ---*/
.toc3{
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	color: #000000;	
	line-height: 1;
	margin-left: 180px;
	text-decoration: none;
}

/*---  Text for quotations ---*/
.quote {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #804040;
	font-weight: 600;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	width: 450px;
}
/*---  Text for quotation references aligned right ---*/
.quoteref {
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	color: #000040;
	text-align: right;
	margin-left: 50px;
	margin-right: 50px;
	width: 450px;
	font-style: italic;
	margin-bottom: 8px;
}
/*---  .Text for italic questions align is left. ---*/
.quest { 
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	color: #000080;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-bottom: 3px;
}
/*---  Text used for HEADERS size 18px and bold colour dark blue and centered ---*/
.texthdr {  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	font-weight: 600;
	color: #000080;
	text-align: center;
	margin-bottom: 10px;	
}
/*---  Text used for headers size LINKS 18px and bold colour dark brown , centered ---*/
.texthdr a:hover{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	font-weight: 600;
	color: #FF0000;
	text-align: center;
	background: #FEF9B4;
	margin-bottom: 10px;		
}
.texthdr a:visited{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	font-weight: 600;
	color: #008000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;	
}

/*---  Text used for TITLES size 18px and bold colour dark blue and centered ---*/
.title{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	font-weight: 600;
	color: #604918;
	text-align: center;
	margin-bottom: 10px;	
}
/*---  Text used for headers size LINKS 18px and bold colour dark brown , centered ---*/
.title a:hover{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	font-weight: 600;
	color: #604918;
	text-align: center;
	background: #FEF9B4;
	margin-bottom: 10px;		
}
.title a:visited{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: x-large;
	font-weight: 600;
	color: #604918;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;	
}
/*---  Text used for HEADERS size 18px and bold colour dark blue and LEFT---*/
.texthdr3 {  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: large;
	font-weight: 600;
	color: #000080;
	text-align: left;
	margin-bottom: 10px;	
}

/*---  SUBHEADS 18px and bold colour dark brown , leftalign ---*/

.texthdr2 {  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 600;
	font-variant: small-caps;
	color: #604918;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;	
}
.texthdr2 a:hover{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 600;
	font-variant: small-caps;
	color: #FF0000;
	text-align: left;
	background: #FEF9B4;
	margin-bottom: 5px;		
}
.texthdr2 a:visited{  
	font-family: "Toronto", "Times New Roman", serif;
	font-size: medium;
	font-weight: 600;
	font-variant: small-caps;
	color: #604918;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;	
}
/* ---Footer --*/
.footer{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 500;
	color: #604918;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.footer a:link{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 500;
	color: #604918;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #604918;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: #FFFFFF;
}
.footer a:visited{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-weight: 500;
	color: #604918;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
/* --- Image Placement   margin-left can be used to position the image further left --- */
/*---  Used to float image right with a white border ---*/
.imageright {
	float: right;
	padding: 0px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 5px solid #ffffff;
}
/*---  Used to float image left with a white border ---*/
.imageleft {
	float: left;
	padding: 2px;
	margin-left: 10px;
	background-color: #FFFFEE;
	border: 5px solid #FFFFEE;
}
/*---  Used to float image left with NO border ---*/
.imageleft2 {
	float: left;
	padding: 2px;
	margin-left: 10px;
}


