/* VWC theme (c) Ian Cundell, 2009 */
  html{
	margin:0;
	padding:0;
	font-size: 16px;
	}

  body { margin: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial,sans-serif; 
	font-size:62.5%;
	line-height:1.5em;
	background-color:rgb(238, 238, 224);
    }
  
  .wrapper {
	margin-left:auto;
	margin-right:auto;
	width:810px;
	}
.spacer{clear:both}
  #mastHead {
    background-image: url("images/abbey.jpg");
  	top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background-color: rgb(0, 0, 153);
    color: rgb(255, 255, 255);
    }


  #mastImage {
	float:left;}
	
  #mastBanner {
    padding-top:5px;
	margin-left:450px;
	margin-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

  .linkIndex { 
 
  	font-size: 1.4em; 
 	display:block;
	text-align: left;
    float:left;
    height: 478px;
    width: 170px;
    background-color:rgb(153, 153, 204); 
     position:relative;	
z-index:500;
    }

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

  .linkIndex a, .linkIndex a:link {
	text-align:left;
	text-decoration:none;
	color:rgb(0, 0, 153);
 	display:block;
	border:3px solid rgb(153, 153, 204); 
	
}

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

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

/*generally use content box*/
  #contentsBox { 
  	text-align: left; 
    position: relative;
    margin-left: 180px;
    background-color: rgb(238, 238, 224);
    color: rgb(255, 255, 255);
  
    }
/*for fixed height content boxes (ie where the text is a bit short. Keeps the footer lined up*/
   #contentsBoxFixed { 
  	text-align: left; 
    position: relative;
    margin-left: 180px;
    background-color: rgb(238, 238, 224);
    color: rgb(255, 255, 255);
    height:457px;
    }


  #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; }

  .rightBox {
	float:right; 
	display:block;
	position:relative;  
	text-align:left;
	padding-left:10px;
	margin-left:3px;
	padding-right:5px;
	width:205px;
	background-color: rgb(255, 255, 153);
	height:477px;
	z-index:1;
	 }


  .specialBox {
	overflow: auto;
	background-color: rgb(238, 238, 224);
	border: 2px solid rgb(153, 153, 204);
	height: 175px;
	margin-left:10px;
	width:370px;
	}

  #footer {
    text-align: right;
    height:70px; 
    background:  rgb(153, 153, 204);
    width:100%;
     }

  h1 { 
  	margin-left: 5px; 
  	text-align: left; 
  	color: rgb(153, 0, 0);
    font-size: 1.4em;
    font-weight: bold;
    }

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

  h3 { 
	margin-left: 5px;
  	text-align: left; 
  	color: rgb(153, 0, 0);
    font-size: 1.2em;
    
    }

  p { 
  	text-align: left; 
  	margin-left: 5px;
  	margin-right:5px;
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    margin-right: 20px;
    }

  li { 
  	padding-bottom: 5px; 
  	color: rgb(51, 51, 51);
    font-size: 1.2em;
    list-style-type: disc;
    list-style-position: outside;
    }

  .copyr { 
  	text-align:right;
  	padding-top:5px;
  	font-size: 1em;
  	line-height:1.1em;
	color: rgb(0, 0, 153);
    }

  .smaller { 
  	font-size: 1.1em;
    }

  .larger { 
  	font-size: 1.3em;
    }
    
  .emph { 
  	color: rgb(255, 0, 0);
    }

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

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

  .td30 {
 	width: 30%;
 	vertical-align: top;
	}
  .td70 {
 	width: 70%;
 	vertical-align: top;
	}
 
  .td30 H3 {font-weight: normal;}
 
  .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);
  	}
  
 .ivoryBox {
  	background-color:rgb(238, 238, 224);
	background:rgb(238, 238, 224);
  	}

  img {
    position: relative;
 }

 .indent {margin-left: 20px;}