/*  layout */

/* colour scheme: beach, with wedding page highlights
light blue: bdf
medium blue: 47a
dark blue: 358
dark gray: 566
medium brown: c29151
sandy beige: f8e99b
light beige: faf0bc
pink: d51354
burgandy: 870618
*/

body {   /* master doc template */
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}


/*
  main section defintions
*/

#centerbox {   /* centered middle part */
  background: #fff; 
  color: #333;
  margin: 40px;
  padding: 40px;
  border: 1px solid #000;
  width: 700px;
}

#header {   /* title pic across the top */
  border: 0;
  margin: 0;
  padding: 0;
  background: #12247a;
  color: #fff;
  text-align: center;
  font-size: x-small;   /* bmhack */
  voice-family: "\"}\""; voice-family:inherit;
  font-size: small;	
}
html>#header { font-size: small; } 

#footer {   /* box at bottom of page */
  clear: both;
  border-top: 10px solid #47a;
  margin: 0;
  padding: 5px;
  background: #12247a; 
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: x-small;   /* bmhack */
  voice-family: "\"}\""; voice-family:inherit;
  font-size: small;	
}
html>#footer { font-size: x-small; } 


/* 
  footer
*/

#footer p {
  margin: 10px 0;
  padding: 0;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
} 

#footer img {
  vertical-align: middle;
  border: 0;
}
		
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fff;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #fff;
}




/* image rules */
	
img {
  display: block;
  border: 0;
}



/* table defaults */

table {
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

tr {
  border: 0;
  padding: 0;
  margin: 0;
}

td {
  vertical-align: top;
  border: 0;
  padding: 0;
  margin: 0;
}

th
{
  font-weight: bold;
}

.vmid tr, .vmid td {
  vertical-align: middle;
}

.fussytable td, .fussytable th	{
  font-size: 11px;
  text-align: center;
  padding: 2px;
  margin: 2px;
  border: 1px solid #ccc;
}

code, pre {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  font-weight: normal;
  background: inherit;
  color: #333;
}


/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
  font-size : 105%; 
}



/* typography */

p {
  line-height: 140%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
}
	
dl {
  line-height: 1.4em;
  margin-top: 0;
  padding-top: 0;
}

dd {
  margin-bottom: 5px;
  padding-left: 5px;
  margin-left: 5px;
}

h1, h2, h3, h4, h5, h6	{
  color: #455; /*#870618;*/
  font-weight: bold;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

#centerbox h1 {
  margin-top: 0;
  font-size:    medium;  /* bmh */
  voice-family: "\"}\""; voice-family: inherit;
  font-size:    large;       
}
html>#centerbox h1 { font-size:  large; } 

#centerbox h2 {
  margin-top: 35px; 
  font-size:    medium;     
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    large;       
}
html>#centerbox h2 { font-size:  large; } 

#centerbox h3 { 
  font-size: small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: medium;  
}
html>#centerbox h3 { font-size:  medium; } 
	
#centerbox h4 {
  font-weight: normal;
  font-size: x-small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: small;  
}
html>#centerbox h4 { font-size: small; } 	

#centerbox h5 {
  font-size:    xx-small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    x-small;  
}
html>#centerbox h5 { font-size:  x-small; } 

#centerbox h6 {
  margin: 0 0 25px 0;
  padding: 0;
  background: transparent;
  color: #000; /* 69c; */
  font-weight: normal;
  font-size: 9px;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: xx-small;
}
html>#centerbox h6 { font-size:  xx-small; } 

#centerbox h6 a:link, #centerbox h6 a:visited {
  color: #69c;
}



/* helpers */

.halffloat {
  border: 0;
  padding: 0 10px;
  margin: 0;
  width: 195px;
  display: inline;
  float: left;
}

.hide {   /*  Hidey-ho */
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;  /* for the benefit of IE5 Mac */
}

.linewrap {
  font-weight: bold; 
  color: #c60; 
  font-size: 13px;
}
	
.floatleft {
  float: left;
  padding: 0;
  margin: 0 15px 0 0;
}
	
.vs0	{
  margin-top: 0;
}
	
.vs3	{
  margin-top: 3px;
}		

.vs5	{
  margin-top: 5px;
}	

.vs7	{
  margin-top: 7px;
}

.vs10	{
  margin-top: 10px;
}	

.vs15	{
  margin-top: 15px;
}	
	
.vs25	{
  margin-top: 25px;
}
	

/* clear fix for floats */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



